在cs文件中写如下代码:
bool Istrue = true;
int i = 0;
while (Istrue)
{
i++;
if (Response.IsClientConnected)
{
BusinessBase.Common.Error.LogText("写日志:" + i);//写日志代码...
System.Threading.Thread.Sleep(1000);
}
else
Istrue = false;
}
问题,只要打开过这个页面,日志就会一直写下去。就算页面关闭了,还是会写下去。
请问如何可以实现,当页面打开时一直写日志,而页面关掉就停止写。
是否代码写得有问题,请大神指教一下,谢谢啦
慕标5832272
慕虎7371278
万千封印
繁花如伊
一只名叫tom的猫
慕田峪9158850
慕婉清6462132