R rordonend New Member Oct 8, 2012 #1 I have ASP.NET web service project. I must "switch off" (return void or null) the all methods in this service if current time is between 00:00 and 01:00. What is the best way to do it? may be global.asax file?
I have ASP.NET web service project. I must "switch off" (return void or null) the all methods in this service if current time is between 00:00 and 01:00. What is the best way to do it? may be global.asax file?