iis-7
ASP.NET session state and multiple worker processes
I need to understand something about ASP.NET session state, as it applies to IIS 7 and ASP.net 3.5.
IIS7 – The request filtering module is configured to deny a request that exceeds the request content length
I want to upload images, it works fine on my machine but when I put my website on IIS7 server for public I can’t upload anything.
Can gzip compression be selectively disabled in ASP.NET/IIS 7?
I am using a long-lived asynchronous HTTP connection to send progress updates to a client via AJAX. When compression is enabled, the updates are not received in discrete chunks (for obvious reasons). Disabling compression (by adding a <urlCompression> element to <system.webServier>) does solve the problem:
The remote host closed the connection. The error code is 0x800704CD
I receive error emails from my website whenever an exception occurs. I am getting this error:
Writing to an event log in ASP.NET on Windows Server 2008 IIS7
I’m trying to use log4net to write to a customer event log under IIS7 on Windows Server 2008 SP1. However, account doesn’t seem to have access to write to the event log. Does anyone have any suggestions?
Accessing original URL in IIS7 404 redirect page
I have an .aspx page as my custom 404 page on a site set up on IIS 7. I need to retrieve the original URL that the user was trying to access in order to do some processing on the 404 page. The trick is that I need to specifically handle 404’s that do not contain a .aspx extension (e.g http://example.com/testurl), which do not get routed through ASP.NET’s custom errors section. I can configure IIS to point to my custom 404, but at that point I do not know how to get my original URL? Does anyone know if this is possible?
Login failed for user ‘IIS APPPOOLmyAppPool
I having the following error message:
Asp.net forms authentication cookie not honoring timeout with IIS7
Authentication cookies seem to timeout after a short period of time (a day or so). I am using Forms Authentication and have the timeout=”10080″ with slidingExpiration=”false” in the web.config. With that setting, the cookie should expire roughly 7 days after the user is successfully authenticated.
asp.net site default document in subfolder
My default document is in subfolder not in root how can i make it default in asp.net 2.0 website.