|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Debugging of ASP code
Which is the best method? Are there some free tools/plugins for IIS? Can
I run ASP code under ASP.Net to see more debug info and warnings? 1. Manually
2. Probably (never bothered looking as I go for option #1) 3. No, ASP and ASP.Net are two completely different things. Show quote "Petar Popara" <my.f***@mail.net> wrote in message news:uxMAUZxHFHA.4060@TK2MSFTNGP14.phx.gbl... > > Which is the best method? Are there some free tools/plugins for IIS? Can > I run ASP code under ASP.Net to see more debug info and warnings? > > "Petar Popara" <my.f***@mail.net> wrote in message Always use 'option explicit' at the top of your code, this will really help,news:uxMAUZxHFHA.4060@TK2MSFTNGP14.phx.gbl... > > Which is the best method? Are there some free tools/plugins for IIS? Can > I run ASP code under ASP.Net to see more debug info and warnings? > > apart from that, I think manually is the best way, though you might be able to run through code with visual studio, but I am not 100% sure on that. Stu
http://powerasp.com/content/new/on-error-resume-next.asp
Show quote "Petar Popara" <my.f***@mail.net> wrote in message
news:uxMAUZxHFHA.4060@TK2MSFTNGP14.phx.gbl... > > Which is the best method? Are there some free tools/plugins for IIS? > Can I run ASP code under ASP.Net to see more debug info and warnings? > |
|||||||||||||||||||||||