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

How to configure your website for using Ajax (for Windows 2008 Hosting Plans)

Note:  If you want to use ASP.Net "Integrated PipeLine" version (under any circumstance) you...

Can I run multiple ASP.NET Frameworks on different directories on my website?

No. Multiple versions of the ASP.NET Framework cannot run on a single website. The selected .NET...

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

Sending mail via Persits.MailSender

Here's a complex example of sending an email with SMTP authentication and attachments. <%...

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