开发者

How can I stop an ASP.NET website from loading depending on a certain condition?

开发者 https://www.devze.com 2023-02-10 18:17 出处:网络
How can i stop asp.net website? I want check some condition and after that if something\'s wrong then stop website from loading开发者_Python百科.You could try the code.

How can i stop asp.net website?

I want check some condition and after that if something's wrong then stop website from loading开发者_Python百科.


You could try the code.

Response.End()


You actually want to redirect to another page in case of an exception.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号