473,761 Members | 10,280 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Debugging classic ASP

I am using Visual Studio 2005 for my .Net web apps. I have some older ASP
web apps that I can edit fine in VS 2005 but I can't seem to debug them like
I can with my ASP.Net pages. Can anyone point me to steps I need to take to
be able to debug classic ASP (VBScript) pages in VS 2005? Thanks.

David
Oct 4 '07 #1
1 1481
may help: on WinXP

get properties on your "Default Web Site"
click on the "Home Directory" Tab
click <Configuratio n ...button at the bottom right.
click select [Debugging] Tab
check Enable ASP server-side script debugging and etc..

I am interested if that helps or not.
"David C" <dl*****@lifeti meinc.comwrote in message
news:eV******** *****@TK2MSFTNG P02.phx.gbl...
>I am using Visual Studio 2005 for my .Net web apps. I have some older ASP
web apps that I can edit fine in VS 2005 but I can't seem to debug them
like I can with my ASP.Net pages. Can anyone point me to steps I need to
take to be able to debug classic ASP (VBScript) pages in VS 2005? Thanks.

David

Oct 4 '07 #2

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

Similar topics

2
1426
by: xMANIGHTx | last post by:
I'm working on XP IIS5.1 in classic ASP 3.0 After the installation of the 2005 Express Suite and the beta .net2 framework that ships with it (http://lab.msdn.microsoft.com/express/vwd/) the debugging with classic ASP has an odd behaviour. I use option explicit on all pages When the parser finds an undeclared var or function or there is some error in a stored procedure (not in the ASP page but in the SP itself) I receive no error...
1
5576
by: pimming | last post by:
Using either VS.NET 2002 or 2003 I can only get the ASP debugger to connect when my start action is Project (file based). If I change the start action to URL I get an error: Unable to find project on the Web server. Unable to set server into correct debugging state automatically. You may not be able to debug ASP pages... I once had this working using VS.NET 2002. Is it possible that loading VS.NET 2003 stepped on something?
2
1409
by: Stephanie Stowe | last post by:
I do not know if this is the right place. I cannot find a studio.net group... I want to debug and ASP.NET app. This app is always launched from our classic ASP app. The ASP classic app has a page with client-side JScipt which opens a window and a page from the ASP.NET app in it. The ASP.NET page has JScript which references the window.opener. I want to debug my ASP classic and ASP.NET at the same time. So I went into the debugging...
5
2958
by: Velvet | last post by:
Can someone tell me to what process I need to attach to be able to step through my classic ASP code in VS.net 2003. I'm working on an XP box with IIS installed. I also have VS.net 2005 (The final, never installed beta) installed on this box if it makes a difference (I did not install VS Development Web Server as I'm already using the XP web server). I've seen that I need to attach to the native IIS engine, but I don't know what it's...
23
3205
by: keyser_Soze | last post by:
I have MS Visual Studio 2003 on Windows XP Pro. I have IIS running on this machine and I am trying to debug some existing code which has both ASP and ASP.NET components. When I try and launch the debugger from VS, I am told it can't because the project is of output type class library. The error indicates I should set the start action to start external program or start URL. I tried both of these and cannot seem to get the debugger to...
4
4538
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 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...
0
840
by: travelkat | last post by:
Hi, I have an n tier application built in Classic ASP/VB Script. The data layer has been converted to C#. We use Interdev for GUI dev (yack) and Visual Studio .Net for data layer dev. IIS is set up for debugging .Net and ASP code. Does anyone know if its possible to to step into the C# code from the ASP/VB Script code (as per above set up)? Google does not bring up any articles and plain old change a setting and see what happens hasn't...
1
1792
by: =?Utf-8?B?TW9uaWNh?= | last post by:
Hello everybody, When I want to debug my web site written with ASP.NET using C# I get this error message: unable to start debugging on the web server. unable to connect to web server. verify that the web server is running and that HTTP request is not block by firewall. Please advise me how I can solve this problem?
4
12697
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 place a stop directive in the code which ends up doing the same thing. The problem with this is that you can't debug browser side Javascript in the same debug run. You get a "The breakpoint will not currently be hit. The document is not loaded." if...
0
9531
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10115
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9905
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9775
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6609
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5229
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5373
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3881
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3456
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.