Background:
The request cannot be processed while the Web site is restarting.
Måste mitt webbhotell starta om servern för att det ska funka igen. Jag har testat att ta bort global.asa från webbhotell men det funkar fortfarande inte.
CAUSE
This problem can occur if an antivirus program is scanning the Global.asa file. This behavior has been seen in the following situations:
* You have configured the Symantec Norton AntiVirus program to use the Script Blocking feature when scanning the Global.asa file.
* You have configured the McAfee NetShield antivirus program to scan Web application files.
Fattar inte riktigt vad jag ska göra.
Och jag inte använt något Antivirusprogram. Den global.asa jag laddade upp såg ut så här:
<SCRIPT RUNAT=server LANGUAGE="VBScript">
Sub Application_OnStart
End Sub
Sub Session_OnStart
End Sub
Sub Application_OnEnd
End Sub
Sub Session_OnEnd
End Sub
</SCRIPT>
Ibland hänger sig någonting på webbservern när man ändrar i global.asa. Då blir det så, och den enda lösningen jag kommit på är att manuellt starta om webbtjänsten på servern.