Ask a Question related to ASP.NET Security, Design and Development.
-
Johyson #1
Debugging problem in Win 2000 prof.
Hi,
System Config:
Win 2000 Prof.
..Net Framework 1.0
I was working on an asp.net project and suddenly one morning after a
restart of the system i started getting the following error:
"Unable to start debugging on the web server. Server side-
error occurred on sending debug HTTP request."
I have never installed any other versions of framework before or
after. Also when i earlier installed it was .Net after IIS.
What i checked to solve this:
1. If IIS mapping for .aspx files have gone away suddenly. No, they
are very much present.
2. If the "Impersonate user after authentication" in local security
policies have the aspnet account? yes, it has
3. For the application what is the settings in the directory security
tab in IIS -> it is Anonymous Access and Integrated Windows
Authentication, both checked.
4. Each and everyone in my system are already members of debugger
users group
What i tried to solve this:
1. Try running the project in non-dubug mode. Got following error.
" Server Application Unavailable...blah blah..". Got a fix from MS
which is supposedly for XP, but still applied it. No change.
2. Tried to remove the Anonymous Access in IIS(As per suggested in one
of the posts). Got a new error
"Error while trying to run a project: Unable to start debugging on the
web
server. Would you like to disable future
attempts to debug ASP.NET pages for this project"
I am really lost. I am in the middle of serious development and since
last two days, i have been trying to solve this.
Any help is greatly appreciated, for you might save some harsh words
which i would have to hear.
Thanks a lot in advance.
Johyson Guest
-
Problem in web references while debugging
In c#.net project I have added a web service(by adding web reference) . Now whatover changes i am making in c#.project in the existing funtion,... -
i dont know whatz going wrong with my o/s 2000 prof..
when i start my system.. it works fine. and when i connect to internet. its not problem after some time. control pannel bar moves to left. and some... -
Debugging problem
I'm getting the following error when trying to debug a asp.net program. I have domain user rights and belong to the local "Debugger Users" and "VS... -
[PHP] Debugging a Session Problem
> I'm moving an application that I'm in the trying to move to a new If you are relying on cookies to transmit the session ID, make sure you have... -
ASP.NET Debugging problem
I have read the debugging document created by M.K Park (which has been referenced on this newsgroup), but unfortunately, it has not helped with... -
Raghavendra T V #2
Re: Debugging problem in Win 2000 prof.
Hi Johyson,
I understand you.
Even i faced the same problem as you are facing and found a lot difficulty
in solving it.
Check this links
VS.NET debugging problems ( you should be able to solve your problem by
reading this document )
[url]http://www.gotdotnet.com/team/csharp/learn/whitepapers/howtosolvedebuggerproblems.doc[/url]
[url]http://www.extremeexperts.com/Net/FAQ/DebuggingProbleminASPNET.aspx[/url]
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;306172[/url]
[url]http://www.kbalertz.com/kb_306163.aspx[/url]
[url]http://support.microsoft.com/?id=306163[/url]
Hope this solves your problem
Thanks
Raghavendra
"Johyson" <johyson@myrealbox.com> wrote in message
news:1fb261d0.0409042330.54838e14@posting.google.c om...> Hi,
>
> System Config:
>
> Win 2000 Prof.
> .Net Framework 1.0
>
> I was working on an asp.net project and suddenly one morning after a
> restart of the system i started getting the following error:
>
> "Unable to start debugging on the web server. Server side-
> error occurred on sending debug HTTP request."
>
> I have never installed any other versions of framework before or
> after. Also when i earlier installed it was .Net after IIS.
>
> What i checked to solve this:
>
> 1. If IIS mapping for .aspx files have gone away suddenly. No, they
> are very much present.
> 2. If the "Impersonate user after authentication" in local security
> policies have the aspnet account? yes, it has
> 3. For the application what is the settings in the directory security
> tab in IIS -> it is Anonymous Access and Integrated Windows
> Authentication, both checked.
> 4. Each and everyone in my system are already members of debugger
> users group
>
> What i tried to solve this:
>
> 1. Try running the project in non-dubug mode. Got following error.
> " Server Application Unavailable...blah blah..". Got a fix from MS
> which is supposedly for XP, but still applied it. No change.
>
> 2. Tried to remove the Anonymous Access in IIS(As per suggested in one
> of the posts). Got a new error
> "Error while trying to run a project: Unable to start debugging on the
> web
> server. Would you like to disable future
> attempts to debug ASP.NET pages for this project"
>
> I am really lost. I am in the middle of serious development and since
> last two days, i have been trying to solve this.
>
> Any help is greatly appreciated, for you might save some harsh words
> which i would have to hear.
>
> Thanks a lot in advance.
Raghavendra T V Guest



Reply With Quote

