سؤال

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

Thanks.

هل كانت مفيدة؟

المحلول

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)

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top