Is there a way that I can run a ASP.NET MVC Project on godaddy.com shared web hosting?
|
17
|
|||||
|
|
|
As a developer who has deployed an MVC project on GoDaddy's ASP.NET shared hosting, I can tell you with certainty that you can do this, and it's quite easy.
It really should be that easy. Please leave a comment if you have any issues. |
||||||
|
|
|
As long as they support ASP.NET 3.5, you can follow the instructions here to bin deploy your MVC application. |
||
|
|
|
|
Can't you just set the MVC references to copy local (bin deployment)? Or are you having other troubles like with their trust levels. Simplest solution is to switch hosting providers :) |
||
|
|
|
|
I did these instructions but now I have a routing problem. I played with the code in Global.asax but no luck. Did you guys have a problem like that? |
||
|
|
|
|
I as well am having the routing issue. I have tried most of the tricks that have been posted. Godaddy I know isn't the best, but I know and have seen mvc sites working there. My home page works, but any url that I go to out side of that doesn't get routed, such as my about page. It just says page not found. Any ideas are welcome please... |
||
|
|
|
|
Please check other SO thread which gives solution about it... You can check it live at http://mvc.tristonsoftware.com/ Here we are using Godaddy Shared account. I have followed steps given by PashaMelnik. One more thing... Please change You also need to enable set Copy Local to true in System.Web.MVC ( can be found in your References section ) Properties. |
||
|
|
|
|
Dan -- thanks for that great answer. Worked like a charm and was quite easy, just as you said. |
||
|
|
|
|
Can you suggest another hosting provider? |
||
|
