Windows 2003 server and .NET 2.0 framework

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
 
M

Morgan

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.
 

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

Top