开发者

file has not been pre-compiled issue in asp.net

开发者 https://www.devze.com 2023-01-18 19:07 出处:网络
I have done a publish for my asp.net website through build>publish website option in visual studio开发者_Python百科 2010 and when deploy it in IIS 6 in staging environment it shows me \"[filename].asp

I have done a publish for my asp.net website through build>publish website option in visual studio开发者_Python百科 2010 and when deploy it in IIS 6 in staging environment it shows me "[filename].aspx has not been pre-compiled" for every page when i try to browse.

Any help would be much appreciated.

Thanks Guys....


Try compiling before the publish with Ctrl+Alt+B. Seems strange but happened to me once and that fixed it.


In my live server did a IIS restart this caused the application error to be vanished.

0

精彩评论

暂无评论...
验证码 换一张
取 消