Reputation: 2973
Howcome I deploy my intranet ASP.NET MVC
project?
What I've got so far:
IIS Express 7.5
, SQL Server 2008 R2 Express
installed on a server.It should be mentioned that though it's odd and unusual but server is just a machine without (even) server OS installed. Please note that it's not mine idea and is the environment I've got at the moment
I've read the instruction http://msdn.microsoft.com/en-us/library/gg703322(VS.98).aspx but it describes situation when you have Web Developer
installed on the same machine.
Please help! And Thanks!
Upvotes: 0
Views: 2147
Reputation: 10221
This is the 100% manual approach, you might be able to access the remote web server via VS if authorization/permissions is lined up properly (much simpler, basically you just hit deploy):
Upvotes: 1