Redirect to webapp default document when another page is specified?
IIS6, ASP.NET 2.0, No Forms Authentication
IIS6, ASP.NET 2.0, No Forms Authentication
I can’t seem to receive HTTP OPTIONS requests in my IIS6 hosted ASP.NET application. I’m testing it using a debug breakpoint (and file-log) in my Global.asax‘s Application_BeginRequest method. The breakpoint is never hit and the client gets a HTTP 403 Forbidden, I’m assuming from IIS6 directly (GETs and POSTs work fine btw).
How to set ASP.NET version to 3.5 in the IIS 6 Default Web site properties (ASP.NET tab)? From what I can see was version 2 (even though I have install version .NET 3.5)
I have custom errors configured in my web.config, but IIS 6.0 is returning the custom error specified in the Custom Errors tab of the website configuration.
Using the below code I am unable to show the open/save as file dialog:
I got small asp.net script what could be executed as web page
I’m launching asp.net mvc 3 apllication on ii6. No membership or role providers are used. I have implemented authorization by creating authorization cookie manually, and handled it in global.asax. First of all a have got this error: