First of all, good day/evening!
I am dealing with a problem and would appreciate if someone could help, for I have found no specific guides for it in the web (at least none that actually worked...).
My scenario is the following:
I have a Windows 7 Ultimate workstation with Visual Studio 2010 Enterprise;
I also have a Windows Server 2008 R2 server with WebDav enabled;
In the server, I have a web site running, the code for which I wish
to remotely deploy from VS;I need to map a drive in the workstation to the site, so I can use it as a "File System Web Site" in VS.
A few details that may cause trouble:
The server is behind a NAT virtual server in the router (that virtual server - the router - treats requests from inside and from outside the LAN in the same way);
The network does not have a domain;
I wish to deploy from anywhere (including from inside the LAN), so I will have to access the server through the Internet;
Could anyone please help me with the configurations on both the server and the workstation?