Re: asp.net 3.5 and ajax on widows 2003
- From: bruce barker <nospam@xxxxxxxxxx>
- Date: Sun, 20 Jan 2008 20:25:15 -0800
in iis 6.0 you need to config the asp net application to be 3.5. the message means you are running 2.0
-- bruce (sqlwork.com)
David4021 wrote:
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?
- Follow-Ups:
- Re: asp.net 3.5 and ajax on widows 2003
- From: David4021
- Re: asp.net 3.5 and ajax on widows 2003
- From: David4021
- Re: asp.net 3.5 and ajax on widows 2003
- Prev by Date: Re: problem with maxInvalidPasswordAttempts
- Next by Date: RE: GC memory pressure problem in using unmanaged components
- Previous by thread: ASP.NET Design Suggestions
- Next by thread: Re: asp.net 3.5 and ajax on widows 2003
- Index(es):
Relevant Pages
|