re:
!> per other posts apparently (and bizzarely in my opinion) in IIS6 the asp.net
!> 3.5 isnt supposed so be available in the dropdown, just 2.0 even after an
!> upgrade (go figure on that one) which is the case?
To put you a bit more at ease, yes, that is the case and, yes, I also think it's bizarre.
I argued until I was blue in the face with part of the .Net Development Team,
trying to get them to synchronize the .Net Framework version with the ASP.NET version.
They thought it wouldn't cause confusion, but evidently it does.
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/
======================================
"David4021" <(E-Mail Removed)> wrote in message
news:E218A0A6-A2D0-4293-958E-(E-Mail Removed)...
>I have an app working fine on vista ultimate(iis7 , .net 3.5 , ajax)
>
> After installing .net 3.5 on my windows 2003 server (currently at 2.0) the
> app breaks :
>
> Parser Error Message: Unknown server tag 'asp:ScriptManager'.
> asp:ScriptManager ID="ScriptManager1" runat="server">
> </asp:ScriptManager
>
>
>
> 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?
>
> per other posts apparently (and bizzarely in my opinion) in IIS6 the asp.net
> 3.5 isnt supposed so be available in the dropdown, just 2.0 even after an
> upgrade (go figure on that one) which is the case?
>
>