In an ASP.NET website with a codebehind at what point are the .cs files compiled?

前端 未结 3 1512
余生分开走
余生分开走 2020-12-29 08:18

In Brief: In an ASP.net website with a code-behind, at what point are the *.cs files compiled?

Context: A colleague who has since left, deployed a website with a .c

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-29 08:46

    Apparently what you have done should work. Check if Cacheing has been implemented. Otherwise publish the code and deploy the dll, instead of .cs file. I would recommend to test in staging server before you go live.

提交回复
热议问题