expression web hosting
index.aspx file not appear?
Ok, I'm new at this. I have a site with multiple pages in Expressions Web. I have the files on my host server. When I try and view my site, the hosts default page. I tried to rename the default index. When I type in www.jeanshub.com / default.aspx I see my code. I have no dll files or bin folder. I read in another post that should exist, but I did not. I'm afraid I do not know enough to get this work. My host supports frontpage extensions, which I installed, but when I tried to publish using expressions said that the extensions coudn't be found. I am thoroughly frustrated and defeated at this point.
The problem seems to be the order in which your server will read the default or index page. Most servers are set to read before index.html or default.html before. Aspx or other extensions. I would remove the default hosting page, or at least renaming it to index1.html or something. Then try default.aspx or index.aspx and load your page. The other solution is to. Confg file, or use one. Htaccess file, but this is probably more than you can handle at this point.