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 : Send Email in ASP.NET

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

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

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

How do I set up an Access database connection in Macromedia Dreamweaver MX 2004 for classic ASP pages?

  Setup your site in Dreamweaver per this article Open or create a new ASP page....

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