473,503 Members | 1,710 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Selecting .NET version on IIS

I've been building a site under VS 2005/.NET 2.0. I'm running on an
XP Pro machine with IIS 5.1 on the local machine. I just moved it all
to a new laptop, also running XP Pro, and started IIS before loading
VS. But I'm upgrading to VS 2008, which loads .NET 3.5, and, I
thought, should have configure IIS to work with it. However, when I
try to configure my site under IIS, the ASP.NET version drop down
lists only 2.0 as my only choice. How come, and what can I do to get
3.5 listed there?

Thanks.
Aug 31 '08 #1
5 1096
..NET 3.0 and .NET 3.5 do not change the CLR major or minor versions. They
only introduce service packs. 3.0 and 3.5 use .NET 2.0 SP1; 3.5 SP1 uses
..NET 2.0 SP2.

--
John Saunders | MVP - Connected System Developer

"daveh551" <ge****@gmail.comwrote in message
news:5e**********************************@2g2000hs n.googlegroups.com...
I've been building a site under VS 2005/.NET 2.0. I'm running on an
XP Pro machine with IIS 5.1 on the local machine. I just moved it all
to a new laptop, also running XP Pro, and started IIS before loading
VS. But I'm upgrading to VS 2008, which loads .NET 3.5, and, I
thought, should have configure IIS to work with it. However, when I
try to configure my site under IIS, the ASP.NET version drop down
lists only 2.0 as my only choice. How come, and what can I do to get
3.5 listed there?

Thanks.
Aug 31 '08 #2
On Aug 30, 8:24*pm, "John Saunders" <n...@dont.do.that.comwrote:
.NET 3.0 and .NET 3.5 do not change the CLR major or minor versions. They
only introduce service packs. 3.0 and 3.5 use .NET 2.0 SP1; 3.5 SP1 uses
.NET 2.0 SP2.

--
John Saunders | MVP - Connected System Developer

"daveh551" <gee...@gmail.comwrote in message

news:5e**********************************@2g2000hs n.googlegroups.com...
I've been building a site under VS 2005/.NET 2.0. *I'm running on an
XP Pro machine with IIS 5.1 on the local machine. *I just moved it all
to a new laptop, also running XP Pro, and started IIS before loading
VS. But I'm upgrading to VS 2008, which loads .NET 3.5, and, I
thought, should have configure IIS to work with it. However, when I
try to configure my site under IIS, the ASP.NET version drop down
lists only *2.0 as my only choice. *How come, and what can I do to get
3.5 listed there?
Thanks.
So when the "ASP.NET Version" box says "2.0.50727", It's still okay to
3.5 controls in my site code?
Aug 31 '08 #3
"daveh551" <ge****@gmail.comwrote in message
news:3d**********************************@a70g2000 hsh.googlegroups.com...
On Aug 30, 8:24 pm, "John Saunders" <n...@dont.do.that.comwrote:
>.NET 3.0 and .NET 3.5 do not change the CLR major or minor versions. They
only introduce service packs. 3.0 and 3.5 use .NET 2.0 SP1; 3.5 SP1 uses
.NET 2.0 SP2.

--
John Saunders | MVP - Connected System Developer

"daveh551" <gee...@gmail.comwrote in message

news:5e**********************************@2g2000h sn.googlegroups.com...
I've been building a site under VS 2005/.NET 2.0. I'm running on an
XP Pro machine with IIS 5.1 on the local machine. I just moved it all
to a new laptop, also running XP Pro, and started IIS before loading
VS. But I'm upgrading to VS 2008, which loads .NET 3.5, and, I
thought, should have configure IIS to work with it. However, when I
try to configure my site under IIS, the ASP.NET version drop down
lists only 2.0 as my only choice. How come, and what can I do to get
3.5 listed there?
Thanks.

So when the "ASP.NET Version" box says "2.0.50727", It's still okay to
3.5 controls in my site code?
Yes, that's right.
--
John Saunders | MVP - Connected System Developer

Aug 31 '08 #4
After installing .NET 3.5, run this tool to set the version for a Web:

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

Ken

"daveh551" <ge****@gmail.comwrote in message
news:5e**********************************@2g2000hs n.googlegroups.com...
I've been building a site under VS 2005/.NET 2.0. I'm running on an
XP Pro machine with IIS 5.1 on the local machine. I just moved it all
to a new laptop, also running XP Pro, and started IIS before loading
VS. But I'm upgrading to VS 2008, which loads .NET 3.5, and, I
thought, should have configure IIS to work with it. However, when I
try to configure my site under IIS, the ASP.NET version drop down
lists only 2.0 as my only choice. How come, and what can I do to get
3.5 listed there?

Thanks.

Aug 31 '08 #5
re:
!>So when the "ASP.NET Version" box says "2.0.50727", It's still okay to 3.5 controls in my site code?
!Yes, that's right.

With the caveat that the 3.5 .Net framework assemblies/exes/compilers must also be installed, of course.

After installation, they reside in :
windowsdrive:\WINDOWS\Microsoft.NET\Framework\v3.5


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"John Saunders" <no@dont.do.that.comwrote in message news:eN**************@TK2MSFTNGP04.phx.gbl...
"daveh551" <ge****@gmail.comwrote in message
news:3d**********************************@a70g2000 hsh.googlegroups.com...
>On Aug 30, 8:24 pm, "John Saunders" <n...@dont.do.that.comwrote:
>>.NET 3.0 and .NET 3.5 do not change the CLR major or minor versions. They
only introduce service packs. 3.0 and 3.5 use .NET 2.0 SP1; 3.5 SP1 uses
.NET 2.0 SP2.

--
John Saunders | MVP - Connected System Developer

"daveh551" <gee...@gmail.comwrote in message

news:5e**********************************@2g2000 hsn.googlegroups.com...

I've been building a site under VS 2005/.NET 2.0. I'm running on an
XP Pro machine with IIS 5.1 on the local machine. I just moved it all
to a new laptop, also running XP Pro, and started IIS before loading
VS. But I'm upgrading to VS 2008, which loads .NET 3.5, and, I
thought, should have configure IIS to work with it. However, when I
try to configure my site under IIS, the ASP.NET version drop down
lists only 2.0 as my only choice. How come, and what can I do to get
3.5 listed there?

Thanks.

So when the "ASP.NET Version" box says "2.0.50727", It's still okay to
3.5 controls in my site code?

Yes, that's right.
--
John Saunders | MVP - Connected System Developer

Aug 31 '08 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1390
by: alexB | last post by:
Could it be that the data has changed in such a way as to produce the unexpected results? Or could a newer/older version of the .net framework have been installed on the server? >-----Original...
5
3335
by: Axial | last post by:
Question: How to select columns from Excel-generated XML when some cells are empty. I've found examples where rows are to be selected, but I can't seem to extrapolate from that to selecting...
12
3466
by: Lawrence Oluyede | last post by:
I've some problems with filtering out a specific element by the following xml snippet (is part of a bigger xml document): <entry> <link...
1
2551
by: Ramesh | last post by:
hi, I am selecting fields from three table for manupulating data and i want to display total number of records selected. But i am always getting -1 value, eventhough 1000 of records are selected....
2
1329
by: Sam74 | last post by:
Hi, I'm writing a program with Microsoft Visual C# .net version 2002 the program has 4 Forms and all the database components (DataSet, OleDbDataAdapter, OleDbConnection) are in form4 as I've got...
1
2633
by: Nathan Sokalski | last post by:
When testing a form of mine which uses RequiredFieldValidators that have the Display property set to "Dynamic" the ErrorMessage property is automatically removed when an entry is completely typed...
3
15704
by: larry mckay | last post by:
anyone have the code to select and listview item or row (subitems) after a doubleclick event from a listview. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate...
8
3816
by: Kari Lavikka | last post by:
Hi! I have to select a random row from a table where primary key isn't continuous (some rows have been deleted). Postgres just seems to do something strange with my method. -- -- Use the...
48
3812
by: phillip.s.powell | last post by:
MySQL 3.23.58 - 4.0.17 (yep, several database server instances, don't ask) I have database Spring with table Students I have database Summer with table Students I am tasked to produce a...
1
1891
by: vunderusaf | last post by:
I have a listbox on a form that is selecting using named FinalQuery: SELECT ., ., . FROM FinalQuery; Now I have a text field with a date on this form and I'd like to use that date as the...
0
7199
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7074
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
6982
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7451
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4667
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3161
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1501
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
731
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
374
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.