DCottle
06-23-2005, 09:18 AM
I get the following error when specifying my beta website
http://beta-136325.server1.dotnetsandbox.net
Using themed css files requires a header control on the page. (e.g. <head runat="server" />).
I also get the same error when specifying my website name + the name of the built in index page
http://beta-136325.server1.dotnetsandbox.net/index.aspx
I do NOT get the error when specifying my own page
<a target="_blank" href="http://beta-136325.server1.dotnetsandbox.net/default.aspx">http://beta-136325.server1.dotnetsandbox.net (http://beta-136325.server1.dotnetsandbox.net/)/default.aspx</A>
I renamed their index.aspx to index2.aspx (thus removing it from the default page list) and now everything is cool and loads correctly by only specifying the site url.
Moral of the story: The page that specifies the order of the default pages (https://my.discountasp.net/addons/betahosting.aspx) is wrong on their website. Index.aspx is first, then Default.aspx
Hope this helps people!
David
http://beta-136325.server1.dotnetsandbox.net
Using themed css files requires a header control on the page. (e.g. <head runat="server" />).
I also get the same error when specifying my website name + the name of the built in index page
http://beta-136325.server1.dotnetsandbox.net/index.aspx
I do NOT get the error when specifying my own page
<a target="_blank" href="http://beta-136325.server1.dotnetsandbox.net/default.aspx">http://beta-136325.server1.dotnetsandbox.net (http://beta-136325.server1.dotnetsandbox.net/)/default.aspx</A>
I renamed their index.aspx to index2.aspx (thus removing it from the default page list) and now everything is cool and loads correctly by only specifying the site url.
Moral of the story: The page that specifies the order of the default pages (https://my.discountasp.net/addons/betahosting.aspx) is wrong on their website. Index.aspx is first, then Default.aspx
Hope this helps people!
David