Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Commented Unassigned: Can't publish to filesystem [841]

$
0
0
The VS Publish option to publish on a local file system path does not work. It throws and error since there is no web.config file, and when I created one it does not copy anything to the output directory.
Comments: You can also just put in a simple security web.config file, which is probably an excellent idea anyway to block any snoopers: eg ``` <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <security> <authorization> <remove users="*" roles="" verbs="" /> <add accessType="Deny" users="*" /> </authorization> </security> </system.webServer> </configuration> ```

Viewing all articles
Browse latest Browse all 4630

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>