D
David4021
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?
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?