App_Code folder issues

后端 未结 6 1048
粉色の甜心
粉色の甜心 2020-12-08 14:35

So I\'m having a really weird issue with my App_Code folder on a new website I\'m designing.

I have a basic class inside of a namespace in the App_Code folder. Ev

6条回答
  •  一向
    一向 (楼主)
    2020-12-08 14:50

    If your application is a Web Application project rather than a Web Site project, the code files should not be in the App_Code folder (stupid design, I know). Create a new folder called code or something and put them in there.

    It caused me all sorts of problems when I upgraded a bunch of old .Net web sites to application projects.

提交回复
热议问题