Domanda

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

Thanks.

È stato utile?

Soluzione

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)

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top