Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,can anyone please guide me on deployment of a MVC application on IIS.Please provide step by step into from start to end.
Posted
Comments
Richard C Bishop 12-Feb-14 12:21pm    
Is Google broken?
SwarupDChavan 14-Feb-14 0:05am    
Tried google but no particular site was helpful

There are two ways to deploy ur MVC website to IIS. Manual or Automatically.

If u want ot proceed with automatic public:

1. Go to project properties in Visual Studio IDE "properties" and create virtual directory.
2. Right click over project in solution explorer in IDE and click publish.
3. Now go to inetmgr and and switch to content view of ur project. then browse the .svc file.
4. U will get the after hosting .. Now provide service reference to your Client and and thus the application is hosted.
 
Share this answer
 
Comments
SwarupDChavan 13-Feb-14 3:46am    
Hi followed the instruction but dont have any SVC file in my publish i suppose svc refers to the WCF files.
 
Share this answer
 
v2
Comments
SwarupDChavan 14-Feb-14 5:06am    
THANKS FOR YOUR REPLY
[no name] 14-Feb-14 11:19am    
You're welcome. Hope that helps. :)

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