
February 5th, 2004, 05:15 PM
|
 |
I'm Internet Famous
|
|
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890
 
Time spent in forums: 1 Week 16 h 14 m 9 sec
Reputation Power: 8
|
|
|
IIS/.NET Server Information
I've recently installed IIS, .NET Framework, and VisualStudio 2003 on a testing/development server (Windows XP)
The problem I'm having is that VisualStudio says that it is using the 1.1 framework and my IIS is using the 1.0 framework...
Since this is only testing/educational purpose, I'd prefer to use 1.1 and in no way need both installed...
My Add/Remove programs lists nothing about Framework...
The Administrative tools contains Framework 1.1 configuration and Wizards (nothing about 1.0)
VisualStudio warns me that IIS is running 1.0, and it says its willing to create a 1.0 project (but warns I can't use 1.1 features)... and when I try
%windows%\Microsoft.net\Framework DOES contain two folders... v1.0.x and v1.1.x
I've tried regiis.exe -i in the v1.1.x folder, but VisualStudio still says IIS is using 1.0
Now, my question is... - How can I determine what exactly is operating on IIS?
[i'm thinking similar to PHP's phpinfo()?] - How can I (if possible) uninstall the 1.0 Framework?
[and what consequences might that cause, if any?]
|