Hello,
The answer is absolutely yes, we could debug classic ASP applications with Visual Studio 2005. We could use the Attach to Process dialog box, however, there are a few items that we might need to consider:
1. The Operating System we use. That's because the process name is different based on the OS we installed.
2. The process we will attach to. We will attach to the dllhost.exe process in Windows XP.
3. The Web Server we use. We need to run the application in IIS (no matter which version). The built-in web server with Visual Studio does not support classic ASP Debugging.
4. The User account we use. We need to add our account to the Debugger Users group or the Administrators group to grant it proper privilege.
There is a simple walkthrough on debugging classic ASP applications in IIS5 with Visual Studio 2005 on my local Windows XP box, I hope it could help you!
For more information, we could refer to:
1. Debugging ASP Web Application: http://msdn.microsoft.com/en-us/library/aa291223(VS.71).aspx
2. Debugging classic ASP web application with Visual Studio 2005:
http://weblogs.asp.net/akjoshi/archive/2008/07/16/Debugging-classic-asp-application-with-Visual-Studio-2005.aspx
Best regards,
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have any feedback, please tell us.
Welcome to the
All-In-One Code Framework!