Error with VS 2003 and framework 1.1

  • Thread starter Thread starter Mark S.
  • Start date Start date
M

Mark S.

Hello
I am having trouble creating a web project. I get http/1.1 500 Internal
Server Error.
The server is Win2K running dotnet framework 1.1 . Anyone have any ideas
why?

Thanks
Mark
 
Hi Mark,

Is there any chance that you install or re-install IIS
after installed .NET Framework. I had the same problem
and found that installing IIS after .NET was the reason
because IIS doesn't map any of the new .NET extensions
(.aspx, .asmx, etc.). There is an article on MSDN for
this - can't find it now but you should be able to do a
search.

HTH,
Donald Xie
 
Back
Top