我遵循了这个tutorial,它展示了如何创建HTML文件并让它由服务器提供服务。 如何更改服务器查找静态文件的文件夹?
我希望将webclient文件(html,js,图像等)放在与服务器文件不同的文件夹中(c#文件)。
这是有效的:
http://localhost:3499/index.html
pathtomyproject/server/Server/index.html
这就是我想要的:
http://localhost:3499/index.html
pathtomyproject/webclient/index.html