hi,
i'm wondering if anyone can give a quick walkthrough on how to correctly implement debugging on my IIS machine. after developing a toy app in VS.NET, i tried to debug and recieved the following error
note that direct browser calls to any of my aspx pages execute w/out a hitch - no problems. i just can't debug.
i've checked the solution properties to ensure that i build/allow for debugging. what's a bit mystifying is the error's reference to re-running setup; i'm assuming that it's referring to the framework install on the server
any advice is greatly appreciated! thank in advance.
i'm wondering if anyone can give a quick walkthrough on how to correctly implement debugging on my IIS machine. after developing a toy app in VS.NET, i tried to debug and recieved the following error
Code:
Error while trying to run project: Unable to start debugging on the web server. Run setup or install to repair the debugger...
note that direct browser calls to any of my aspx pages execute w/out a hitch - no problems. i just can't debug.
i've checked the solution properties to ensure that i build/allow for debugging. what's a bit mystifying is the error's reference to re-running setup; i'm assuming that it's referring to the framework install on the server
any advice is greatly appreciated! thank in advance.