all groups > dotnet web services > november 2007 >
You're in the

dotnet web services

group:

IIS 6 & .NET 3.5 RTM?


IIS 6 & .NET 3.5 RTM? Asaf
11/21/2007 7:38:03 AM
dotnet web services:
Hi,

I have Just installed the RTM version of the 3.5 framework on my windows
2003 server. Shouldn't I see a "3.5" option in the ASP.NET tab on IIS
websites? There is only 1.1.4322 & 2.0.50727 versions.

Should I set my .NET 3.5 web services to 2.0.50727?

Kind Regards,
Asaf
RE: IIS 6 & .NET 3.5 RTM? Asaf
11/21/2007 11:51:00 PM
Hi Steven,

Thanks for your help.

Asaf

[quoted text, click to view]
RE: IIS 6 & .NET 3.5 RTM? stcheng@online.microsoft.com
11/22/2007 3:53:07 AM
Hi Asaf,

As for ASP.NET 3.5, it is still based on the ASP.NET 2.0 core fundamental.
Therefore, there is no new application type(for ASP.NET 3.5) in IIS, still
use the 2.0 one. And when you developing ASP.NET 3.5 application(which use
those 3.5 specific features such as AJAX or LINQ), VS 2008 will help you
add the proper assemblies reference in project and those assemblies are the
most imporant things to help you deal with 3.5 stuffs. And when deploy to
IIS, you still use 2.0 version tab to configure it.

If you have any further questions, please feel free to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.





------------------------------------
From: =?Utf-8?B?QXNhZg==?= <AG70@newsgroups.nospam>
Subject: IIS 6 & .NET 3.5 RTM?
Date: Wed, 21 Nov 2007 07:38:03 -0800

Hi,

I have Just installed the RTM version of the 3.5 framework on my windows
2003 server. Shouldn't I see a "3.5" option in the ASP.NET tab on IIS
websites? There is only 1.1.4322 & 2.0.50727 versions.

Should I set my .NET 3.5 web services to 2.0.50727?

Kind Regards,
RE: IIS 6 & .NET 3.5 RTM? David4021
1/20/2008 3:05:01 PM

I've had a similar problem, installed 3.5 on windows 3.5 and when I run an
ajax app
I get a mesage which implies that ajax is not installed

Parser Error Message: Unknown server tag 'asp:ScriptManager'.
asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager

and the version is not 3.5?

Version Information: Microsoft .NET Framework Version:2.0.50727.1433;
ASP.NET Version:2.0.50727.1433

which sort of says that 3.5 is not infact being used since it includes the
new ajax framework?


[quoted text, click to view]
AddThis Social Bookmark Button