Parser Error when deploy ASP.NET application

后端 未结 17 794
既然无缘
既然无缘 2021-01-03 22:56

I\'ve finished simple asp.net web application project, compiled it, and try to test on local IIS. I\'ve create virtual directory, map it with physical directory, then put al

17条回答
  •  时光取名叫无心
    2021-01-03 23:26

    I am too late but let me explain how I solved this problem.

    This problem is basically because of improper folders/solution structure.

    this issue may occur because 1. If you have copied project from other location and trying to run the project.

    so to resolve this go to original location and crosscheck the folders and files again.

    this works for me.

提交回复
热议问题