-
Posted to
IIS7 - URL Rewrite Module
by
MattDuguid
on
11-18-2009, 9:04 PM
V2 of URL Rewrite now addresses this issue
Link = http://blogs.iis.net/ruslany/archive/2009/11/09/url-rewrite-module-v2-release-candidate.aspx
Extract = Logging of rewritten URLs. The rewrite rules can be configured to log the rewritten URL in IIS W3C logs as opposed to logging an originally requested URL.
-
Posted to
IIS 7 - Troubleshooting
by
MattDuguid
on
09-17-2009, 12:35 AM
We set enableviewstate to false at site level via the web.config and still get this error. I believe you may have a slightly different problem to us as your error is 0x80070057 and ours is 0x800703e3.
We sre still trying to track this down...
The I/O operation has been aborted because of either a thread exit or an application request. ...
-
Posted to
IIS 7 - Troubleshooting
by
MattDuguid
on
08-03-2009, 5:01 PM
We are seeing a similar issue with a recent move to Windows 2008 x64 Web Edition and IIS 7.0.
The servers are running .NET 3.5, .NET 3.5 SP1 and KB959209 (.NET SP1 update) and KB967535 (fixes a known request blocking issue which under certain circumstances caues the request queue to halt).
The number of errors are not huge compared to the ...
-
Posted to
IIS7 - General
by
MattDuguid
on
06-16-2009, 7:30 PM
The remaining modules on the servers are
# Managed Modules,
OutputCache
# Native Modules ...
-
Posted to
IIS7 - General
by
MattDuguid
on
06-16-2009, 5:55 PM
It appears that on a server thats had the following modules removed,
# Managed Modules
AnonymousIdentification
DefaultAuthentication
FileAuthorization
FormsAuthentication
Profile
RoleManager
ServiceModel
Session
URLAuthorization
URLMappingsModule
WindowsAuthentication
# Native ...
-
Posted to
IIS7 - Publishing
by
MattDuguid
on
05-18-2009, 6:11 AM
We deploy twice a day to 24 front end web servers. We are sometimes seeing an issue when copying assemblies into the bin folder under our application. We think that the new assemblies are trying to be read before they have had a chance to be written to disk completely.
There are a few posts/blogs on the web with people having similar issues. ...
-
Posted to
IIS7 - URL Rewrite Module
by
MattDuguid
on
04-29-2009, 10:18 PM
Ok thats a shame...its a little too far away for us so we will most likely have to go back to our older product.
We have found what we believe to be a few bugs in this product so far,
It is logging two lines for one request (the original URL and the rewritten one) we need one only.
It is not obeying the httplogging settings we have ...
-
Posted to
IIS7 - URL Rewrite Module
by
MattDuguid
on
04-28-2009, 8:42 PM
From a quick first look it appears it will be able to do what we want...will do some further testing to confirm.
Also its currently in beta, do you have any idea when version 1.0 is out.
Thanks
-
Posted to
IIS7 - URL Rewrite Module
by
MattDuguid
on
04-28-2009, 8:13 PM
Sorry my bad wrong way around...we need the rewritten URL in the logs not the original. It would be very cool if we can get this funcionality as we handle over 50 million page impressions daily and this causing some pain. We used to use Isapi Rewrite from Helcion and it did this by default.
-
Posted to
IIS7 - URL Rewrite Module
by
MattDuguid
on
04-28-2009, 6:33 PM
This is a massive issue for us as all of our tools and reporting are based around the rewritten URL.
We have had a good look but can't find any way of tweaking this behaviour, does any one have any ideas?
Its such a big deal for us that we are considering going back to the other product we used under IIS6 which has since been ported to ...