Book a Demo

Author Topic: ASP.NET Reverse Ingineering with VS.NET 2005  (Read 2015 times)

LeBorregue

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
ASP.NET Reverse Ingineering with VS.NET 2005
« on: September 28, 2007, 09:36:01 am »
Hi all!!

I am trying to get the secuence diagrams of a ASP.NET web application. I use VS.NET 2005 for develop and debug this application. I already configure the package build script in the next way:

Build:
devenv.com /buid Debug mySolution.sln

Run:
http://localhost:7164/Website/Login.aspx

Debug:
attach

The first problem is when I try to build the APP I get an exit code 101 (I don't know what is that). The second problem is when I try to debug the APP to get the secuence diagrams, I don't find the aspnet_wp process and then I try with the WebDev.WebServer process, but the EA doesn't stop on the break points. Could somebody help me with this problem?