asp.net 中的计时器在本地主机中完美运行,但在外部却不行

Timer in asp.net works perfectly in localhost but not from outside

Timer in asp.net works when I 运行 the application in localhost and when I upload and check online timer just don't work.

I copied the question from this topic because it's the same one, but the solution doesn't work anymore because "ToolScriptManager" was removed from Ajax libraries.

So what should I do now?

我认为将 Timer 放入 UpdatePanel 可以解决问题。