I got a asp.net mvc 4 website which I put on test and production server. The test website works perfect. The production website sometimes get 500 internal server error code. I already clean the folders in C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary
ASP.NET Files. But still sometimes got error. There is no error log in windows 2008 server log.
I noticed that there are some files missing in the production web server in the sub folder of C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files i.e. 2meej3wo.out, 2meej3wo.tmp.
Is there anyway that I can see the log iis 7.5 generate these files and got the error stack information somewhere in the computer?
TIA
Leigh
The bug was found. It is my code to get ip address and for some unknown reason there is an exception thrown out and I did not handle it and it was not reported in event viewer. It just appeared as error code 500 in iis web log file.
leigh.wanste...
0 Points
2 Posts
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files
Dec 13, 2012 05:45 AM|LINK
Good evening,
I got a asp.net mvc 4 website which I put on test and production server. The test website works perfect. The production website sometimes get 500 internal server error code. I already clean the folders in C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files. But still sometimes got error. There is no error log in windows 2008 server log.
I noticed that there are some files missing in the production web server in the sub folder of C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files i.e. 2meej3wo.out, 2meej3wo.tmp.
Is there anyway that I can see the log iis 7.5 generate these files and got the error stack information somewhere in the computer?
TIA
Leigh
The bug was found. It is my code to get ip address and for some unknown reason there is an exception thrown out and I did not handle it and it was not reported in event viewer. It just appeared as error code 500 in iis web log file.
Regards
Leigh
ignatandrei
All-Star
135174 Points
21682 Posts
Moderator
MVP
Re: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files
Dec 13, 2012 06:30 AM|LINK
On an ajax call?
leigh.wanste...
0 Points
2 Posts
Re: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files
Dec 13, 2012 11:37 PM|LINK
No
It is just a normal asp.net mvc web page.
Regards
Leigh
ignatandrei
All-Star
135174 Points
21682 Posts
Moderator
MVP
Re: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files
Dec 14, 2012 03:52 AM|LINK
detailed error , please .