I have customized the Application_Error method in my global.asa file, so as to have the application send me an email whenever an error occurs. Occasionally, this works just fine, but most of the time, the information I get about the error is less than helpfull.
Specifically, most of the time the source of the error is given as "get_aspx_ver.aspx." Has anyone else ever seen this?
-pjm
I never gave a damn about the meterman until I was the man who had to read the meter.
I've seen this when I am opening project files from remote server. It throws the error (or actually sends me email also) when ever I open the project for the first time.
Interesting. Now that you mention it, that does seem to be when this is firing. Cool. Well, at least I know the prblem is not with the code. If you come across any way to disable this, I'd appreciate it. And thanks for the quick response!
-pjm
I never gave a damn about the meterman until I was the man who had to read the meter.
pjmcb
Contributor
2234 Points
459 Posts
Custom error method and "get_aspx_ver.aspx"
Aug 04, 2003 03:36 PM|LINK
I never gave a damn about the meterman until I was the man who had to read the meter.
joteke
All-Star
46284 Points
6896 Posts
ASPInsiders
MVP
Re: Custom error method and "get_aspx_ver.aspx"
Aug 04, 2003 03:40 PM|LINK
Teemu Keiski
Finland, EU
pjmcb
Contributor
2234 Points
459 Posts
Re: Custom error method and "get_aspx_ver.aspx"
Aug 04, 2003 04:00 PM|LINK
I never gave a damn about the meterman until I was the man who had to read the meter.