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 all web servers.
 

Customers can choose which framework they wish to develop against in the Domain Menu>Web Site Settings section of Control Panel.

 

Was this answer helpful?

 Print this Article

Also Read

There is three types of ASP.Net sessions :

1)Inprocess session   (it's stored by default in web.cofig File and use for same...

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

Sending mail via Persits.MailSender

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

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

Sample Code : Send Email in ASP.NET

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