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

Sample Code : Connecting to a MySQL database with ASP using a DSN-less connection

  Here is the connection string, you can use to connect to a MySQL database with ASP :...

After I configure the custom error setting in the control panel, I still get the generic error page?

Custom error setting is a web server setting which affects all file types (.htm, .gif, etc.)...

Which version of Microsoft .NET Framework do you support?

We support all versions of Microsoft .NET Framework including v1.1, v2 and v3.5 side-by-side on...

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...

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

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