web-config
Changing where XmlSerializer Outputs Temporary Assemblies
I am trying to change where XmlSerializer Outputs Temporary Assemblies so I am following this sort of tutorial
Rewrite Subfolder to Subdomain in web.config
I’m attempting to write a rewrite rule for the following scenario.
Multiple/Different authentication settings in web.config
How would I go about setting different authentication tags for different parts of my web app? Say I have:
ASP.NET Forms Auth Allowing access to specific file in subdirectory when all others should be denied
I am having problems allowing a specific Role access to a specific page in a subdirectory.
Unable to open the physical file Operating system error 32
Well this i did the below to get the error, don’t have a clue why the database connection fails.
IIS 7 Force Fresh Images
How do I force IIS 7 to not cache images for a particular page?
Does ConfigurationManager.AppSettings[Key] read from the web.config file each time?
I’m wondering how the ConfigurationManager.AppSettings[Key] works.
WCF REST Service Template 40(CS) Cross domain error
Hi I have a WCF Rest service using ( WCF REST Service Template 40(CS)). I have managed to get it to return Json response. It is working fine when the project is run. But when I try to make a Ajaxcall to the service from the browser, I am getting Error:
How to disable Directory Browse in Web.Config
I have a WebSite and I woud like Deny Directory Browser from a web.config file.