We use MVC controllers that access System.File.IO in our application and they work fine in localhost (IIS 6.0-based Cassini). Deploying to IIS7, we have problems getting the controllers to work becaus
I\'m using the following function to create an IIS7 Application and/or Virtual Directory. How would I also set the Application to use a different Application Pool?
I am having trouble using impersonation to delete a PerformanceCounterCategory from an MVC website. I have a static class and when the application starts it checks whether or not a PerformanceCounterC
I have a Windows 7 machine on which I am using VS2005. .Net 2.0 and .Net 3.5 are installed on it. An app claimed it needed .NET framework 1.1 before it would run.
I have an ASP.NET web application that is using forms authentication. Everything is configured and working correctly.However, i\'m dealing with the issue of creating and maintaining users and role mem
So IIS7 in Integrated Pipeline mode uses a IsapiFilterModule to shim ISAPI filter DLL\'s and fire off the correct \"events\" on the filters, which is quite different than previous versions of IIS or I
We have a website developed by ASP.NET+IIS7 and its default document is default.aspx. It works fine. But when we tried to switch the default to index.html, weird things happened.
does anyone have any good links/tutorials about how to create a simple ASP.NET MVC website, and have it run against a Local IIS7 Web Server, instead of the default Visual Studio Development Server (ak
I\'m running IIS 7 Integrated mode and I\'m getting Request is not available in this 开发者_运维问答context
Consider a StaticResourceController that locates and serves files. I\'ve set up an explicit route for \"favicon.ico\" that will handle the request for this file using StaticResourceController: