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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top