Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP debugging

Status
Not open for further replies.

Gragi

Programmer
Oct 4, 2004
59
US
Hi,
I am using Visual Interdev 6.0, IIS 5.1.
I have few ASP pages, but I am not able to debug them, while I was trying I am getting an error like
'Unable to set server into correct dubugging state automatically. You may not be able to debug ASP pages. Do you want to continue launching the debugger?'

I did check Enable ASP Server Side Scripting
Enable ASP Client Side Scripting
in IIS.

Anybody can help me solving this issue.

Thanks in Advance,
Gragi
 
This issue is more specific to Visual InterDev and I think you might find more help in forum117. I would try a search in that forum as I think this issue has been covered previously.

------------------------------------------------------------------------------------------------------------------------
"I am not young enough to know everything."
Oscar Wilde (1854-1900)
 
I think that trying to get Interdev debugging going will ultimately be a waste of your time. They make it out like you'd be able to step through it just like with VB but it comes up way short of that in reality.

The good news is that you can simulate breakpoints by using Response.Write together with Response.End
 
Sheco is correct in that it is not as easy as MS would have it sound, but it is possible. I know this only because I have used it on my own machine. In particular, I would try thread117-730053 as well as searching a couple of others. But, to repeat Sheco, if you cannot get it to work, Response.Write is an alternative.

------------------------------------------------------------------------------------------------------------------------
"I am not young enough to know everything."
Oscar Wilde (1854-1900)
 
Thank you
Chopstik and Sheco for your reply.
I am going through that thread 117-730053 this is really helpful, but my problem has not been solved yet. Anyway I will keep trying.

Gragi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top