How to put a ASP.NET hello world application on the www?

  • Thread starter Thread starter joe v
  • Start date Start date
J

joe v

Guest
SPAM AND LINKS WILL RECIEVE A THUMBS DOWN AND BE REPORTED
--------------------------------------------------------

I'm using 1&1 for my host and they support ASP.NET. The problem is there is somethign wrong and when I FTP my files (regardless of whether I create them locally or on their server) and then try to visit my site I get an error message.

The error message just requests that I make a custom error message but I don't know how to do that. I just want a simple hello world app on the real www.

I am using visual studio express editions 2008 and all i do is create a new web site and type hello world onto the html document (yes <p></p>). and then I upload it to the server.

But it doesn't work. I am new to ASP.NET but I think the problem has something to do with the web.config file. Any help you can give me woudl be much appreciated!
 
Back
Top