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 behind application should function.

  • *.aspx
  • *.asmx
  • *.ascx
  • *.dll (into the /bin directory)
  • web.config

Was this answer helpful?

 Print this Article

Also Read

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

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

Sending mail via Persits.MailSender

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

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

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

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