Service Unavailable

Service Unavailable

am 25.06.2007 08:21:00 von Guus Ellenkamp

If I open the default webpage in my webserver, I just get the message
"Service Unavailable". I checked all the security settings, but no result.
Please advise.

RE: Service Unavailable

am 25.06.2007 17:03:02 von MichaelC

Login to your server... open a command prompt... type "iisrestart"

This should resetart IIS and bring your website back up. You will need to go
through the event log to try and determine what has caused the service to
stop. Uusually an application errorr. Question is which app?
--

Michael C.
Microsoft Certified Solution Provider
Independent Solution Vendor



"Guus Ellenkamp" wrote:

> If I open the default webpage in my webserver, I just get the message
> "Service Unavailable". I checked all the security settings, but no result.
> Please advise.
>
>
>

Re: Service Unavailable

am 26.06.2007 05:31:15 von Guus Ellenkamp

I think I was not clear. The service is running. The site shows the message
"service unavailable".

"Michael C." wrote in message
news:73F73910-246A-4844-ACF6-C81FC6531A2E@microsoft.com...
> Login to your server... open a command prompt... type "iisrestart"
>
> This should resetart IIS and bring your website back up. You will need to
> go
> through the event log to try and determine what has caused the service to
> stop. Uusually an application errorr. Question is which app?
> --
>
> Michael C.
> Microsoft Certified Solution Provider
> Independent Solution Vendor
>
>
>
> "Guus Ellenkamp" wrote:
>
>> If I open the default webpage in my webserver, I just get the message
>> "Service Unavailable". I checked all the security settings, but no
>> result.
>> Please advise.
>>
>>
>>

Re: Service Unavailable

am 26.06.2007 12:29:00 von RamonJimenez

Is there any error on IIS or System Events log?

Which is the site configuration?

Ramon

"Guus Ellenkamp"
wrote:http://www.microsoft.com/wn3/aspx/postui.aspx?mid=ec83 afe3-c3fe-4d65-b5fe-cee4f6c8676a&cat=en_US_02ceb021-bb43-476 d-8f8f-6c00a363ccf5&lang=en&cr=US&guid=&sloc=en-us&dg=micros oft.public.inetserver.iis&base=http://www.microsoft.com/comm unities/newsgroups/en-us/default.aspx&bclr=ececec&fclr=00000 0&sxml=http://www.microsoft.com/communities/newsgroups/en-us /site.xml&stgxml=http://www.microsoft.com/communities/newsgr oups/en-us/settings.xml&sdgloc=en-US&tt=0

> I think I was not clear. The service is running. The site shows the message
> "service unavailable".
>
> "Michael C." wrote in message
> news:73F73910-246A-4844-ACF6-C81FC6531A2E@microsoft.com...
> > Login to your server... open a command prompt... type "iisrestart"
> >
> > This should resetart IIS and bring your website back up. You will need to
> > go
> > through the event log to try and determine what has caused the service to
> > stop. Uusually an application errorr. Question is which app?
> > --
> >
> > Michael C.
> > Microsoft Certified Solution Provider
> > Independent Solution Vendor
> >
> >
> >
> > "Guus Ellenkamp" wrote:
> >
> >> If I open the default webpage in my webserver, I just get the message
> >> "Service Unavailable". I checked all the security settings, but no
> >> result.
> >> Please advise.
> >>
> >>
> >>
>
>
>

Re: Service Unavailable

am 26.06.2007 13:55:57 von Guus Ellenkamp

I found out one more thing: the number of connections was set to 0, after
changing this, I get the following: Internet Explorer cannot display the
webpage. The server log shows status 200, which is supposed to be the ok
status. I'm lost. When accessing the site through ssl it works fine!


"Ramon Jimenez" wrote in message
news:4256EBBE-1C47-42F5-91D8-F6672FB577B4@microsoft.com...
> Is there any error on IIS or System Events log?
>
> Which is the site configuration?
>
> Ramon
>
> "Guus Ellenkamp"
> wrote:http://www.microsoft.com/wn3/aspx/postui.aspx?mid=ec83 afe3-c3fe-4d65-b5fe-cee4f6c8676a&cat=en_US_02ceb021-bb43-476 d-8f8f-6c00a363ccf5&lang=en&cr=US&guid=&sloc=en-us&dg=micros oft.public.inetserver.iis&base=http://www.microsoft.com/comm unities/newsgroups/en-us/default.aspx&bclr=ececec&fclr=00000 0&sxml=http://www.microsoft.com/communities/newsgroups/en-us /site.xml&stgxml=http://www.microsoft.com/communities/newsgr oups/en-us/settings.xml&sdgloc=en-US&tt=0
>
>> I think I was not clear. The service is running. The site shows the
>> message
>> "service unavailable".
>>
>> "Michael C." wrote in message
>> news:73F73910-246A-4844-ACF6-C81FC6531A2E@microsoft.com...
>> > Login to your server... open a command prompt... type "iisrestart"
>> >
>> > This should resetart IIS and bring your website back up. You will need
>> > to
>> > go
>> > through the event log to try and determine what has caused the service
>> > to
>> > stop. Uusually an application errorr. Question is which app?
>> > --
>> >
>> > Michael C.
>> > Microsoft Certified Solution Provider
>> > Independent Solution Vendor
>> >
>> >
>> >
>> > "Guus Ellenkamp" wrote:
>> >
>> >> If I open the default webpage in my webserver, I just get the message
>> >> "Service Unavailable". I checked all the security settings, but no
>> >> result.
>> >> Please advise.
>> >>
>> >>
>> >>
>>
>>
>>

Re: Service Unavailable

am 26.06.2007 15:00:01 von RamonJimenez

Guus

Usually 0 means unlimited.

Which is site configuration?

Could you acces from server via localhost?

Disable Internet Explorer friendly error messages in order to get a clear
error?

Ramon

"Guus Ellenkamp" wrote:

> I found out one more thing: the number of connections was set to 0, after
> changing this, I get the following: Internet Explorer cannot display the
> webpage. The server log shows status 200, which is supposed to be the ok
> status. I'm lost. When accessing the site through ssl it works fine!
>
>
> "Ramon Jimenez" wrote in message
> news:4256EBBE-1C47-42F5-91D8-F6672FB577B4@microsoft.com...
> > Is there any error on IIS or System Events log?
> >
> > Which is the site configuration?
> >
> > Ramon
> >
> > "Guus Ellenkamp"
> > wrote:http://www.microsoft.com/wn3/aspx/postui.aspx?mid=ec83 afe3-c3fe-4d65-b5fe-cee4f6c8676a&cat=en_US_02ceb021-bb43-476 d-8f8f-6c00a363ccf5&lang=en&cr=US&guid=&sloc=en-us&dg=micros oft.public.inetserver.iis&base=http://www.microsoft.com/comm unities/newsgroups/en-us/default.aspx&bclr=ececec&fclr=00000 0&sxml=http://www.microsoft.com/communities/newsgroups/en-us /site.xml&stgxml=http://www.microsoft.com/communities/newsgr oups/en-us/settings.xml&sdgloc=en-US&tt=0
> >
> >> I think I was not clear. The service is running. The site shows the
> >> message
> >> "service unavailable".
> >>
> >> "Michael C." wrote in message
> >> news:73F73910-246A-4844-ACF6-C81FC6531A2E@microsoft.com...
> >> > Login to your server... open a command prompt... type "iisrestart"
> >> >
> >> > This should resetart IIS and bring your website back up. You will need
> >> > to
> >> > go
> >> > through the event log to try and determine what has caused the service
> >> > to
> >> > stop. Uusually an application errorr. Question is which app?
> >> > --
> >> >
> >> > Michael C.
> >> > Microsoft Certified Solution Provider
> >> > Independent Solution Vendor
> >> >
> >> >
> >> >
> >> > "Guus Ellenkamp" wrote:
> >> >
> >> >> If I open the default webpage in my webserver, I just get the message
> >> >> "Service Unavailable". I checked all the security settings, but no
> >> >> result.
> >> >> Please advise.
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
>
>
>

Re: Service Unavailable

am 26.06.2007 15:03:06 von Guus Ellenkamp

It had to do with installing ADFS. After disabling, it worked again.

"Guus Ellenkamp" wrote in message
news:OLJ1wj%23tHHA.3544@TK2MSFTNGP03.phx.gbl...
>I found out one more thing: the number of connections was set to 0, after
>changing this, I get the following: Internet Explorer cannot display the
>webpage. The server log shows status 200, which is supposed to be the ok
>status. I'm lost. When accessing the site through ssl it works fine!
>
>
> "Ramon Jimenez" wrote in message
> news:4256EBBE-1C47-42F5-91D8-F6672FB577B4@microsoft.com...
>> Is there any error on IIS or System Events log?
>>
>> Which is the site configuration?
>>
>> Ramon
>>
>> "Guus Ellenkamp"
>> wrote:http://www.microsoft.com/wn3/aspx/postui.aspx?mid=ec83 afe3-c3fe-4d65-b5fe-cee4f6c8676a&cat=en_US_02ceb021-bb43-476 d-8f8f-6c00a363ccf5&lang=en&cr=US&guid=&sloc=en-us&dg=micros oft.public.inetserver.iis&base=http://www.microsoft.com/comm unities/newsgroups/en-us/default.aspx&bclr=ececec&fclr=00000 0&sxml=http://www.microsoft.com/communities/newsgroups/en-us /site.xml&stgxml=http://www.microsoft.com/communities/newsgr oups/en-us/settings.xml&sdgloc=en-US&tt=0
>>
>>> I think I was not clear. The service is running. The site shows the
>>> message
>>> "service unavailable".
>>>
>>> "Michael C." wrote in message
>>> news:73F73910-246A-4844-ACF6-C81FC6531A2E@microsoft.com...
>>> > Login to your server... open a command prompt... type "iisrestart"
>>> >
>>> > This should resetart IIS and bring your website back up. You will need
>>> > to
>>> > go
>>> > through the event log to try and determine what has caused the service
>>> > to
>>> > stop. Uusually an application errorr. Question is which app?
>>> > --
>>> >
>>> > Michael C.
>>> > Microsoft Certified Solution Provider
>>> > Independent Solution Vendor
>>> >
>>> >
>>> >
>>> > "Guus Ellenkamp" wrote:
>>> >
>>> >> If I open the default webpage in my webserver, I just get the message
>>> >> "Service Unavailable". I checked all the security settings, but no
>>> >> result.
>>> >> Please advise.
>>> >>
>>> >>
>>> >>
>>>
>>>
>>>
>
>