开发者

ASP.NET MVC and host problems

Hi,

I have done the following :

  1. Start Visual Studio 201开发者_C百科0
  2. New Project > ASP.NET MVC
  3. Default ASP.NET MVC project generated by VS2010
  4. Add a couple off simple buttons on the first page
  5. Start local IIS manager, Create a web application and point it to the ASP.NET MVC project
  6. Set correct right on the ASP.NET MVC project folder(to the user running the thread pool in IIS7)
  7. Browse site (http://localhost/MyTestSight/) and the first page is shown
  8. Upload site to www.test.figurspel.net
  9. Host sets the site to be runned on .NET 4.0
  10. Browse www.test.figurspel.net and the site is not working?
  11. The host has checked that tha Active Server Page is set to allow
  12. Host has installed up to MVC 3

I could turn on the Browsable to see the file structure but this will not help to get the site running.

How do I get this asp.NET MVC web site running?

BestRegards


Is the application pool running in integrated mode the IIS site running under that application pool?

It's my understanding that if this isn't the case, the MVC site will not run.

Alternatively, have you tried this?


+1 Unicorn power HooooooO!!!!! Also I've always when hosting a site published the project to a different folder then setup the site via IIS from that folder hope this helps.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜