J
John Kotuby
Hi all,
I am working on what I "thought" was a Web Project in VS 2005 using VB. I
have published the site to an IIS server in our office for testing. When I
hit a runtime error I get a basically unreadable stack trace that shows me
the function or sub where the error occurred plus an offset instead of a
line number.
I created the "project" from the menus with File->New Web Site. All the
documentation says to get line numbers in the error pages I just have to go
to Project -> Properties -> Configuration Properties -> Build -> Generate
Debugging Information which will create PDB files. That's great except I
can't find that option anywhere in the menus.
In Web.config I have Debug=True set.
All I can find in the menus is Web Site->Start Options or Web Site->ASP.NET
Configuration. How do I get line numbers to show up with the "Web Site" type
project (rather than the "Web Application" type project, which apparently I
did not create)?
Thanks to all...
I am working on what I "thought" was a Web Project in VS 2005 using VB. I
have published the site to an IIS server in our office for testing. When I
hit a runtime error I get a basically unreadable stack trace that shows me
the function or sub where the error occurred plus an offset instead of a
line number.
I created the "project" from the menus with File->New Web Site. All the
documentation says to get line numbers in the error pages I just have to go
to Project -> Properties -> Configuration Properties -> Build -> Generate
Debugging Information which will create PDB files. That's great except I
can't find that option anywhere in the menus.
In Web.config I have Debug=True set.
All I can find in the menus is Web Site->Start Options or Web Site->ASP.NET
Configuration. How do I get line numbers to show up with the "Web Site" type
project (rather than the "Web Application" type project, which apparently I
did not create)?
Thanks to all...