Windows 2003 server and .NET 2.0 framework

  • Thread starter Thread starter James Lee
  • Start date Start date
J

James Lee

Have anyone try to deploy the .NET 20 framework on the W2K3
server and run as a web server for AST.NET?

I'm using the VS2005 Beta2 testing to deploy a simple web site
with a default.aspx on the www.root

But when I try to open the page the server reflect an error message
and looks like it is calling the 1.1 framework?

I wonder what are the software I need to installed from a basic w2k3
server to make it run ASP.NET 2.0 pages?

James Lee
 
The Framework settings can be set per site or globally.

Go to the settings for IIS and set the Framework Version for the website you
are working with, or run aspnet_regiis.exe /? for more options.
 
Back
Top