Hi all, My application runs well on local host, I am using .net 3.5 sp1 but here i cannot choose 3.5 sp1, I had error on the page and at the bottom there was: Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016 Also because of this it does not display gridview themes, also inside update panel it cannot understand new lines Thanks
Our servers support ASP.Net 2.0, 3.5, and ASP.Net 4.0 When you log into your Winhost control panel you can set the framework version in the Site Manager within the .Net Framework Version. There are only two options. You can choose ASP.Net Framework 2.0 and 3.5, or your can simply choose ASP.Net Framework 4.0. Currently your account is running 2.0 and 3.5 because you are getting the error.. Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016 This is misleading to alot of people but .Net 3.5 runs off the .Net 2.0 engine therefore it throws this error. All you really need to do is code for it. What is the full and exact error message you are getting. Do you have URL for us to look at?