switch off the all functions in .net service

rordonend

New Member
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?
 
Back
Top