I followed this tutorial that shows how to create an HTML file and have it served by the server. How can I change the folder where the server looks for static files?
I'd like to have the webclient files (html, js, images etc) in a different folder than the server files (c# files).
This is what works:
http://localhost:3499/index.html
pathtomyproject/server/Server/index.html
This is what I want:
http://localhost:3499/index.html
pathtomyproject/webclient/index.html