ASP.NET

Encrypt ConnectionString in Web.config of ASP.NET

Normal practice is to store connection string(database, excel, etc.) of any web application in web.config file. But on security point…

3 years ago

Redirect domain Without www to With www in ASP.NET, BlogEngine.NET

It is possible to access http://www.dotnetstuffs.com,  and http://dotnetstuffs.com from the server after we host the domain. The search engines consider…

3 years ago

Changing the Default Timeout in IIS Windows Digest Authentication

Default time out in digest authentication was one of the issues which struggled me for days. I activated digest authentication…

7 years ago