Saturday, March 24, 2012

newbie debug asp

i have .net2002/visual studio and have only used it so far for vb.net
been developing some growing .asp programs that do form processing, running
on a different machine, iis5.0,
and would like to be able to run/debug those under my visual studio
environment, so embarrassed
to say don't even know at this point if its possible, so thats the big
question
and then if thats possible, can i simulate the data being passed from the
web page form for testing the asp program'"bbxrider" <bxtrap01@.comcast.net> wrote in message
news:%238wtxmVaFHA.3400@.tk2msftngp13.phx.gbl...
>i have .net2002/visual studio and have only used it so far for vb.net
> been developing some growing .asp programs that do form processing,
> running
> on a different machine, iis5.0,
> and would like to be able to run/debug those under my visual studio
> environment, so embarrassed
> to say don't even know at this point if its possible, so thats the big
> question
> and then if thats possible, can i simulate the data being passed from the
> web page form for testing the asp program'
>
Hi,
If you are talking about debugging Classic ASP, it's a freakin nightmare.
If I were you, I wouldn't waste my time. Just fill your code full of
Response.Write()s ... that is actually a hell of a lot more effecient.
THANK GOD for .NET!!!
Regards,
John MacIntyre
http://www.johnmacintyre.ca
Specializing in; Database, Web-Applications, and Windows Software
thanks for the reply
i have been using the response.write technique, but ran into some kind of
problem, i think because i executed
wscipt.createobject instead of server.createobject and then could not run
any asp! had to reboot, so was trying
to get around that
is it possible then to rewrite the old asp into asp.net and run that on my
win2k/iis5.0 server'
bbx
"John" <Please.Reply@.To.the.group.com> wrote in message
news:uUovjTWaFHA.3808@.TK2MSFTNGP14.phx.gbl...
> "bbxrider" <bxtrap01@.comcast.net> wrote in message
> news:%238wtxmVaFHA.3400@.tk2msftngp13.phx.gbl...
the
> Hi,
> If you are talking about debugging Classic ASP, it's a freakin nightmare.
> If I were you, I wouldn't waste my time. Just fill your code full of
> Response.Write()s ... that is actually a hell of a lot more effecient.
> THANK GOD for .NET!!!
>
> --
> Regards,
> John MacIntyre
> http://www.johnmacintyre.ca
> Specializing in; Database, Web-Applications, and Windows Software
>
"bbxrider" <bxtrap01@.comcast.net> wrote in message
news:u2j9zlWaFHA.464@.TK2MSFTNGP15.phx.gbl...
> is it possible then to rewrite the old asp into asp.net and run that on my
> win2k/iis5.0 server'
> bbx
I have asp.net running on a Win2k/IIS5 machine without problems.
thanks again, sounds like my next project
"John" <Please.Reply@.To.the.group.com> wrote in message
news:%23165n2WaFHA.1456@.TK2MSFTNGP15.phx.gbl...
> "bbxrider" <bxtrap01@.comcast.net> wrote in message
> news:u2j9zlWaFHA.464@.TK2MSFTNGP15.phx.gbl...
my
>
> I have asp.net running on a Win2k/IIS5 machine without problems.
>
>
>
>

0 comments:

Post a Comment