One more thing that I found is that the logged in user
should be in the Debugger users group.
Also , sometimes when are there are errors in code
which cannot be detected at compile-time, it says that
the project can't be debugged . After you undo some of
the recent changes debugging becomes possible. Strange
but true !!
--- Stefan Finch <[EMAIL PROTECTED]> wrote:
> Also make sure that web.config has debugging
> enabled.
>
> <configuration>
>   <system.web>
>     <compilation defaultLanguage="c#" debug="true"
> />
>   </system.web>
> </configuration>
>
> And VS.NET is configured to debug ASP.NET
> applications.
>
> Project > Properties > Configuration Properties >
> Debugging
>
> HTH
>
>
>
>
>
> -----Original Message-----
> From: joe hummel [mailto:[EMAIL PROTECTED]]
> Sent: 24 April 2002 05:03
> To: [EMAIL PROTECTED]
> Subject: Re: [DOTNET] Unable to debug ASP.NET
>
>
> I had this problem...  Did you run IISLockdown by
> chance?  In
> particular, have you installed URLScan to make IIS
> more secure?  That
> was my problem, which I fixed by uninstalling
> URLScan via the control
> panel >> add/remove.  Then I could debug ASP.NET
> once again.  Cheers,
>
>   - joe
>
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Joe Hummel, PhD
> DevelopMentor
>
> >
> > I have just recently become unable to debug
> ASP.NET
> > application (just noticed it today).  I get the:
> >
> > ---------------------------
> > Microsoft Development Environment
> > ---------------------------
> > Error while trying to run project: Unable to start
> debugging
> > on the web server. The project is not configured
> to be debugged.
> >
>
> You can read messages from the DOTNET archive,
> unsubscribe from DOTNET,
> or
> subscribe to other DevelopMentor lists at
> http://discuss.develop.com.
>
> You can read messages from the DOTNET archive,
> unsubscribe from DOTNET, or
> subscribe to other DevelopMentor lists at
http://discuss.develop.com.


__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to