Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. problem in debugging

problem in debugging

Scheduled Pinned Locked Moved ASP.NET
debugginghelpvisual-studio
12 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R rama charan

    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...

    M Offline
    M Offline
    MissionSuccess
    wrote on last edited by
    #3

    thanks for ur suggetion. but "integrated windows authentication" is already enabled. i am using winXp. plz guide me...

    N 1 Reply Last reply
    0
    • M MissionSuccess

      thanks for ur suggetion. but "integrated windows authentication" is already enabled. i am using winXp. plz guide me...

      N Offline
      N Offline
      Nimit Patel
      wrote on last edited by
      #4

      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

      M 1 Reply Last reply
      0
      • N 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

        M Offline
        M Offline
        MissionSuccess
        wrote on last edited by
        #5

        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

        N 1 Reply Last reply
        0
        • M MissionSuccess

          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

          N Offline
          N Offline
          Nimit Patel
          wrote on last edited by
          #6

          Hello, It is IUSR_ServerHO3 ok

          Nimit Patel

          M 1 Reply Last reply
          0
          • N Nimit Patel

            Hello, It is IUSR_ServerHO3 ok

            Nimit Patel

            M Offline
            M Offline
            MissionSuccess
            wrote on last edited by
            #7

            thanks for ur early response but will u plz look at my modified post. it is IUSR_ServerHO3

            N 1 Reply Last reply
            0
            • M MissionSuccess

              thanks for ur early response but will u plz look at my modified post. it is IUSR_ServerHO3

              N Offline
              N Offline
              Nimit Patel
              wrote on last edited by
              #8

              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

              M 1 Reply Last reply
              0
              • N 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

                M Offline
                M Offline
                MissionSuccess
                wrote on last edited by
                #9

                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

                1 Reply Last reply
                0
                • M MissionSuccess

                  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

                  E Offline
                  E Offline
                  Elina Blank
                  wrote on last edited by
                  #10

                  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

                  M 1 Reply Last reply
                  0
                  • M MissionSuccess

                    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

                    H Offline
                    H Offline
                    Haissam
                    wrote on last edited by
                    #11

                    Dear, add the ASPNET user to your DEBUGGER group and it will work fine

                    Best Regards, Haissam Abdul Malak My Blog

                    1 Reply Last reply
                    0
                    • E Elina Blank

                      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

                      M Offline
                      M Offline
                      MissionSuccess
                      wrote on last edited by
                      #12

                      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

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups