Error on .NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ayuni
    New Member
    • Aug 2007
    • 5

    #1

    Error on .NET

    hye..
    plz help me..
    im now develop a project running on .net n microsoft SQL server..
    during debugging, this error was occur:-

    error while trying to run project.Unable to start debugging on the web server. You do not have permission to debug the application.the URL for this project it in the Internet zone.

    please..please help me...
    thank you.
  • azharuddin
    New Member
    • Aug 2007
    • 3

    #2
    Open IIS and set the ASp.Net version of that application

    Comment

    • dip_developer
      Recognized Expert Contributor
      • Aug 2006
      • 648

      #3
      Originally posted by ayuni
      hye..
      plz help me..
      im now develop a project running on .net n microsoft SQL server..
      during debugging, this error was occur:-

      error while trying to run project.Unable to start debugging on the web server. You do not have permission to debug the application.the URL for this project it in the Internet zone.

      please..please help me...
      thank you.
      do the following.....h ope it will help you......

      1. In the Internet Explorer, "Tools" Menu, select "Internet Options".
      2. Switch to "Security" Tab.
      3. Click on "Internet" (The Globe Icon. Its actually the default selected).
      4. Click on "Custom Level" in the bottom.
      5. Scroll down to find the "User Authentication" section.
      6. Select "Automatic logon with current username and password".
      7. Click "Ok" twice to exit.

      Comment

      • ayuni
        New Member
        • Aug 2007
        • 5

        #4
        Originally posted by dip_developer
        do the following.....h ope it will help you......

        1. In the Internet Explorer, "Tools" Menu, select "Internet Options".
        2. Switch to "Security" Tab.
        3. Click on "Internet" (The Globe Icon. Its actually the default selected).
        4. Click on "Custom Level" in the bottom.
        5. Scroll down to find the "User Authentication" section.
        6. Select "Automatic logon with current username and password".
        7. Click "Ok" twice to exit.

        hello,
        ive already do whatever that you listed there.
        but this error was occur.

        Error while trying to run project.Unable to start debugging on the server.

        plz plz help me..

        Comment

        • ayuni
          New Member
          • Aug 2007
          • 5

          #5
          Originally posted by azharuddin
          Open IIS and set the ASp.Net version of that application

          hello..
          how to do that..
          plz plz help me..

          Comment

          • dip_developer
            Recognized Expert Contributor
            • Aug 2006
            • 648

            #6
            Originally posted by ayuni
            hello..
            how to do that..
            plz plz help me..
            Some of the possible causes:

            1.If you mess with the 'zone' settings in IE, you can put the web site in the wrong zone. I have seen this happen when someone put the target site in the 'Restricted sites' zone.

            2.In Server 2003, there is the new 'Internet Explorer Enhanced Security Configuration', which sometimes causes NTLM to not work, even after the site has been added to the 'trusted sites' group. Try uninstalling this.
            3.You can disable NTLM in IIS. Open up IIS manager, go to 'Directory Security', and click 'Edit' under 'Authentication and Access Control'. Make sure that 'Integrated Windows Authentication' is enabled.

            4.NTLM could just not be working between the machines. Make sure that you can open up a file share. You might also want to check the event log on the server.

            Comment

            • ayuni
              New Member
              • Aug 2007
              • 5

              #7
              Error when debugging

              Hello,
              when debugging my project
              this error was occur:-

              Error while trying to run the project.Unable to start debugging on the server.

              please..please help me.

              Comment

              • dip_developer
                Recognized Expert Contributor
                • Aug 2006
                • 648

                #8
                Originally posted by ayuni
                Hello,
                when debugging my project
                this error was occur:-

                Error while trying to run the project.Unable to start debugging on the server.

                please..please help me.
                Please dont repost the same question....... ....

                Comment

                • ayuni
                  New Member
                  • Aug 2007
                  • 5

                  #9
                  Originally posted by dip_developer
                  Please dont repost the same question....... ....
                  okies okies..
                  Thank You

                  Comment

                  • kenobewan
                    Recognized Expert Specialist
                    • Dec 2006
                    • 4871

                    #10
                    Posts merged as per request.

                    Comment

                    Working...