This topic is locked
[SOLVED]

 Publish to file system

1/4/2017 12:35:13 PM
ASPRunner.NET General questions
C
ccvvccc author

Hi all,
I wonder if that is possible to publish to file system after build?
I have a server which I connect with Remote desktop. I made a shortcut of the inetpub folder of server in my own machine. So I would like to publish directly to server's inetpub folder after building asp runner.net project.
I can do this scenario with Visual Studio 2015. In publish settings, I select File system and show the path. How can I do some similar thing in asp runner.net?
Thank for any kind of inspiration.

jadachDevClub member 1/4/2017

Try changing the location of the output folder to your server folder.

C
ccvvccc author 1/10/2017



Try changing the location of the output folder to your server folder.


That's the answer. Thank you. The only problem here is that "if even I make a small change, server gets updated and active users loses sessions". But it is fine. Thanks.