.Net 3.5 and IIS6

kcwallace

Well-known member
Joined
May 27, 2004
Messages
172
Location
Irvine, CA
I have a web application that I want to deploy to my webserver. It is a dedicated server from an ISP that I control through RDC.

When I create the application, I do not see an option for the 3.5 framework. It only displays 1.1 and 2.0

the 3.5 framework has been installed. atleast according to the program list in the control panel

Can anyone help?

I am sorry if this is in the wrong category
 
This is because .NET 3.5 runs under the same application pool as .NET 2.0.

This is normal behavior; deploy your application as normal.
 
Back
Top