ASPNET 1.1 and Visual Studio 2005

  • Thread starter Thread starter Dariusz Tomon
  • Start date Start date
D

Dariusz Tomon

Hi

I installed VS2005 and I cannot choose in IIS that my application will be
run on 1.143 version of ASPNET (only 2.0 exist).
I have several application causing problems when running in 2.0 environment.

How can I have ASPNET 1.1 on combo box in IIS ? (so that I can choose it)

Regards

Darek T.
 
Install the .Net Framework 1.1...

Redistributable :
http://www.microsoft.com/downloads/...E3-F589-4842-8157-034D1E7CF3A3&displaylang=en

SDK :
http://www.microsoft.com/downloads/...a6-3647-4070-9f41-a333c6b9181d&displaylang=en

Make sure you install the .Net Framework's Service Pack 1 :
http://www.microsoft.com/downloads/...4F-088E-40B2-BBDB-A83353618B38&displaylang=en
( after you install either the redistributable and/or the SDK )





Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 
Back
Top