Rewrite Subfolder to Subdomain in web.config
I’m attempting to write a rewrite rule for the following scenario.
I’m attempting to write a rewrite rule for the following scenario.
How can I enable compression for POSTed data uploaded to a .NET WebService (SOAP, not WCF)? I thought it would be a simple matter of enabling dynamic compression in IIS but after enabling, it’s only compressing the response, not the POST request.
I like to host asp.net web application in IIS 7.0 (windows server 2008).
How do I force IIS 7 to not cache images for a particular page?
I’ve found myself having a requirement to configure log4net based on a file relative to the physical location of the running ASP.NET web application. We like to start the logger as early as possible, so Application_Start seems a proper place. In IIS6, this works fine and has been running for ages, but now we moved to IIS7 and this won’t work anymore:
I am having issues with javascript files not decompressing in IIS7 and stylesheets not loading properly.
We are using IIS7 to host an asp.net web-based application.
In this environment administrators and developers can deploy code to the application on a regular basis.
I am getting the error:
Is it possible to have separate config files for specific sections of the web.config? Specifically I’d like to move IIS 7’s rewrite section out of the web.config and into it’s own config file.