Book a Demo

Author Topic: Debugging problems with a .net website using IIS7  (Read 3089 times)

LeBorregue

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Debugging problems with a .net website using IIS7
« on: March 20, 2009, 06:48:22 am »
Hi all!

I am trying to debug a .net website using IIS7 using .net framework 2.0 and I have two problems basically in the part of package build scripts:
  • In the part of build, since it is a website there isn't a project file to use it in the line of code to build the app. I found an example where they are using something like this: devenv.com /Build Debug project.vbproj.
  • I don't know if the build step is absolutely necessary, but I tried to debug the website skipping this step. When I start the "debug run" process EA ask me to attach a process to be debugged, then I select the inetinfo process (IIS 7 process), after this EA is freezed.
I followed the instructions of this document: http://www.sparxsystems.com.au/downloads/resources/booklets/debug_and_profiling.pdf

Thanks in advance.