Reputation:
This is a general question regarding deploying an MVC asp.net app into a test server.
How do you do it?
I tried to publish and deploy an mvc app into test server (under tight control), and the VS.NET complained that it was not able to update the remote IIS server for creating the virtual directory etc there, although the remote machine is accessible via its IP address.
Upvotes: 2
Views: 756
Reputation: 15599
Check this MSDN Help Page and make sure you meet all the requirments to manage/setup/configure remote IIS sites.
http://msdn.microsoft.com/en-us/library/h17hytcs.aspx
fyi: there should not be any difference between regular asp.net and mvc sites.
Upvotes: 2