Cannot create site from Visual Studio

Discussion in 'Visual Studio' started by darrenslane, Mar 29, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have done build. I then FTP to my site all the files from the build directory. When I run the default.aspx I get an error which implies my application is missing some file. The app runs fine in VS. It's tiny/simple.
    This is the link to my site:
    http://www.darrenslaney.com/default.aspx
    Help appreciated.
    Thanks,
    Darren
     
  2. Joseph Jun

    Joseph Jun DiscountASP.NET Staff

    You may want to check to make sure that all of the compiled files were transferred to the server correctly.

    The most common cause for the error that you're encountering usually occurs because there's a compiled file that's a part of your application that was omitted.

    If all else fails, just punch F5 again :)
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page