3:16 AM

use of Obsolete in c#

Obsolete

what is Obsolete?
what is ObsoleuteAttribute?
Where is use Obsolete?

Meaning of Obsolete mean - no longer produced or used; out of date
- less developed than formerly or in a related species

1. Marks the program elements that are no longer in use. This class cannot be inherited.

This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden [.....]

5:22 AM

wordpress-website-hosting-in-iis

Wordpress website hosting in IIS(Internet Information Services) 




Installed PHP directly using php.iis.net.
You need to give the IUSR account Read/Write/Modify permission on your wp-content folder. then setting in web.config




This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters <system.webServer> <httpErrors errorMode="Detailed" /> <asp scriptErrorSentToBrowser="true"/> </system.webServer> <system.web> --> <customerrors mode="off"/> <compilation debug="true"/> [.....]

Next PostNewer Posts Previous PostOlder Posts Home