L
Luther Hert
While trying to work through textbook lessons for Vb.net
Step by Step,Version 2003, Chapter 22, the first step is
to create a new Web application Project,using the ASP.Net
Application icon in the Visual Basic Projects folder.
When I select the ASP.Net Application icon and type in
http://localhost/MyWebCalculator, I recieve an error in a
dialogue box stating:
MS Development Environment Dialogue Box error message:
"The Webserver reported the following error when
attempting to create or open the Web project located at
the following
URL:'http://localhost/WebCalculator'. 'Aconnectionwith
the server could not be established'.
I am able to browse localstart.asp and iisstart.asp as
well as webpages located in the virtual directory of the
WebCalculator virual directory, using localhost in my
browser.
My problem is that I cannot get VB.Net 2003 to open any
Asp project, including WebCalculator, for development.
Below is an example of an error notice recieved when I
attempted to browse the Source File:
C:\Inetpub\wwwroot\WebCalculator\global.asax, using
Internet Explorer 6.0 in an attempt to determine what is
causing my problem.
Server Error in '/WebCalculator' Application.
----------------------------------------------------------
----------------------
Parser Error
Description: An error occurred during the parsing of a
resource required to service this request. Please review
the following specific parse error details and modify
your source file appropriately.
Parser Error Message: Could not load
type 'WebCalculator.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="WebCalculator.Global" %>
Source File:
C:\Inetpub\wwwroot\WebCalculator\global.asax Line: 1
----------------------------------------------------------
----------------------
Version Information: Microsoft .NET Framework
Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
IIstart.Asp and localstart.asp as well as other webpages
work well with localhost. This is only happening with
Visual Basic.Net 2003. Can anyone help me with this
problem? Your efforts are appreciated.
Step by Step,Version 2003, Chapter 22, the first step is
to create a new Web application Project,using the ASP.Net
Application icon in the Visual Basic Projects folder.
When I select the ASP.Net Application icon and type in
http://localhost/MyWebCalculator, I recieve an error in a
dialogue box stating:
MS Development Environment Dialogue Box error message:
"The Webserver reported the following error when
attempting to create or open the Web project located at
the following
URL:'http://localhost/WebCalculator'. 'Aconnectionwith
the server could not be established'.
I am able to browse localstart.asp and iisstart.asp as
well as webpages located in the virtual directory of the
WebCalculator virual directory, using localhost in my
browser.
My problem is that I cannot get VB.Net 2003 to open any
Asp project, including WebCalculator, for development.
Below is an example of an error notice recieved when I
attempted to browse the Source File:
C:\Inetpub\wwwroot\WebCalculator\global.asax, using
Internet Explorer 6.0 in an attempt to determine what is
causing my problem.
Server Error in '/WebCalculator' Application.
----------------------------------------------------------
----------------------
Parser Error
Description: An error occurred during the parsing of a
resource required to service this request. Please review
the following specific parse error details and modify
your source file appropriately.
Parser Error Message: Could not load
type 'WebCalculator.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="WebCalculator.Global" %>
Source File:
C:\Inetpub\wwwroot\WebCalculator\global.asax Line: 1
----------------------------------------------------------
----------------------
Version Information: Microsoft .NET Framework
Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
IIstart.Asp and localstart.asp as well as other webpages
work well with localhost. This is only happening with
Visual Basic.Net 2003. Can anyone help me with this
problem? Your efforts are appreciated.