G
geodev
Hello,
I’m attempting to develop an asp.net application.
I have the following installed on my workstation: XP SP2 with all the
latest updates; IIS version 5.1 as part of the XP install; MS Visual
Studio .Net (MS development environment 2002).
After I have typed out some basic code I get the following two
problems:
1. When I go to the ‘Debug’ menu and select ‘Start’ I get the
following Error screen details: “Error while trying to run project:
Unable to startdebubing on the web server. The server does not
support debugging of ASP.NET or ALT Server applications. Run setup to
install the Visual Studio .NET server components. If setup has been
run verify that a valid URL has been specified.”
2. When I go to the ‘Debug’ menu and select ‘Start Without Debugging’
I get a web browser starting my webpage but not everything that I
have coded is included. For example I have the following code for my
button, ‘<asp:Button id="Button1" runat="server"
Text="Button"></asp:Button></P>’ but its not included
in the web page but it is included in the source, its like it has
ignored it.
I do not know what is wrong. Please help.
I’m attempting to develop an asp.net application.
I have the following installed on my workstation: XP SP2 with all the
latest updates; IIS version 5.1 as part of the XP install; MS Visual
Studio .Net (MS development environment 2002).
After I have typed out some basic code I get the following two
problems:
1. When I go to the ‘Debug’ menu and select ‘Start’ I get the
following Error screen details: “Error while trying to run project:
Unable to startdebubing on the web server. The server does not
support debugging of ASP.NET or ALT Server applications. Run setup to
install the Visual Studio .NET server components. If setup has been
run verify that a valid URL has been specified.”
2. When I go to the ‘Debug’ menu and select ‘Start Without Debugging’
I get a web browser starting my webpage but not everything that I
have coded is included. For example I have the following code for my
button, ‘<asp:Button id="Button1" runat="server"
Text="Button"></asp:Button></P>’ but its not included
in the web page but it is included in the source, its like it has
ignored it.
I do not know what is wrong. Please help.