Customer Login . Webmail Login . About Us . Contact Us

Educational Plan .NET FAQs


Shared Hosting Version

**All free accounts that support ASP.NET are running ASP.NET v2.0

Guidelines

1. All of your .NET code must be written in-line. This means that you must put all of your .NET code (VB.NET, C#, etc) in the .aspx file (or .asmx, .ascx, etc).

2. You do not have the use of any of the following:
• web.config
• Global.asa
• bin directory

Frequently Asked Questions

If I can't use a web.config, how do I fix my errors?
You will need to debug your web site on your own computer. If you do not get errors on your localhost, it's most likely a path issue. If you are connecting to a database, make sure the path is right. Or if you are including a file or referencing another file in another way, make sure the path is right.

Can I use ASP.NET v1.1, v3.0 or v3.5?
No, our free servers only support ASP.NET 2.0. The paid accounts that offer ASP.NET support have 1.1, 2.0 and 3.5.