Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
小さな Cookie を残す aspx スクリプトがあります。
としてそれを行う方が速いかどうか疑問に思っています
または Server.Execute (同じスクリプト)
またはそれは問題ではありませんか?
Server.Executeを使用すると、サーバーはスクリプトのバイトコードを 1 回キャッシュするようになります。つまり、理論的には、実行中のスクリプトを単にinclude.
Server.Execute
include