Question

I have an asp application. Is it possible to debug vb.net code embedded in the asp page using Internet Explorer?

Thanks.

Was it helpful?

Solution

The simple answer to your question is no

You've tagged this question as Classic ASP but you mention vb.net which is used in asp.net. Anyway, both Classic ASP and ASP.net are server side technologies, and IE Developer tools are used for debugging client side code (Javascript, CSS, HTML etc)

To debug your VB.net code you'll probably need Visual Studio (or Visual Web Developer, which is a free, cut down version of Visual Studio)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top