Learn how to Make Money Online | Free Tech Magazines
Go4Expert
Go4Expert RSS Feed

Go Back   Programming and SEO Forum >  Go4Expert > Articles / Source Code > Web Development > ASP / ASP.NET

Discuss / Comment Copy HTML to Clipboard  Copy BBCode to Clipboard  Add to del.icio.us  Add to Google  Digg it  Add to Yahoo !  Add to Windows Live  Add to Facebook  Add to StumbleUpon 
 
Bookmarks Article Tools Search this Article Display Modes

Service Unavailable Error Message When You Browse a Web Site

By shabbir shabbir is offline

On 2nd January, 2006
Thumbs up Service Unavailable Error Message When You Browse a Web Site

ADVERTISEMENT
Show Printable Version Email this Page Subscription Add to Favorites Copy Service Unavailable Error Message When You Browse a Web Site link

Author

shabbir ( Go4Expert Founder )

Shabbir is a developer in the field of Applications, web as well as database designing and is devoted to the optimization and usability of the code. He maintains Programming forum and is a C++ addict.


All articles By shabbir

Recent Articles

Similar Articles

When you configure your IIS webserver and find the following message

Service Unavailable

Then the first solution to the above error is http://support.microsoft.com/default.aspx?id=823552 but if this does not solve the problem try doing the following stuff.

Open the IIS Manager, right click Web Sites and select properties:



Switch to the Service Tab



Check "Run WWW Service in IIS 5.0 Isolation Mode".

You will be asked for Restart of IIS. Click yes to restart IIS. If you are not asked just restart IIS.
Old 08-03-2006, 03:32 AM   #2
cowboy3398
Newbie Member
 
Join Date: Aug 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
cowboy3398 is on a distinguished road

Re: Service Unavailable Error Message When You Browse a Web Site


This solved my problem which occurred after installing VM Server. My question is what does isolation mode really do and why did it fix the problem?
cowboy3398 is offline   Reply With Quote
Old 08-03-2006, 11:50 AM   #3
shabbir
Go4Expert Founder
 
shabbir's Avatar
 
Join Date: Jul 2004
Location: On Earth
Posts: 10,943
Thanks: 35
Thanked 167 Times in 139 Posts
Rep Power: 10
shabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud of
Send a message via Yahoo to shabbir

Re: Service Unavailable Error Message When You Browse a Web Site


As suggested by Microsoft
Quote:
Originally Posted by Microsoft
You can run IIS 6.0 in one of two modes: worker process isolation mode or IIS 5.0 isolation mode. Worker process isolation mode is the default mode, that is, the mode that the server runs in on a clean installation. You can use IIS 5.0 isolation mode to run applications developed for older versions of IIS that are determined to be incompatible with worker process isolation mode.

This means you will not be able to take advantage of worker process isolation and the other features of worker process isolation mode.
shabbir is offline   Reply With Quote
Old 08-28-2006, 10:48 PM   #4
kalees
Go4Expert Member
 
Join Date: Aug 2006
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
kalees is on a distinguished road

Re: Service Unavailable Error Message When You Browse a Web Site


I am getting the service unavilable error in the interval of 3 to 6 months. the application is created using asp and oracle.
i can see the following error in the event log.

Error:

Application pool 'application name' is being automatically disabled due to a series of failures in the process(es) serving that application pool.

can anyone tell me where is the problem? my application side or iis6 server side?
kalees is offline   Reply With Quote
Old 08-28-2006, 11:51 PM   #5
shabbir
Go4Expert Founder
 
shabbir's Avatar
 
Join Date: Jul 2004
Location: On Earth
Posts: 10,943
Thanks: 35
Thanked 167 Times in 139 Posts
Rep Power: 10
shabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud of
Send a message via Yahoo to shabbir

Re: Service Unavailable Error Message When You Browse a Web Site


Can you clarify what you meant by 3 to 6 months.
shabbir is offline   Reply With Quote
Old 08-29-2006, 04:19 PM   #6
kalees
Go4Expert Member
 
Join Date: Aug 2006
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
kalees is on a distinguished road

Re: Service Unavailable Error Message When You Browse a Web Site


Hi shabbir,

Thanks for the reply,

i was getting that error before 6 months. after that i am getting the same error now


Regards,
Kalees

Last edited by kalees; 08-29-2006 at 04:23 PM.
kalees is offline   Reply With Quote
Old 08-29-2006, 05:00 PM   #7
shabbir
Go4Expert Founder
 
shabbir's Avatar
 
Join Date: Jul 2004
Location: On Earth
Posts: 10,943
Thanks: 35
Thanked 167 Times in 139 Posts
Rep Power: 10
shabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud of
Send a message via Yahoo to shabbir

Re: Service Unavailable Error Message When You Browse a Web Site


Understand and Diagnose an Application Pool Crash would be good place to start off.
shabbir is offline   Reply With Quote
Old 08-29-2006, 10:01 PM   #8
kalees
Go4Expert Member
 
Join Date: Aug 2006
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
kalees is on a distinguished road

Re: Service Unavailable Error Message When You Browse a Web Site


Hi shabbir,

Thanks for the valuable reply,

According to that article, we have to install debugger for find out the error that will happen in the next time. I can understand, but my question is whether my application may cause this error or not? if it is so then i have to check my asp pages for infinite loop,syntax errors..etc.But it is a very standard application and running for more than 4 years without problems.
Please kindly guide me.

Regards,
Kalees
kalees is offline   Reply With Quote
Old 08-29-2006, 10:10 PM   #9
shabbir
Go4Expert Founder
 
shabbir's Avatar
 
Join Date: Jul 2004
Location: On Earth
Posts: 10,943
Thanks: 35
Thanked 167 Times in 139 Posts
Rep Power: 10
shabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud ofshabbir has much to be proud of
Send a message via Yahoo to shabbir

Re: Service Unavailable Error Message When You Browse a Web Site


The cause of the errors cannot be from the program. It just the problem from the installation or configuration point.
shabbir is offline   Reply With Quote
Old 08-30-2006, 03:07 PM   #10
kalees
Go4Expert Member
 
Join Date: Aug 2006
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
kalees is on a distinguished road

Re: Service Unavailable Error Message When You Browse a Web Site


many thanks
kalees is offline   Reply With Quote
Discuss / Comment Copy HTML to Clipboard  Copy BBCode to Clipboard  Add to del.icio.us  Add to Google  Digg it  Add to Yahoo !  Add to Windows Live  Add to Facebook  Add to StumbleUpon 


Currently Active Users Reading This Article: 1 (0 members and 1 guests)
 
Article Tools Search this Article
Search this Article:

Advanced Search
Display Modes
Bookmarks

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads / Articles
Thread Thread Starter Forum Replies Last Post
10 ways for getting links to ur site vishal sharma Search Engine 38 11-16-2009 05:34 PM
Making Your Website Google Friendly pradeep Search Engine 15 10-27-2009 04:03 AM
My Project:Service Manager alok MFC / Win32 4 09-15-2009 09:07 AM
What Are Web Services? pradeep Engineering concepts 0 11-05-2005 11:52 PM
How Web Search Engines Work pradeep Search Engine 0 05-26-2005 02:31 PM

 

All times are GMT +5.5. The time now is 04:54 AM.