Deploy MVC Application to root folder

Discussion in 'General troubleshooting' started by jshultz, Feb 6, 2010.

  1. I have a website done entirely in MVC and .Net 3.5. I deployed the site to the server and was sure to include the appropriate .dlls in the bin folder. the / folder is the application root folder. However, nothing works. If you go to openskymedia.com you'll see what I mean. What am I doing wrong?
     
  2. Ray

    Ray

    Did you fix the problem? I do not see any error messages when I type http://openskymedia.com on my browsers address bar.
     
  3. Yes, actually I did. I had originally done the app in VS2010 Beta 2. I recreated the application in VS2008, then dragged all my controller, view and model stuff back into application. I then reuploaded it to the server that way and everything worked. Not sure why, but it did.
     
  4. Ray

    Ray

    VS2010 I believe, uses the ASP.Net 4.0 framework. At this point our servers can only host ASP.Net 3.5 framework.
     
  5. that's true. but I targeted the 3.5 framework in the build.
     
  6. Ray

    Ray

    If this ever happens again, try posting the full and exact error message. I do some searching around for the error message and see what I can come up with.
     
  7. No problem. I can do that. :)
     

Share This Page