deployment question

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I work remotely for a company creating a web site for them. I dial into
their network via VPN and access the web server via terminal server. Thats
the only access I have to their network. My question is, how can i deploy my
..NET web application to the web server via the way I access the server and
network.

thx
 
Mike said:
I work remotely for a company creating a web site for them. I dial into
their network via VPN and access the web server via terminal server. Thats
the only access I have to their network. My question is, how can i deploy my
.NET web application to the web server via the way I access the server and
network.

If you can access the web server via TS then maybe you can also access the
web server's file system. From your machine, try looking at \\<server>\C$
and see what happens.
 
Back
Top