Link to home
Start Free TrialLog in
Avatar of samir25
samir25

asked on

Unable to start debugging on the web server

hi
i want to create a website with simple aspx pages on my local machine and then move to server.
when i run my application vs.net 2003 i get this error
Unable to start debugging on the web server

can someone guide me without providing links to the sites
Avatar of chinu1310
chinu1310
Flag of United States of America image

Avatar of samir25
samir25

ASKER

how can i do this one
Case 2: Please check whether Enable HTTP Keep Alives option of IIS is checked or not. If it is turned off, you may need to turn it on and try your debugging again.
Avatar of samir25

ASKER

if you have to refer to links then pls dont answer in the post. i need some quick help that why i am asking here.
my enable http keep alives in turned on.

can anyone who actually knows how to solve this provide some feedback
Make sure that you (current login user) are member of debugging user group

if not add you in debugging user group!!
Logoff and login try debugging


Regards
Renju
Avatar of samir25

ASKER

it is there in the debuggers users..any other SUGGESTION
Can u Run a page with out debugging using Ctrl+F5?

Make sure that you are running your application in Debugg mode not in release mode!!

If no use aspnet_regiis -i from command prompt you can hav this exe from the framework root directory

still you find diificuly for debugging

Try attaching to the process (from Visual studio Tools menu) aspnet_wp.exe (check the view system processes) and then running your application from the web browser instead of by running debug mode.

Regards
Renju
Can u Run a page with out debugging using Ctrl+F5?

If no use aspnet_regiis -i from command prompt you can hav this exe from the framework root directory

Make sure that you are running your application in Debugg mode not in release mode!!

still you find diificuly for debugging

Try attaching to the process (from Visual studio Tools menu) aspnet_wp.exe (check the view system processes) and then running your application from the web browser instead of by running debug mode.

Regards
Renju
Avatar of samir25

ASKER

Can u Run a page with out debugging using Ctrl+F5? yes i can
what next can i do to check
Make sure that you are running your application in Debugg mode not in release mode!!

still you find diificuly for debugging

Choose Internet Options from IE Tools menu select Security Tab -> Selecelct Local IntraNet -> Click Custom Level and choose the logon option as automatic logon with current username and password!!

close your IDE .. Open it and try to debug!!
still no hope

Try attaching to the process (from Visual studio Tools menu) aspnet_wp.exe (check the view system processes) and then running your application from the web browser instead of by running debug mode.


Regards
Renju
Avatar of samir25

ASKER

i am running my applicatin in debug node
i did this also automatic logon with current username and password!!
clsoed my app and started and i STILL GET THE SAME ERROR
i am not sure how to do this
Try attaching to the process (from Visual studio Tools menu) aspnet_wp.exe (check the view system processes) and then running your application from the web browser instead of by running debug mode.

Select Debug FRom IDE
select Process
check show system process select aspnet_wp.exe and attach

Regards
Renju
Avatar of samir25

ASKER

but how does it solve the problem? do you know how to solve this issue?
i can already see the website when i run without debugging. the point is not that.
ASKER CERTIFIED SOLUTION
Avatar of Farhan Kazi
Farhan Kazi
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of samir25

ASKER

absolutely wonderful...it worked...but can you tell me why u uninstalled and installed asp.net and what is this enable?