|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Web Server will down when there is an error in DB
Hi
I have a Windows server 2003 SE every time if a user in its web site code in ASP pages write a wrong code and using Database Access the entire of web server will Stop and all of the site will down until we solve the problem What is this? Help |
|
#2
|
|||
|
|||
|
Look in the IIS help about how to run IIS in different isolation modes. Or just get rid of the bad code
![]()
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
||||
|
||||
|
As you may already know, Microsoft does not ship windows 2003 servers with iis installed by default. This is a good thing for people who don't normally use their servers for anything else other than file sharing or storage; however, for developers like us, it's a bad thing.
You may have to uninstall iis and try again. When you install iis 6.0 again, remember to try this command at the command prompt: runas /user:account_name "mmc %systemroot%\system32\inetsrv\iismsc" Where account_name is a server default account for a user of the administrators group. Not the computer administrator. After you do this, you can install iis using the control panel. Try this installation and iis won't fail and your server won't crash in the event of an sql error. Here is link that can help you install the options you may be interested in. http://www.microsoft.com/resources/documentation/WindowsServ/2003/all/deployguide/en-us/iisdg_mea_qcje.asp |
|
#4
|
|||
|
|||
|
Thanks you
But this is my Hosting problem and they are using Windows Server 2003 Standard Edition and IIS 6 So you mean I should tell them to Uninstall and reinstall IIS6 and Run that line ??? They have about 200 web site oj that computer how they can save current configuration of iis with its contents ( web sites)? But why this happen ? whay this error can Stop the server Thanks |
|
#5
|
||||
|
||||
|
You may want to check with your web host if they have other users using access databases and if they are too experiencing problems in their applications when they don't write to the db properly. The web host may have purchased a new server and recently installed iis.
I have two Windows 2003 servers and believe me, everything that iis 5.0 had installed or turned on by default is off on iis 6.0. |
|
#6
|
|||
|
|||
|
is there any option that I turn on for solving this problem?
I mean I want solve it without reinstalling IIS |
![]() |
| Viewing: ASP Free Forums > System Administration > Microsoft IIS > Web Server will down when there is an error in DB |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|