|
Home > Archive > IIS Server Security > April 2005 > IIS no longer works with Windows KB886903
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
IIS no longer works with Windows KB886903
|
|
| Robert Dickow 2005-04-29, 8:58 pm |
| With Windows update and KB886903 security patch, IIS will not server Active
Server pages, .NET, etc. I simply get a 'Resource not found' screen. If I
remove KB886903 it works properly again. Normal HTML files are served up
fine, but no ASP.NET stuff will work, period.
What's with this?
Bob
| |
| David Wang [Msft] 2005-04-30, 2:57 am |
| 886903 should only affect ASP.Net pages. ASP and normal HTML files should
continue to work. Unless you scriptmapped ASPNET_ISAPI.DLL to handle other
extensions including *, in which case the behavior would be by-design since
ASP.Net ISAPI is now handling those extensions.
As for the "Resource not found" -- you probably want to look in ASP.Net
Forums on www.asp.net or microsoft.public.dotnet.framework.aspnet for better
support. I've seen it happen when you have location tags that are now
non-canonical and thus trigger failure -- correct thing is to fix the
location tags.
In any case, KB886903 has nothing to do with IIS. It only modifies ASP.Net
and anything else you scriptmapped it to.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Robert Dickow" <dickow@uidaho.edu> wrote in message
news:%23UbZKWSTFHA.584@TK2MSFTNGP15.phx.gbl...
With Windows update and KB886903 security patch, IIS will not server Active
Server pages, .NET, etc. I simply get a 'Resource not found' screen. If I
remove KB886903 it works properly again. Normal HTML files are served up
fine, but no ASP.NET stuff will work, period.
What's with this?
Bob
|
|
|
|
|