L
Larry Tate
Here is my scenario.
I have a production site that was hand coded .. ie. no VS.
I have a dev site .. this is a dev copy of the production site.
Language using .. Vb.net
Framework Version ... Latest 1.1
Server ... Win2000
I am getting some errors in the production site, but not all of the time.
I need to turn on debugging in my web.config ( which I have done ) and grab
the error quietly in the global.asax file and tell my user that something
has gone wrong and it is being addressed and email to myself.
Here is the problem.
When I catch Server.GetLastError() and email it to myself I do not get any
line number, method, or Compiler Error Message: BC30451: Name 'myvar' is not
declared. messages of any kind. I really need at least some of this info.
Now all I get is a generic error.
Does anyone have a solution for this? I have read hundreds of articles and
news posts and no one can put me on a definite answer.
One thing is I have tried all of the "you need to look at this and need to
read up on that" articles and posts. I cant get any of the examples to work.
Does anyone have some code I can dl or get a hold of?
FYI ...
Microsoft make this super easy for 1.2
Thanks,
Larry
I have a production site that was hand coded .. ie. no VS.
I have a dev site .. this is a dev copy of the production site.
Language using .. Vb.net
Framework Version ... Latest 1.1
Server ... Win2000
I am getting some errors in the production site, but not all of the time.
I need to turn on debugging in my web.config ( which I have done ) and grab
the error quietly in the global.asax file and tell my user that something
has gone wrong and it is being addressed and email to myself.
Here is the problem.
When I catch Server.GetLastError() and email it to myself I do not get any
line number, method, or Compiler Error Message: BC30451: Name 'myvar' is not
declared. messages of any kind. I really need at least some of this info.
Now all I get is a generic error.
Does anyone have a solution for this? I have read hundreds of articles and
news posts and no one can put me on a definite answer.
One thing is I have tried all of the "you need to look at this and need to
read up on that" articles and posts. I cant get any of the examples to work.
Does anyone have some code I can dl or get a hold of?
FYI ...
Microsoft make this super easy for 1.2
Thanks,
Larry