Cannot view page on host

liunx

Guest
Hi,

I create a simple asp.net page on my local machine in IIS, and can see it fine.
However, when I ftp the whole folder to our host, and type in the address to my WebForm1.aspx, I get an error. (see the page (<!-- m --><a class="postlink" href="http://www.accuracyauto.com/test/hosttest/WebForm1.aspx">http://www.accuracyauto.com/test/hosttest/WebForm1.aspx</a><!-- m -->))

Is there anything I am supposed to do to my asp.net application before placing it on the host?

I'm new with asp.net, so....Do exactly what the error message said, make sure costom errors are off in the web.config. There could also be some system settings causing error messages from being displayed. The error could be any number of things. I would contact you host.I am facing the same problem and i think that the host maynot support asp.net or something like that so please fi you solved your probelm post the solution
thanksI had this problem with my host. They had me on a server running .net1.1 and my page was built with .net2.0. I called them and they are changing me to another server.
 
Back
Top