Re: ASPX MasterPage upload
Firstly, I assume your primary ASPX page is Default.aspx, and you also have a related file called Default.apsx.vb (or similar - I use C# so mine are .aspx.cs). Using CPanel File Manager, ftp, or (my prefered) Filezilla copy them both to the public_html directory of your webspace. Remove any index.html files you may find there, and copy over the bare minimum web.config:
Code:
<?xml version="1.0" ?>
<configuration>
<appSettings />
<connectionStrings>
</connectionStrings>
<system.web>
<customErrors mode="Off" />
</system.web>
</configuration>
If you are using master pages, you will need to copy those as well - they end .master and .master.vb and you will need them in pairs.
Enter your address in your browser (mine is www.griffin.x10hosting.com, so yours would be www.yourname.x10hosting.com) and you should be up and away.
No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced.
FOR SALE: Bargain! Large supply of slightly used '0's and '1's. Can be delivered electronically. Special rates for bulk purchases!