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.
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.
To be honest, I’ve tried to turn a dirty trick on IIS and just when I thought that I was going to get away with it, I realized my workaround doesn’t work. Here’s what I’ve tried to do:
Can anyone explain the differences, in IIS, between application pools, worker processes and app domains? Also, how do they work together? I’ve read a couple of articles but it’s still a little confusing.
I have a web project in my solution file that is “unavailable” when I open the solution. When I right-click on the web project and reload the project, I get the following error:
Can anybody tell me when Application_End is triggered in a lifecycle of an application? When all sessions are ended, will Application_End be triggered automatically? + Are there any other reasons why Application_End could be triggered?
What exactly is an application pool? What is its purpose?
We’re currently deploying code to live pretty reguarly at the moment, but the down side is destroying user session data.
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?
How do you use IIS’s url rewrite module to force users to use ssl while you are behind an elastic beanstalk load balancer?