How to safely remove global.asax from web service
I have a web service asp.net project which has a global.asax with empty Application_Start
and Application_End
implementations.
Sure, you shouldn't have any problems just deleting the file. But, if you are concerned you will 'break' something, try renaming it first.
精彩评论