Results 1 to 3 of 3

Thread: Receiving error in Visual Studio.Net when compile with F5

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2005
    Posts
    3

    Receiving error in Visual Studio.Net when compile with F5

    Hello there,

    I am receiving following error in Visual Studio .Net while compiling page with F5.

    "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 is in the Internet zone. Click Help for more information."
    However page with execute properly with debugging by pressing Ctrl + F5 keys in Visual Studio .Net
    I am using Win XP in local net.

    I need solution of the above problem... waiting for your reply.....

    For get actual idea, check image in attachment.

    Thanking You,
    Paresh
    Attached Images Attached Images  

  2. #2
    Addicted Member
    Join Date
    Aug 2004
    Location
    Cape Town, South Africa
    Posts
    149

    Re: Receiving error in Visual Studio.Net when compile with F5

    Try:

    Administrative Tools --> Local users and groups --> Groups --> Debugger Users

    Make sure you add yourself to these debugger users

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Receiving error in Visual Studio.Net when compile with F5

    F5 = run with debugging
    Ctrl-F5 = just compile & run, no debugging

    So, if you don't have permissions to debug the web app, F5 won't work, but Ctrl-F5 will (because then you aren't debugging.)

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width