Question

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

Thanks.

Était-ce utile?

La 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)

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top