Click here to Skip to main content
Licence CPOL
First Posted 23 Aug 2008
Views 126,290
Bookmarked 35 times

Debugging Classic ASP ( VBScript ) in Visual Studio 2008

By | 23 Aug 2008 | Article
Step by step guide on how to set up your project so you can debug a site written in Classic ASP VBScript using Visual Studio 2008

Introduction

This is a step by step guide on how to set up your project so you can debug a site written in classic ASP VBScript using Visual Studio 2008.

Using the Code

I walk you step by step through how to set up your project so you can debug a site written in classic ASP VBScript using Visual Studio 2008.

1.1 Setup IIS

1.1.1 Configure Default IIS web site on a local machine to point to the directory the Classic ASP web site is in and turn on ASP server side debugging:

iis-enable-asp-server-side-debugging.gif

1.2 Setup Project in Visual Studio 2008

Since we're talking "classic ASP" written in VBScript, you'll already have a web site. So I'll cover opening an existing site.

1.2.1 Launch Visual Studio 2008

1.2.2 File >> Open >> Web Site

1.2.3 Navigate to the directory that contains the ancient code you have to work with, select it and it opens.

1.2.4 Right click the web site in Solution Explorer

1.2.5 Go to Properties >> Start Options

1.2.6 Configure it to use custom server with Base URL of http://localhost

vs2008-start-options.gif

1.3 Start Debugger

1.3.1 Run application (F5)

1.3.2 Select Visual Studio 2008 as your debugger of choice

1.3.3 Attach to dllhost.exe

attach-to-dllhost.gif

1.3.4 Your browser launches

1.3.5 A new instance of Visual Studio launches

1.3.6 Close the new instance of Visual Studio but leave the browser open.

1.3.7 In the instance of Visual Studio that you opened the web site in, click Debug >> Attach to Process

1.3.8 Check Show process from all users

1.3.9 Select entry for dllhost.exe with type Script, T-SQL, x86

1.3.10 Click Attach

debug-attach-to-process.gif

1.3.11 Just to make sure things are in working order, set a break point at the beginning of your code and click refresh on the browser that was launched when you clicked F5.

1.3.12 Send me a nice thank you.

1.4 Restart Debugging Browser

You will need to reattach to the debugger process if you close the browser.

1.4.1 Hit F5 to launch a new browser window with your application in it. If it acknowledges your breakpoints, then never mind, you're already in business. If not then....

1.4.2 With the browser window still open back in Visual Studio, simply click Debug and then Attach to Process in the drop down menu.

1.4.3 Select entry for dllhost.exe with type Script, T-SQL, x86

1.4.4 Click Attach

1.4.5 Click refresh in the browser F5 launch and Bob's your uncle you're back in business.

History

  • 23rd August, 2008: Initial post 

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Rock Webcast



Unknown

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralMy vote of 5 Pinmembermanoj kumar choubey21:41 1 Apr '12  
QuestionChange location of VWDWebCache Pinmemberstillmc5:58 6 Jul '11  
GeneralMy vote of 3 PinmemberSohini Dey210:37 19 Aug '10  
Generalthanks. Worked for Visual Studio 2010. Pinmemberbnighter9:04 12 Aug '10  
GeneralMy vote of 5 Pinmembervincuo5:54 6 Jul '10  
GeneralThanks Pinmembervoavictoriano3:04 22 Jan '10  
QuestionRemote debuging classic ASP? PinmemberJoeik13:39 8 Dec '09  
AnswerRe: Remote debuging classic ASP? Pinmemberfaina23:52 22 Dec '09  
GeneralRestart website in iis if you have this error when attaching Pinmemberpedrogameiropinto5:11 29 Jul '09  
GeneralThis is very cool, but... PinmemberPRMan!!!7:34 15 Jul '09  
GeneralRe: This is very cool, but... PinmemberPRMan!!!7:56 15 Jul '09  
Generalit only worked for a couple of days Pinmemberopensas12:42 29 Jun '09  
GeneralRe: it only worked for a couple of days Pinmemberwalash7:13 10 Nov '09  
Generalcan't find the correct dllhost.exe entry Pinmembercagilbert14:29 22 May '09  
GeneralRe: can't find the correct dllhost.exe entry Pinmembercagilbert14:30 22 May '09  
GeneralProblem applying your solution PinmemberTokorie19:26 6 Apr '09  
AnswerRe: Problem applying your solution Pinmemberblborg2:18 14 May '09  
QuestionHow to set nested application to application within built in web server Pinmemberjoeller6:00 3 Mar '09  
GeneralThank you!!! PinmemberAndrew J Dixon12:33 3 Feb '09  
GeneralImprovements in Visual Studio 2008 PinmemberMikeGale21:47 18 Oct '08  
GeneralNeed to do it slightly different under Server 2008. PinmemberMember 11601369:17 19 Sep '08  
GeneralRe: Need to do it slightly different under Server 2008. PinmemberOwen376:08 2 Oct '09  
GeneralThis doesn't work on some OS PinmemberMikeGale16:40 8 Sep '08  
GeneralRe: This doesn't work on some OS PinmemberMember 21348176:19 17 Oct '08  
GeneralDebugging on Vista Pinmembertvlep11:24 26 Aug '08  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web04 | 2.5.120517.1 | Last Updated 23 Aug 2008
Article Copyright 2008 by Rock Webcast
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid