.NET Framework Version

  • Thread starter Thread starter landers
  • Start date Start date
L

landers

Dear All,

How can I tell the web server which framework version to use at web
application level?

Landers
 
It's actually a setting you can make in the IIS MMC by selecting the
application, right-clicking to bring up the properties panel, and on the
ASP.Net tab selecting the version. It has to be set in a similar fashion on
the server and, as far as I know, can't be set at the project level in code
or a project setting.
 
Thanks.

Mark Fitzpatrick said:
It's actually a setting you can make in the IIS MMC by selecting the
application, right-clicking to bring up the properties panel, and on the
ASP.Net tab selecting the version. It has to be set in a similar fashion
on the server and, as far as I know, can't be set at the project level in
code or a project setting.
 
Back
Top