Hi,
I am having problems doing this, has anybody had any success.
I have created a basic ASP.NET 2.0 website in VS 2005 (via File > New website, not the new 1.1 style web application project they later released), reverse engineered it into an EA diagram and followed the guide in help.
I have set up my package build script as follows.
Directory: D:\Projects\Business\MyTestSite
Build
devenv.com /build Debug MyTestSite.sln
(where the .sln file resides in the directory D:\Projects\Business\MyTestSite)
Output Parser: Microsoft.NET
Run
http://localhost:50003/MyTestSite/Default.aspx(I Have tried it without Default.aspx in the path)
Debug
attach
Use Debugger: Microsoft.NET 2.0
On Vista, I cannot find asp_wp.exe so I am trying to attach to WebDev.WebServer.EXE
I have a simple Default.aspx page that I have a debug point in, when I run, it just pauses for 10 seconds then ends, and it never hits my breakpoint.
Can anyone see what I might be doing wrong?
Any help will be much appreciated!

Fluxtah