-
Posted to
IIS7 - Classic ASP
by
tmarq
on
09-01-2009, 9:19 PM
The page at http://support.microsoft.com/contactus/?ws=support explains how to contact product support. You can contact them and request a QFE. As mentioned earlier, it is fixed in v2.0 SP2 and v3.5 SP1.
Thanks,
Thomas
-
Posted to
IIS7 - Classic ASP
by
tmarq
on
09-01-2009, 1:50 PM
It is fixed in v2.0 SP2, which is included with v3.5 SP1. The fix was to make ASP.NET ignore the wildcard mapping installed by ColdFusion8.
-
Posted to
IIS 7 - Troubleshooting
by
tmarq
on
08-27-2009, 11:01 AM
I'm sure that if you call back the same thing won't happen twice. Here's more information about the bug:
Database: Windows SE
Bug ID: 275030
Title: IHttpConnection::IsConnected Returns Invalid Results
Path: Windows SE\LongHorn\Server Technologies\IIS\App Server Engine\Web Core
Thanks,
Thomas
-
Posted to
IIS 7 - Troubleshooting
by
tmarq
on
07-15-2009, 11:37 AM
It is "Windows SE 275030".
Thanks,
Thomas
-
Posted to
IIS 7 - Troubleshooting
by
tmarq
on
07-14-2009, 2:13 PM
Hi Vishal,
You've found a known bug in Windows Server 2008. The bug is in IHttpConnection::IsConnected, which ocassionally returns TRUE when it should return FALSE. The bug is WinSE 275030, and you can contact Microsoft Product Support and request a fix.
Thanks,
Thomas
-
Posted to
IIS7 - Performance
by
tmarq
on
06-30-2009, 10:52 AM
I spoke with folks on the IIS team and they told me that the KB Ganesh mentioned should fix this problem. That is, http://support.microsoft.com/default.aspx?scid=kb;EN-US;950573. The KB documentation is currently incorrect, as the problem only impacts Vista SP1 and Windows Server 2008. The KB documentation also doesn't ...
-
Posted to
IIS7 - Performance
by
tmarq
on
06-30-2009, 2:04 AM
I suspect that only the application is unloading, and not the entire application pool. I think Lucene making frequent changes to the App_Data folder is overwhelming the buffer that IIS uses to monitor web.config files, which would trigger an application unload, but it is very hard to confirm this without using break points. I'm ...
-
Posted to
IIS7 - Performance
by
tmarq
on
06-26-2009, 10:47 AM
That message is from ASP.NET. As a result of the config changes you made, there should also be some events raised by IIS. Do you see them?
-
Posted to
IIS7 - Performance
by
tmarq
on
06-24-2009, 12:06 PM
The stack trace and shutdown message indicate that IIS config changed.
Thanks,
Thomas
-
Posted to
IIS7 - Performance
by
tmarq
on
06-23-2009, 1:08 PM
I'm not aware of a bug here, so the shutdown message "IIS configuration change" is probably correct. You mentioned that the config file times have not changed, but I'm not sure that is the only type of file change that IIS monitors. I think you should open "Advanced Settings" for the Application Pool in IIS ...