How can I enable ASP.NET 2.0 on my website?

You can switch the .NET Framework version for your webiste using the Web Site Settings section in the Helm Control Panel.

Note that when you switch the .NET Framework:

The selected .NET Framework applies to your entire website.
All existing custom script maps (that were setup via technical support requests) will be removed
Your ASP.NET 1.1 applications may possibly not function under .NET Framework 2.0

Was this answer helpful?

 Print this Article

Also Read

I get an error 'Server.CreateObject Failed' when I try to use CDONTs. What can I do?

  CDONTs is no longer supported on Windows 2003 server.  Microsoft introduced CDO back...

Sample Code : Send Email in ASP.NET

using System;using System.Web.Mail;namespace SMTPAuthentication{ public class...

I get this error when trying load my ASP page : \"Disallowed Parent Path \"

  DETAILS I get the following error when I try to execute my ASP application  Active...

Do you support ASP.NET applications that uses code behind?

Yes. You will need to upload the following files to your account, then your code...

Sample Code : Query an Access database with ASP using a DSN-less connection

<% Dim cnnSimple  ' ADO connectionDim rstSimple  ' ADO recordsetSet cnnSimple =...