Installation of ASP.NET/IIS 5.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

--
I have recently installed Windows XP Professional Edition on my PC so I would be able to have the IIS and Front Page Services that are needed to create Web Applications in Visual Basic.NET. However, I receive an error saying "that the server is not supported by ASP.NET." Is there something else that I need to install or configure? I thought that the Framework.NET, Front Page Server, and IIS 5.0 included that necessary files in order to run ASP.NET. Any help would be appreciated.

EDWARD
 
Is there any error messages appear when you install the pre-requiste disk of
VS.NET?
I think if there's something missing, the installation program should tell
you what it is.

would be able to have the IIS and Front Page Services that are needed to
create Web Applications in Visual Basic.NET. However, I receive an error
saying "that the server is not supported by ASP.NET." Is there something
else that I need to install or configure? I thought that the Framework.NET,
Front Page Server, and IIS 5.0 included that necessary files in order to run
ASP.NET. Any help would be appreciated.
 
there is a program in windows/microsoft.net/framework/version/aspnet_regiis.exe
, in command prompt aspnet_regiis -i
 
Back
Top