Trying to start an application

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Trying to start an application

    Hi,

    I've upgraded to .NET 2003 and I opened an .NET 2002 app
    and let the new IDE convert it to .NET 2003 project.

    Then I tried to start the application but it keeps on
    saying "Error while trying to run project. Unable to start
    debugging on the web server. The project is not configured
    to be debugged. Click Help for more information".

    I click Help and in web.config I have debug="true", but it
    also says that the debug verb should be associated
    with .aspx. But you can't see any example on that in the
    help section how to accomplish the debug verb.

    Anyone that can help me start an application?

    TIA

    /Kenneth
    Kenneth Guest

  2. Similar Questions and Discussions

    1. Cant start CF application server [mx7]
      I was updating jdbc connection information, had the mx services shut down, an when I tried to restart application server would not restart, the...
    2. How can I start a GUI application through SSH
      Hello, I would like to be able to start an X application through ssh. I want the app to actually run on my local box (meaning I want the window to...
    3. Can't start asp.net web application
      When I try, the name is greyed out. If I click OK, I get the following error message: Visual Studio Net has detected that the specified web...
    4. problem when i try to start a ASP.NET application
      hai !! i have recently installed vs.net on my computer (xp pro operating system). when i tried to create web pages using asp.net it worked fine....
    5. start application during flash
      Hi there, is it possible to start an external application during a swf-file? Background: I want to create an desktop with flash, where it's posible...
  3. #2

    Default RE: Trying to start an application

    Kenneth,

    I doubt that DEBUG is not mapped to ASPX, but you can check that by
    right-clicking your application in IIS, clicking properties, clicking the
    Home Directory tab (or Directory if it's the root site), clicking the
    Configuration button, and making sure that DEBUG appears in the list of
    verbs for ASPX.

    It is also possible that your execute permissions are not set to Scripts
    Only. You'll want to check that as well.

    Hope that helps.

    Jim Cheshire
    Developer Support
    ASP.NET
    [email]jamesche@online.microsoft.com[/email]

    This post is provided as-is with no warranties and confers no rights.

    --------------------
    >Content-Class: urn:content-classes:message
    >From: "Kenneth" <kenneth.philp@chello.se>
    >Sender: "Kenneth" <kenneth.philp@chello.se>
    >Subject: Trying to start an application
    >Date: Wed, 30 Jul 2003 01:42:58 -0700
    >Lines: 20
    >Message-ID: <0aef01c35676$93f3bd60$a101280a@phx.gbl>
    >MIME-Version: 1.0
    >Content-Type: text/plain;
    > charset="iso-8859-1"
    >Content-Transfer-Encoding: 7bit
    >X-Newsreader: Microsoft CDO for Windows 2000
    >X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
    >Thread-Index: AcNWdpPzdp3fCAsYT2edGc5rxBooow==
    >Newsgroups: microsoft.public.dotnet.framework.aspnet
    >Path: cpmsftngxa06.phx.gbl
    >Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163268
    >NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
    >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    >
    >Hi,
    >
    >I've upgraded to .NET 2003 and I opened an .NET 2002 app
    >and let the new IDE convert it to .NET 2003 project.
    >
    >Then I tried to start the application but it keeps on
    >saying "Error while trying to run project. Unable to start
    >debugging on the web server. The project is not configured
    >to be debugged. Click Help for more information".
    >
    >I click Help and in web.config I have debug="true", but it
    >also says that the debug verb should be associated
    >with .aspx. But you can't see any example on that in the
    >help section how to accomplish the debug verb.
    >
    >Anyone that can help me start an application?
    >
    >TIA
    >
    >/Kenneth
    >
    Jim Cheshire Guest

  4. #3

    Default RE: Trying to start an application

    Jim,

    The Configuration button is disabled, so I can't check
    that. By right-clicking my app in IIS, do you mean that I
    right-click the directory where the app resides or what do
    you mean?

    My execute permissions are set to Scripts only.

    /Kenneth
    >-----Original Message-----
    >Kenneth,
    >
    >I doubt that DEBUG is not mapped to ASPX, but you can
    check that by
    >right-clicking your application in IIS, clicking
    properties, clicking the
    >Home Directory tab (or Directory if it's the root site),
    clicking the
    >Configuration button, and making sure that DEBUG appears
    in the list of
    >verbs for ASPX.
    >
    >It is also possible that your execute permissions are not
    set to Scripts
    >Only. You'll want to check that as well.
    >
    >Hope that helps.
    >
    >Jim Cheshire
    >Developer Support
    >ASP.NET
    >jamesche@online.microsoft.com
    >
    >This post is provided as-is with no warranties and
    confers no rights.
    >
    >--------------------
    >>Content-Class: urn:content-classes:message
    >>From: "Kenneth" <kenneth.philp@chello.se>
    >>Sender: "Kenneth" <kenneth.philp@chello.se>
    >>Subject: Trying to start an application
    >>Date: Wed, 30 Jul 2003 01:42:58 -0700
    >>Lines: 20
    >>Message-ID: <0aef01c35676$93f3bd60$a101280a@phx.gbl>
    >>MIME-Version: 1.0
    >>Content-Type: text/plain;
    >> charset="iso-8859-1"
    >>Content-Transfer-Encoding: 7bit
    >>X-Newsreader: Microsoft CDO for Windows 2000
    >>X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
    >>Thread-Index: AcNWdpPzdp3fCAsYT2edGc5rxBooow==
    >>Newsgroups: microsoft.public.dotnet.framework.aspnet
    >>Path: cpmsftngxa06.phx.gbl
    >>Xref: cpmsftngxa06.phx.gbl
    microsoft.public.dotnet.framework.aspnet:163268
    >>NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
    >>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    >>
    >>Hi,
    >>
    >>I've upgraded to .NET 2003 and I opened an .NET 2002 app
    >>and let the new IDE convert it to .NET 2003 project.
    >>
    >>Then I tried to start the application but it keeps on
    >>saying "Error while trying to run project. Unable to
    start
    >>debugging on the web server. The project is not
    configured
    >>to be debugged. Click Help for more information".
    >>
    >>I click Help and in web.config I have debug="true", but
    it
    >>also says that the debug verb should be associated
    >>with .aspx. But you can't see any example on that in the
    >>help section how to accomplish the debug verb.
    >>
    >>Anyone that can help me start an application?
    >>
    >>TIA
    >>
    >>/Kenneth
    >>
    >
    >.
    >
    Kenneth Guest

  5. #4

    Default RE: Trying to start an application

    Kenneth,

    If the Configuration button is disabled, it means that you haven't set that
    folder as an app root.

    Jim Cheshire
    Developer Support
    ASP.NET
    [email]jamesche@online.microsoft.com[/email]

    This post is provided as-is with no warranties and confers no rights.

    --------------------
    >Content-Class: urn:content-classes:message
    >From: "Kenneth" <kenneth.philp@chello.se>
    >Sender: "Kenneth" <kenneth.philp@chello.se>
    >References: <0aef01c35676$93f3bd60$a101280a@phx.gbl>
    <fY#JWbqVDHA.2276@cpmsftngxa06.phx.gbl>
    >Subject: RE: Trying to start an application
    >Date: Wed, 30 Jul 2003 13:13:54 -0700
    >Lines: 87
    >Message-ID: <060f01c356d7$19a8dc00$a101280a@phx.gbl>
    >MIME-Version: 1.0
    >Content-Type: text/plain;
    > charset="iso-8859-1"
    >Content-Transfer-Encoding: 7bit
    >X-Newsreader: Microsoft CDO for Windows 2000
    >X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
    >Thread-Index: AcNW1xmmTcKhzxJ9S8SzNvZjpCM+VQ==
    >Newsgroups: microsoft.public.dotnet.framework.aspnet
    >Path: cpmsftngxa06.phx.gbl
    >Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163543
    >NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
    >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    >
    >Jim,
    >
    >The Configuration button is disabled, so I can't check
    >that. By right-clicking my app in IIS, do you mean that I
    >right-click the directory where the app resides or what do
    >you mean?
    >
    >My execute permissions are set to Scripts only.
    >
    >/Kenneth
    >
    >>-----Original Message-----
    >>Kenneth,
    >>
    >>I doubt that DEBUG is not mapped to ASPX, but you can
    >check that by
    >>right-clicking your application in IIS, clicking
    >properties, clicking the
    >>Home Directory tab (or Directory if it's the root site),
    >clicking the
    >>Configuration button, and making sure that DEBUG appears
    >in the list of
    >>verbs for ASPX.
    >>
    >>It is also possible that your execute permissions are not
    >set to Scripts
    >>Only. You'll want to check that as well.
    >>
    >>Hope that helps.
    >>
    >>Jim Cheshire
    >>Developer Support
    >>ASP.NET
    >>jamesche@online.microsoft.com
    >>
    >>This post is provided as-is with no warranties and
    >confers no rights.
    >>
    >>--------------------
    >>>Content-Class: urn:content-classes:message
    >>>From: "Kenneth" <kenneth.philp@chello.se>
    >>>Sender: "Kenneth" <kenneth.philp@chello.se>
    >>>Subject: Trying to start an application
    >>>Date: Wed, 30 Jul 2003 01:42:58 -0700
    >>>Lines: 20
    >>>Message-ID: <0aef01c35676$93f3bd60$a101280a@phx.gbl>
    >>>MIME-Version: 1.0
    >>>Content-Type: text/plain;
    >>> charset="iso-8859-1"
    >>>Content-Transfer-Encoding: 7bit
    >>>X-Newsreader: Microsoft CDO for Windows 2000
    >>>X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
    >>>Thread-Index: AcNWdpPzdp3fCAsYT2edGc5rxBooow==
    >>>Newsgroups: microsoft.public.dotnet.framework.aspnet
    >>>Path: cpmsftngxa06.phx.gbl
    >>>Xref: cpmsftngxa06.phx.gbl
    >microsoft.public.dotnet.framework.aspnet:163268
    >>>NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
    >>>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    >>>
    >>>Hi,
    >>>
    >>>I've upgraded to .NET 2003 and I opened an .NET 2002 app
    >>>and let the new IDE convert it to .NET 2003 project.
    >>>
    >>>Then I tried to start the application but it keeps on
    >>>saying "Error while trying to run project. Unable to
    >start
    >>>debugging on the web server. The project is not
    >configured
    >>>to be debugged. Click Help for more information".
    >>>
    >>>I click Help and in web.config I have debug="true", but
    >it
    >>>also says that the debug verb should be associated
    >>>with .aspx. But you can't see any example on that in the
    >>>help section how to accomplish the debug verb.
    >>>
    >>>Anyone that can help me start an application?
    >>>
    >>>TIA
    >>>
    >>>/Kenneth
    >>>
    >>
    >>.
    >>
    >
    Jim Cheshire [MSFT] Guest

  6. #5

    Default RE: Trying to start an application

    Jim,

    I guess I should do things in a certain order, should I?

    First create a new website in IIS, then create a new
    project in VS.NET that points to the newly cretaed website?

    /Kenneth

    >-----Original Message-----
    >Kenneth,
    >
    >If the Configuration button is disabled, it means that
    you haven't set that
    >folder as an app root.
    >
    >Jim Cheshire
    >Developer Support
    >ASP.NET
    >jamesche@online.microsoft.com
    >
    Kenneth Guest

  7. #6

    Default RE: Trying to start an application

    Kenneth,

    It depends. If you want to create a new Web site (a new virtual server)
    and create a new application at the root of that Web site, you can
    certainly do that. You just need to make sure that on the Directory tab,
    the application is created. When it is, the button at the bottom will say
    "Remove". If the button says "Create", you need to click it to create the
    app root.

    When you create a new ASP.NET application from VS.NET, if the FrontPage
    Server Extensions are on the Web server, they will be used to create the
    new application, set the app root, and set the executable bit, regardless
    of what you are using for Web Access Mode in VS.NET. If the Server
    Extensions are not there, we will use ADSI calls from VS.NET to do the same
    thing. In both cases, the app root should be set.

    Jim Cheshire
    Developer Support
    ASP.NET
    [email]jamesche@online.microsoft.com[/email]

    This post is provided as-is with no warranties and confers no rights.

    --------------------
    >Content-Class: urn:content-classes:message
    >From: "Kenneth" <kenneth.philp@chello.se>
    >Sender: "Kenneth" <kenneth.philp@chello.se>
    >References: <0aef01c35676$93f3bd60$a101280a@phx.gbl>
    <fY#JWbqVDHA.2276@cpmsftngxa06.phx.gbl>
    <060f01c356d7$19a8dc00$a101280a@phx.gbl>
    <O$zrQDuVDHA.2228@cpmsftngxa06.phx.gbl>
    >Subject: RE: Trying to start an application
    >Date: Wed, 30 Jul 2003 22:51:21 -0700
    >Lines: 23
    >Message-ID: <55ea01c35727$c496e3f0$a001280a@phx.gbl>
    >MIME-Version: 1.0
    >Content-Type: text/plain;
    > charset="iso-8859-1"
    >Content-Transfer-Encoding: 7bit
    >X-Newsreader: Microsoft CDO for Windows 2000
    >X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
    >Thread-Index: AcNXJ8SWUbQQIm53Q3aI8mA3EfrCdg==
    >Newsgroups: microsoft.public.dotnet.framework.aspnet
    >Path: cpmsftngxa06.phx.gbl
    >Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163647
    >NNTP-Posting-Host: TK2MSFTNGXA08 10.40.1.160
    >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    >
    >Jim,
    >
    >I guess I should do things in a certain order, should I?
    >
    >First create a new website in IIS, then create a new
    >project in VS.NET that points to the newly cretaed website?
    >
    >/Kenneth
    >
    >
    >>-----Original Message-----
    >>Kenneth,
    >>
    >>If the Configuration button is disabled, it means that
    >you haven't set that
    >>folder as an app root.
    >>
    >>Jim Cheshire
    >>Developer Support
    >>ASP.NET
    >>jamesche@online.microsoft.com
    >>
    >
    >
    Jim Cheshire [MSFT] Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139