possible issue for ASP.Net web application not working



Hi,
In my machine i had an issue of all ASP.Net Web applications not
working. All page requests simply throw 404 Page not found error.
Accidentally i resolved this issue when i was trying to install Windows
Sharepoint Services. I thought this might be useful for others who
might be facing the same problem.

Problem:
All page requests simply throw 404 Page not found error.

Possible Cause:
Internet Information Services (IIS) 6.0 is set to run in IIS 5.0
isolation mode.

Resolution:
Set IIS 6.0 to worker process isolation mode. To change to this mode,
open Internet Information Services (IIS) Manager, and in the Web Sites'
Properties dialog box, on the Service tab, clear the Run WWW service in
IIS 5.0 isolation mode check box.


Regards,
Arun Prakash. B

.



Relevant Pages

  • Re: Need help ProcessModelInfo.GetCurrentProcessInfo()
    ... Open the IIS MMC, Right-click the Web Sites folder, ... Under Isolation mode, select or clear the Run Web service ... isolation mode or worker process isolation mode, ... IIS 5.0 isolation mode uses the process model built into ASP.NET. ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Repost: Help-Debug classic ASP with VS.NET and Windows Server 2003
    ... IIS6's worker process isolation model ... And here is the referece on configuring IIS for running IIS5 isolation mode: ... Configuring IIS for IIS 5.0 Isolation Mode ... worker process isolation mode until the applications are modified. ...
    (microsoft.public.vsnet.debugging)
  • Re: * CGI can not open files in Windows 2003 Server IIS 6 *
    ... In IIS5 Isolation Mode, IIS debugging should be the same as before. ... your ISAPI and then attach-to and debug it. ... TheFileName:= ExtractFilePath+ FileName ...
    (microsoft.public.windows.server.security)
  • RE: Repost: Help-Debug classic ASP with VS.NET and Windows Server
    ... Changed service for isolation mode to run in IIS 5.0 mode. ... > worker process isolation mode until the applications are modified. ...
    (microsoft.public.vsnet.debugging)
  • MSExchangeSA Monitoring issue
    ... I have recently upgraded an Exchange 2000 server to Exchange 2003 and am now ... Server requires that IIS 6 is using Worker Process Isolation mode. ...
    (microsoft.public.exchange.admin)

Loading