Prev: C# DirectoryServices Creating an IIS website on Windows2003
Next: bits_error (403 0x80070005) 80 - 10.0.0.41 Microsoft+BITS/6.6 403 0 0
From: Doug Downs on 16 Mar 2008 17:40 I am getting: HTTP Error 503. The service is unavailable. on Vista Home Premium with IIS using "localhost" or "127.0.0.1" addresses. I have turned off Internest Information Services, renamed folder inetpub to inetpubOLD for clean install. After turning on IIS and seeing a new inetpub folder created, I still get the same message even after creating a gefault.htm in the c:\inetpub\wwwroot folder. Thanks, Doug
From: Ken Schaefer on 16 Mar 2008 21:25 503 = Service Unavailable. THis is usually returned by http.sys because it can't route the request to a web application pool. Verify that your web application pool is set to start, and then if so, check the Windows Event Log to see why your app pool might be crashing, or unable to be started. Cheers Ken "Doug Downs" <doug(a)clovis.org> wrote in message news:5042F9D1-D470-4F5B-A925-E3699BF958F0(a)microsoft.com... >I am getting: > HTTP Error 503. The service is unavailable. > on Vista Home Premium with IIS using "localhost" or "127.0.0.1" addresses. > > I have turned off Internest Information Services, renamed folder inetpub > to inetpubOLD for clean install. > > After turning on IIS and seeing a new inetpub folder created, I still get > the same message even after creating a gefault.htm in the > c:\inetpub\wwwroot folder. > > Thanks, > Doug
From: Doug Downs on 17 Mar 2008 08:31
I am getting in the Windows Event Log: Warning:The worker process failed to pre-load .Net Runtime version v2.0. Error: The worker process failed to initialize correctly and therefore could not be started. The data is the error. What next? Doug "Ken Schaefer" <kenREMOVE(a)THISadOpenStatic.com> wrote in message news:O29NX38hIHA.4196(a)TK2MSFTNGP04.phx.gbl... > 503 = Service Unavailable. THis is usually returned by http.sys because it > can't route the request to a web application pool. > > Verify that your web application pool is set to start, and then if so, > check the Windows Event Log to see why your app pool might be crashing, or > unable to be started. > > Cheers > Ken > > > "Doug Downs" <doug(a)clovis.org> wrote in message > news:5042F9D1-D470-4F5B-A925-E3699BF958F0(a)microsoft.com... >>I am getting: >> HTTP Error 503. The service is unavailable. >> on Vista Home Premium with IIS using "localhost" or "127.0.0.1" >> addresses. >> >> I have turned off Internest Information Services, renamed folder inetpub >> to inetpubOLD for clean install. >> >> After turning on IIS and seeing a new inetpub folder created, I still get >> the same message even after creating a gefault.htm in the >> c:\inetpub\wwwroot folder. >> >> Thanks, >> Doug > |