How to fix ASP.NET error “The file 'nnn.aspx' has not been pre-compiled, and cannot be requested.”?

后端 未结 25 3090
时光说笑
时光说笑 2020-12-05 22:35

I have a VS 2005 web site that I publish using \"Publish Web Site\", and I clear all the three checkboxes. I also have a deployment project that picks up the published files

25条回答
  •  隐瞒了意图╮
    2020-12-05 23:19

    Redeployment of the same files also fixed this issue in my case.

    So maybe before trying anything else first try to deploy you app again (bin folder content should be enough)

    BTW: In my case the error started when C drive run out of space.

    Happy coding! ChiTec

提交回复
热议问题