problem in debugging
-
hi everyone i can debug my windows applications but not any web applications. it seems some previleges problem. i have logged in through administrator account.i m also the member of debugger users and vs developers group. any thing more which i m missing. plz plz help
-
hi everyone i can debug my windows applications but not any web applications. it seems some previleges problem. i have logged in through administrator account.i m also the member of debugger users and vs developers group. any thing more which i m missing. plz plz help
ya if u are using winxp then follow the steps go to IIS then go to "default website" which is just after website folder icon in tree view right click on it and select "properties" option next go to "directory security tab in it. you can see the first one is "anomynous access and authentication control" in that click "edit" and then enable "integrated windows authentication" in it and then u can debug ur web applications...
-
ya if u are using winxp then follow the steps go to IIS then go to "default website" which is just after website folder icon in tree view right click on it and select "properties" option next go to "directory security tab in it. you can see the first one is "anomynous access and authentication control" in that click "edit" and then enable "integrated windows authentication" in it and then u can debug ur web applications...
thanks for ur suggetion. but "integrated windows authentication" is already enabled. i am using winXp. plz guide me...
-
thanks for ur suggetion. but "integrated windows authentication" is already enabled. i am using winXp. plz guide me...
Hi, I continue here from above reply from click on EDIT button, click checkbox of Anonymous access, browse and enter -> IUSER_[your computer name] ex. my computer name is "nimit" then IUSER_NIMIT click checkbox of allow IIS to control password In Authenticated Access Box checked "integrated windows authentication" now you check your web config file for the debuging = true I hope you will check this all option and get your debuging again. :)
Nimit Patel
-
Hi, I continue here from above reply from click on EDIT button, click checkbox of Anonymous access, browse and enter -> IUSER_[your computer name] ex. my computer name is "nimit" then IUSER_NIMIT click checkbox of allow IIS to control password In Authenticated Access Box checked "integrated windows authentication" now you check your web config file for the debuging = true I hope you will check this all option and get your debuging again. :)
Nimit Patel
my computer name is ServerHO3. i have given IUSR_ServerHO3 and follow ur steps. still i can not debug.same problem of previleges. now i m very much frustrated. any body plz help help me -- modified at 8:01 Friday 22nd December, 2006
-
my computer name is ServerHO3. i have given IUSR_ServerHO3 and follow ur steps. still i can not debug.same problem of previleges. now i m very much frustrated. any body plz help help me -- modified at 8:01 Friday 22nd December, 2006
Hello, It is IUSR_ServerHO3 ok
Nimit Patel
-
Hello, It is IUSR_ServerHO3 ok
Nimit Patel
thanks for ur early response but will u plz look at my modified post. it is IUSR_ServerHO3
-
thanks for ur early response but will u plz look at my modified post. it is IUSR_ServerHO3
Have you check your web config is enable for debuging. if yes, Then what was the message now you get that you tell me
Nimit Patel
-
Have you check your web config is enable for debuging. if yes, Then what was the message now you get that you tell me
Nimit Patel
ya in web.config In compilation section debug="true" is it ok. now when i m pressing F5 i leaves with the error "error while trying to run project.Unable to start debugging on the web server.You do not have previleges to debug web server process. Contact an administrator to get debug previleges on the server.You may also want to refer ASP.Net and ATL Server debugging topic in the online documentation." again to clarify 1.i have logged in through administrator. 2.i m the member of debugger users and VSDevelopers group. 3.integrated windows authentication is enabled. 4.In projects configuration properties ASP.Net debugging is also enabled 5.Anonymous access is also enabled and IUSR_ServerHO3 is there 6.Allow IIS to manage password is also enabled. now only u can help me plz think . i m getting this error from previous 1 month. although i m able to start without debugging(ctrl+F5) think plz
-
hi everyone i can debug my windows applications but not any web applications. it seems some previleges problem. i have logged in through administrator account.i m also the member of debugger users and vs developers group. any thing more which i m missing. plz plz help
Try attaching to process. Open you website in the browser. In VisualStudio (if this is, what you are using), go to debug-> attach to process. Choose aspnet_wp if you are using XP. Put some breakpoint, and you should get there
Sincerely, Elina Life is great!!! Enjoy every moment of it! :-O
-
hi everyone i can debug my windows applications but not any web applications. it seems some previleges problem. i have logged in through administrator account.i m also the member of debugger users and vs developers group. any thing more which i m missing. plz plz help
-
Try attaching to process. Open you website in the browser. In VisualStudio (if this is, what you are using), go to debug-> attach to process. Choose aspnet_wp if you are using XP. Put some breakpoint, and you should get there
Sincerely, Elina Life is great!!! Enjoy every moment of it! :-O
Thanks for ur suggetion but it did'nt allow me to attach aspnet_wp.exe ya i m using windows XP. error comes while i m going to attach aspnet_wp.exe "unable to attach to process.Access is denied." -- modified at 1:05 Monday 25th December, 2006