Ask a Question related to ASP Components, Design and Development.
-
KevinGPO #1
QUERY: debugging ASP VBScript
I am currently developing a website in ASP (VBScript) using MS Visual C#.NET
IDE. I just create a new "ASP.NET Web Application" and point to my local
webserver (IIS) of my website address. Then I just go through each
file/folder and right-click, selecting "Include in project". The IDE is nice
in that it checks, verifies id tags, etc. What am wondering is whether it's
possible to debug my ASP website using the MS Visual Studio.NET's debugger.
I did a google search for 'debugging ASP VBScript' and got:
[url]http://www.microsoft.com/windows2000/en/server/iis/htm/asp/iiwadbug.htm[/url]
It seems possible, however I can't seem to get it working.
Anyway knows how to debug ASP scripts efficiently?
KevinGPO Guest
-
Debugging output does not appear when use Debugging IPAddresses
I recently absorbed the task of supporting our CF MX 6.1 server. We have an app that we need to debug - the developer asked us to add her IP... -
ASP/VBScript - if then or else
I'm developing a site using ASP/VBScript and I'm trying to populate a table with data contain within a recordset using the repeat region... which is... -
query ExchangeServer5.5 with ASP + vbscript Error: 80005000
Hi, i have some problems with an exchange query in asp. We have a NT4.0 Domain with Exchange5.5. I want to query the Recipients Container in asp... -
VBScript and ASP
Can I copy code from a .ASP page into a .VBS file and execute it? I need to run code in an ASP page in a daily event on the server. Thanks! ... -
ASP.NET and vbscript
Browser security settings may be hampering your attempts. To get it to work, the setting you'll most likely need to adjust can be found on the... -
G. Vaught #2
Re: QUERY: debugging ASP VBScript
You do know that ASP and ASP.Net are two different animals and VBScript is
not compatible with ASP.Net and can not be used in Visual Studio 2003 or
higher .Net
So to answer your question. Your .Net application can't debug your ASP code.
"KevinGPO" <kevingpo@hotmail.com> wrote in message
news:%236EtTqDIGHA.2460@TK2MSFTNGP10.phx.gbl...>I am currently developing a website in ASP (VBScript) using MS Visual
>C#.NET IDE. I just create a new "ASP.NET Web Application" and point to my
>local webserver (IIS) of my website address. Then I just go through each
>file/folder and right-click, selecting "Include in project". The IDE is
>nice in that it checks, verifies id tags, etc. What am wondering is whether
>it's possible to debug my ASP website using the MS Visual Studio.NET's
>debugger.
>
> I did a google search for 'debugging ASP VBScript' and got:
>
> [url]http://www.microsoft.com/windows2000/en/server/iis/htm/asp/iiwadbug.htm[/url]
>
> It seems possible, however I can't seem to get it working.
>
> Anyway knows how to debug ASP scripts efficiently?
>
G. Vaught Guest
-
Bob Barrows [MVP] #3
Re: QUERY: debugging ASP VBScript
G. Vaught wrote:
Very true> You do know that ASP and ASP.Net are two different animals
huh? There is no reason one could not create a script block for vbscript> and VBScript is not compatible with ASP.Net
code in a .aspx page ... not much reason to do so, but there is nothing to
prevent it.
Hmm, well, that's not true.> and can not be used in Visual
> Studio 2003 or higher .Net
I routinely edit classic ASP pages in VS 2003.
I've never tried it, but one person who sometimes posts to this newsgroup>
> So to answer your question. Your .Net application can't debug your
> ASP code.
(.inetserver.asp.general) claims he regularly use VS 2003 to debug his
classic ASP applications.
[url]http://groups.google.com/group/microsoft.public.inetserver.asp.general/msg/cad98c695cb3d639?hl=en&[/url]
Here are some more:
[url]http://groups.google.com/groups?ie=UTF-8&oe=UTF-8&sourceid=gd&q=debug%20classic%20ASP%20.Net%20200 3&sa=N&tab=wg[/url]
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Bob Barrows [MVP] Guest
-
Anthony Jones #4
Re: QUERY: debugging ASP VBScript
I use VS 2003 extensively to edit and debug classic ASP pages.
Works fine.
Anthony.
Anthony Jones Guest



Reply With Quote

