Parser Error when deploy ASP.NET application

后端 未结 17 793
既然无缘
既然无缘 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:31

    I had the same issue. Ran 5 or 6 hours of researches. A simple solution seems to be working. I just had to convert my folder to application from iis. It worked fine. (this was a scenario where I had done a migration from server 2003 to server 2008 R2)

    (1) Open IIS and select the website and the appropriate folder that needs to be converted. Right-click and select Convert to Application.

提交回复
热议问题