web.
So here is the scenario, I have an Asp.Net application that is using a custom authentication & membership provider …
asp.net authentication web-configMy XML looks like this and the filename is web.config <?xml version="1.0"?> <configuration> <appSettings&…
c# asp.net web-confighow to set start page using webconfig file .I have tried this code <system.webServer> <defaultDocument enabled="…
asp.net configuration web-configI want to compress my files using GZIP. Can you share the web.config code for compressing files with GZIP? …
compression gzip web-configI would like to set up rules in IIS7 for static content caching in my ASP.NET website. I have …
iis iis-7 caching web-config http-headersI am confused on how to modify the web.config appSettings values at runtime. For example, I have this appSettings …
asp.net web-config runtimeI know that web.config in Visual Studio 2010 provides the ability to switch from databases from Debug mode to Release …
c# asp.net web-configHow can I modify / manipulate the web.config programmatically with C# ? Can I use a configuration object, and, if yes, …
c# web-configIs it possible to transform the following Web.config appSettings file: <appSettings> <add key="developmentModeUserId" value="00297022" /> &…
c# asp.net .net web-configI have an ASP.Net website and I want to use a custom error page. I put the following code …
asp.net web-config custom-error-pages custom-errors