how do I throw a 404 or FileNotFound exception/result from my action and let IIS use my customErrors config section to show the 404 pag开发者_Go百科e?
Recently I had to get an old ASP application working in IIS 7.5 on a W2K8 server. Almost everything works fine, except that I can\'t seem to get it to accept uploads larger than ~200kB. I did find a s
I\'m trying to deploy my ASP.NET MVC 2 website from VS2010 beta 2 to IIS7. The publish works fine but none of the routes work, so when I go to the URL http://localhost/myapp/Home/Index I get the error
I am trying to process both \".aspx\" and non-extension page requests (i.e. both contact.aspx and /contact/) using a custom HttpHandler in IIS7. My handler works just fine in either one case or the ot
I\'ve been searching the Internet for a way to remove a site from IIS7 using JavaScript. I\'ve found, and used, a lot of examples on how to create a site and applications using JavaScript but not a si
For the last couple of days of my X-mas holidays, I have been struggling with an UnathorizedAccessException when trying to READ a XML file on a remote share through my ASP.NET application using an imp
Two-part question (parts are closely related): with the default OOTB ETag policy that IIS7 employs, why don\'t we see the If-None-Match/304 interaction as we navigate through pages?
I have an ASP.NET web application calling an ASP.NET web service which then itself calls into a report in reporting services for the report to be saved to a file.The whole thing is supposed to wait un
I am using VSTS 2008 + .Net 3.5 + C#. And I developed a custom Forms authentication module for IIS 7.0 and I attach to w3wp.exe to debug this module. During the attach process (I just select Tools ->
I have ASP.NET MVC 1.0 application (.NET 3.5) running on II7 and Windows 2008 Server. The application is deployed in \'Integrated Pipeline\' mode.