0

Is it necessary that we need to install asp.net mvc on hosting server to run application develop in asp.net mvc?

I had developed a application and i am uploading on ixwebhosting hosting.

my application is not working.

1
  • "my application is not working." - how about saying what is not working and the error that you are getting. "is not working" doesn't help much. Commented Jul 22, 2010 at 5:33

1 Answer 1

1

If the host supports ASP.NET 2.0 or later I think you should be able to just include the System.Web.MVC DLLs in your bin folder when you deploy to the server. The DLLs you need are:

  • System.Web.Mvc
  • System.Web.Routing
  • System.Web.Abstractions

See Phil Haack's article on bin-deploying with MVC.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.