Created
October 16, 2012 07:45
-
-
Save kjunichi/3897861 to your computer and use it in GitHub Desktop.
IISってaspx.vbファイルを変更した場合
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IISってaspx.vbファイルを変更した場合どうなんだ! | |
まさにそのxxx.aspxにアクセスしているユーザがいたら、そもそも | |
ファイル使用中で置き換えられないのか? | |
こちらに一番都合がよい動き | |
アクセスしているユーザいたら、そのリクエストにたいするレスポンスを返すまで | |
旧版で動かし、アクセスが来ていても、待たせて、新版に入れ替えて、受付 | |
、待たされていたアクセスの先頭はコンパイルを待つ | |
こんな動きであってくれ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment