473,654 Members | 3,251 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 1107
..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.c omwrote in message
news:5e******** *************** ***********@2g2 000hsn.googlegr oups.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.t hat.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.c omwrote in message

news:5e******** *************** ***********@2g2 000hsn.googlegr oups.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.c omwrote in message
news:3d******** *************** ***********@a70 g2000hsh.google groups.com...
On Aug 30, 8:24 pm, "John Saunders" <n...@dont.do.t hat.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.c omwrote in message

news:5e******* *************** ************@2g 2000hsn.googleg roups.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.c omwrote in message
news:5e******** *************** ***********@2g2 000hsn.googlegr oups.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:\W INDOWS\Microsof t.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.tha t.comwrote in message news:eN******** ******@TK2MSFTN GP04.phx.gbl...
"daveh551" <ge****@gmail.c omwrote in message
news:3d******** *************** ***********@a70 g2000hsh.google groups.com...
>On Aug 30, 8:24 pm, "John Saunders" <n...@dont.do.t hat.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.c omwrote in message

news:5e****** *************** *************@2 g2000hsn.google groups.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
1406
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 Message----- >All, > I have a datagrid and populate the grid from a table. I >also have a bound column to select the row for me to
5
3354
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 columns when some cells are empty. Is there a way to use the ss:Index to account for the missing <Cell elements? Thank you for any suggestions. ====================
12
3483
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 href="http://www.blogger.com/atom/5281182/108809850419059234" rel="service.edit" title="test" type="application/x.atom+xml"/> <author> <name>Lawrence</name> </author> <issued>2004-06-24T19:34:04+02:00</issued>
1
2562
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. Below is my code. here strSelectSQL value is strSelectSQL = "Select emp.Empno, emp.FirstName, emp.LastName, emp.DB, emp.DOJ,emp.Grade,emp.yearofexperience,
2
1340
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 DataGrids in the other forms, if I go in one of these forms in the datagrid property, selecting the DataSource I can't select the dataset in form4 how can I see the dataset in form4 from the other forms? thankyou
1
2651
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 and the user leaves the textbox. However, if the entry is selected from the list of previously typed entries, the error does not disappear until the page is validated using the Page.Validate() method. I find this very weird (not to mention it may...
3
15716
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 in USENET...get rewarded for it!
8
3820
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 order by desc limit 1 -trick to get maximum value -- CREATE OR REPLACE FUNCTION max_uid() RETURNS int4 AS
48
3850
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 query of all students in both tables with no duplicates. No clue whatsoever.
1
1896
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 selection criteria, comparing to the ... how would I use a field with the WHERE clause?
0
8376
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8290
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8815
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8708
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8489
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8594
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5622
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4149
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
1596
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.