Ask a Question related to ASP.NET General, Design and Development.
-
Kenneth #1
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
-
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... -
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... -
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... -
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.... -
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... -
Jim Cheshire #2
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
-
Kenneth #3
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
check that by>-----Original Message-----
>Kenneth,
>
>I doubt that DEBUG is not mapped to ASPX, but you canproperties, clicking the>right-clicking your application in IIS, clickingclicking the>Home Directory tab (or Directory if it's the root site),in the list of>Configuration button, and making sure that DEBUG appearsset to Scripts>verbs for ASPX.
>
>It is also possible that your execute permissions are notconfers no rights.>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 andmicrosoft.public.dotnet.framework.aspnet:163268>
>-------------------->>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.gblstart>>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 toconfigured>>debugging on the web server. The project is notit>>to be debugged. Click Help for more information".
>>
>>I click Help and in web.config I have debug="true", but>>>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
-
Jim Cheshire [MSFT] #4
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.
--------------------<fY#JWbqVDHA.2276@cpmsftngxa06.phx.gbl>>Content-Class: urn:content-classes:message
>From: "Kenneth" <kenneth.philp@chello.se>
>Sender: "Kenneth" <kenneth.philp@chello.se>
>References: <0aef01c35676$93f3bd60$a101280a@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
>>check that by>>-----Original Message-----
>>Kenneth,
>>
>>I doubt that DEBUG is not mapped to ASPX, but you can>properties, clicking the>>right-clicking your application in IIS, clicking>clicking the>>Home Directory tab (or Directory if it's the root site),>in the list of>>Configuration button, and making sure that DEBUG appears>set to Scripts>>verbs for ASPX.
>>
>>It is also possible that your execute permissions are not>confers no rights.>>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>microsoft.public.dotnet.framework.aspnet:163268>>
>>-------------------->>>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>start>>>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>configured>>>debugging on the web server. The project is not>it>>>to be debugged. Click Help for more information".
>>>
>>>I click Help and in web.config I have debug="true", but>>>>>>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
-
Kenneth #5
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
you haven't set that>-----Original Message-----
>Kenneth,
>
>If the Configuration button is disabled, it means that>folder as an app root.
>
>Jim Cheshire
>Developer Support
>ASP.NET
>jamesche@online.microsoft.com
>Kenneth Guest
-
Jim Cheshire [MSFT] #6
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.
--------------------<fY#JWbqVDHA.2276@cpmsftngxa06.phx.gbl>>Content-Class: urn:content-classes:message
>From: "Kenneth" <kenneth.philp@chello.se>
>Sender: "Kenneth" <kenneth.philp@chello.se>
>References: <0aef01c35676$93f3bd60$a101280a@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
>
>>you haven't set that>>-----Original Message-----
>>Kenneth,
>>
>>If the Configuration button is disabled, it means that>>>folder as an app root.
>>
>>Jim Cheshire
>>Developer Support
>>ASP.NET
>>jamesche@online.microsoft.com
>>
>Jim Cheshire [MSFT] Guest



Reply With Quote

