The Great God of you:
I first deployed the site, I was developed with VS2010, first published on the local computer, after the release of the file copy in the server folder and then configure IIS on the server, then the Web site can be normal service, but the server (win Server2003) run two days after the report " Application normal initialization (0xc0000044) failed ", must be restarted before normal use. After viewing the system log, a warning is reported as follows:
Event code:3005
Event Message:an Unhandled exception has occurred.
Event time:2014-11-4 22:53:40
Event Time (UTC): 2014-11-4 14:53:40
Event id:01d725d1690044758c6a1ae8cca71d3e
Event sequence:15
Event Occurrence:3
Event Detail code:0
Application information:
Application domain:/lm/w3svc/474487346/root-1-130595834620000000
Trust Level:full
Application Virtual Path:/
Application path:e:\zzxyszzx\
Machine NAME:RWXY
Process Information:
Process id:4432
Process Name:w3wp.exe
Account Name:nt Authority\Network SERVICE
Exception Information:
Exception type:httpexception
Exception Message:response is not a available in this context.
At System.Web.HttpApplication.get_Response ()
At Zzxy. Web.Global.Session_End (Object sender, EventArgs e) in C:\Users\Administrator\Desktop\WebOfZzxy\WebOfZzxy\Web\ Global.asax.cs:line 87
Request Information:
Request URL:
Request Path:
User Host Address:
User:
Is Authenticated:false
Authentication Type:
Thread account Name:nt Authority\Network SERVICE
Thread Information:
Thread id:25
Thread account Name:nt Authority\Network SERVICE
Is Impersonating:false
Stack Trace:at System.Web.HttpApplication.get_Response ()
At Zzxy. Web.Global.Session_End (Object sender, EventArgs e) in C:\Users\Administrator\Desktop\WebOfZzxy\WebOfZzxy\Web\ Global.asax.cs:line 87
The younger brother is very puzzled, has the following several questions:
1. The server appears above the problem really and the site of this warning about the department?
2.c:\users\administrator\desktop\webofzzxy\webofzzxy\web\global.asax.cs:line 87
is the path of my project, why it can be published after the error of such a location, and there is no code in the code about the location of the project
protected void Session_End (Object sender, EventArgs e)
{
Response.Redirect ("view/backhome/login.aspx");
}
This is the error code!
3. How can I fix this problem?
Brother here first thank you to the great God, but also hope that the great God carefully teach my little brother, thank you very much!
About the 3005 error in publishing Web sites under IIS