Cannot create ASP.NET Web Application

  • Thread starter Thread starter Tony Girgenti
  • Start date Start date
T

Tony Girgenti

Hello,

I have tried the VB walkthrough of "Creating a Web Application Using Visual
C# or Visual Basic" in VS.net 2003 Enterprise Architect. When attempting to
create the new project, i get a message that says "The Web server reported
the following error when attempting to create or open the Web project
located at the following URL: 'http://localhost/MyWebForm', 'HTTP/1.1 500
Internal Server Error'."

Windows XP
Any help would be greatly appreciated.

Thanks,
Tony
 
Hi,

what i think is IIS is not installed on your machine just install it...

Regards,
Angrez
 
Did you install the framework before or after IIS? There is an issue around
installing the framework and then subsequently installing IIS. If this is
the case then run the aspnet_regiis.exe utility with a parameter of "-i" and
that should update the IIS metabase to support ASP.NET.
 
Hello Jorge. Thanks for your reply.

I responded to your DevelporDex email also.

I did try the command "aspnet_regiis.exe -i".

I still get the same error.

Thanks,
tony
 
I've experience that also, some suggestions from MSDN Library telling that
ASP.NET is not installed on PC eventhough it was installed and didn't work
also. Any feedback from you on this?
 
Back
Top