473,385 Members | 2,003 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

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:

http://www.microsoft.com/windows2000...p/iiwadbug.htm

It seems possible, however I can't seem to get it working.

Anyway knows how to debug ASP scripts efficiently?
Jan 23 '06 #1
4 4509
KevinGPO wrote:
I am currently developing a website in ASP (VBScript) using MS Visual
C#.NET IDE.
This is a contradiction in terms. VBScript is typically used in classic ASP
applications (to which this newsgroup is devoted). Are you creating an
ASP.Net application (.aspx) or a classic ASP application (.asp)?
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 have seen assertions in this newsgroup that classic ASP code can be
debugged using VS.Net but I have never tried it myself. A more relevant
newsgroup would be microsoft.public.vsnet.debugging
I did a google search for 'debugging ASP VBScript' and got:

http://www.microsoft.com/windows2000...p/iiwadbug.htm

It seems possible, however I can't seem to get it working.


Post more details to the newsgroup I mentioned above. You won't get any help
by saying " ... can't seem to get it working." You need to provide details
about your symptoms.
Bob Barrows
PS. I'm removing the components group from this crosspost - it is completely
irrelevant.

--
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"
Jan 23 '06 #2
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" <ke******@hotmail.com> wrote in message
news:%2****************@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:

http://www.microsoft.com/windows2000...p/iiwadbug.htm

It seems possible, however I can't seem to get it working.

Anyway knows how to debug ASP scripts efficiently?

Feb 6 '06 #3
G. Vaught wrote:
You do know that ASP and ASP.Net are two different animals
Very true
and VBScript is not compatible with ASP.Net
huh? There is no reason one could not create a script block for vbscript
code in a .aspx page ... not much reason to do so, but there is nothing to
prevent it.
and can not be used in Visual
Studio 2003 or higher .Net
Hmm, well, that's not true.
I routinely edit classic ASP pages in VS 2003.

So to answer your question. Your .Net application can't debug your
ASP code.


I've never tried it, but one person who sometimes posts to this newsgroup
(.inetserver.asp.general) claims he regularly use VS 2003 to debug his
classic ASP applications.

http://groups.google.com/group/micro...cb3d639?hl=en&

Here are some more:

http://groups.google.com/groups?ie=U...03&sa=N&tab=wg

--
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"
Feb 6 '06 #4
I use VS 2003 extensively to edit and debug classic ASP pages.

Works fine.

Anthony.
Feb 6 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

20
by: | last post by:
If I need to check if a certain value does exist in a field, and return either "yes" or "not" which query would be the most effestive?
2
by: Steve Anderson | last post by:
Please excuse my ignorance as I'm fairly new to ASP. We have IIS running on Win2000 and serving out an ASP application. I installed the script debugger tonight. IE6 on the machine has Disable...
14
by: John M | last post by:
Hello, In Microsoft Visual Studio .NET 2003, How can I debug javascript/vbscript codes (client side) ? Thanks :)
6
by: KevinGPO | last post by:
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...
4
by: sparky | last post by:
I've been working on an ASP driven website, on a client's web hosting space. One of the project requirements was the ability for the client to be able to upload files through an HTTP form. No...
13
by: Arne Garvander | last post by:
Sometimes I get an exception in the browser and I get prompted to start Visual Studio 2005 for debugging. Sometimes I would like to start client side debugging on demand. How can I do that? --...
1
by: mm27603 | last post by:
I'm trying to do a simple query of an Oracle 10g database within some vbscript code. <% 'Get protocol information to display in dropdown list %> <!--#include file="dbconnect2.inc"--> <%...
5
by: rn5a | last post by:
Can someone please suggest me a text editor especially for DEBUGGING ASP scripts apart from Microsoft Visual Interdev? I tried using Visual Interdev & created a project but Interdev generates...
10
by: =?Utf-8?B?cmFjZTRzcGFjZQ==?= | last post by:
Hi, IIS is not displaying run time errors - the various debugging options (Enable Server Side Debugging, Send Errors to Browser) have been set to true in the IIS console. No Errors are sent to...
4
by: =?Utf-8?B?TWlrZSBHYWxl?= | last post by:
VS 2008 initially didn't debug classic ASP. SP1 fixes this in some ways. You can debug if you select the debug option to "Start Without Debugging, then either attach the debugger manually or...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.