标签: model-view-controller filezilla
当我运行我的应用程序时,链接是:
http://localhost:1234/Account/LogOn
但是当我将它上传到Filezilla时,我会去:
http://0.0.0.0/Account/LogOn
它说"无法找到资源。"
哪条路是正确的?
答案 0 :(得分:1)
确保Account / LogOn目录位于根文件夹或用作根文件夹的任何文件夹中。还要确保您在上传后对文件具有读/写权限。