| Author |
Debugging of ASP code
|
|
| Petar Popara 2005-03-02, 7:47 am |
|
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?
| |
| Steven Burn 2005-03-02, 7:47 am |
| 1. Manually
2. Probably (never bothered looking as I go for option #1)
3. No, ASP and ASP.Net are two completely different things.
--=20
Regards
Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk
Keeping it FREE!
"Petar Popara" <my.fake@mail.net> wrote in message =
news:uxMAUZxHFHA.4060@TK2MSFTNGP14.phx.gbl...
>=20
> Which is the best method? Are there some free tools/plugins for =
IIS? Can=20
> I run ASP code under ASP.Net to see more debug info and warnings?=20
>=20
>=20
| |
| Stuart Palmer 2005-03-02, 6:04 pm |
| "Petar Popara" <my.fake@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?
>
>
Always use 'option explicit' at the top of your code, this will really help,
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
| |
| Kyle Peterson 2005-04-30, 2:57 am |
| http://powerasp.com/content/new/on-...resume-next.asp
"Petar Popara" <my.fake@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?
>
|
|
|
|