Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
how can we host the mvc3 application in IIS7?
Posted

Hi,

If you have hosted your site on a server, you just need to point your domain to your host nameserver. You can obtain the nameserver details by contacting your host. You are no longer required to modify any local hosts file. To deploy your ASP.NET MVC files to a server, you can do it either via FTP or WebDeploy facilities. You need to contact your host to obtain these details as well.

About the problem you experience on your localhost, I suspect that you have not installed your ASP.NET MVC 3.0 framework properly. Please download it from MVC3 and make sure you install it properly.

You could also check here - How to add a new site in IIS7. You should set a right CNAME or A record in your DNS settings pointin to your subdomain.
 
Share this answer
 
i have run the application but m get stock it doesnot generate report(report using crystal report). what should i do to run this report in asp.net mvc3
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900