如果是asp.net静态变量,例如.
public static string test;
存在于共享相同应用程序池的2个不同Web应用程序中,还共享其静态变量的值?
如果我在站点1中设置test var:"test="1""我可以从站点2读取吗?
"test="1""
c# asp.net static application-pool
application-pool ×1
asp.net ×1
c# ×1
static ×1