Files to use to display a website

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm new to web development in Visual Studio 2005, and I'm creating a web site
using ASP.NET, and right now its a very simple page with only labels on it.
I have a third party that hosts the site, and i'm FTP'ing the files to the
server, but the site is not working properly. When i build it locally, it
displays fine in the browser, but not after i upload it to the server. I'm
afraid I may not be putting the correct files on the server. Here are all
the files that I have:
App_Data folder
Default.aspx
Default.aspx.vb
web.config
Then, after I publish it, the following are created as well:
MySite.sln
PrecompiledApp.cofig
Which of these do I use? Any help is appreciated. And let me know if i'm
not being clear. Thanks.
 
If you are "publishing" the web site locally, it should have
created a seperate folder for you with all the necessary
files. Just upload the folder.
 
If there is an error in my program causing it not to display properly, it
should appear while i am publishing it, correct?
 
Back
Top