Can you delete values stored in HttpContext.Current.Application["variable"]? Or is the only way to do this is by setting it to an empty string?
Can you delete values stored in HttpContext.Current.Application[variable] ? Or is the only way to
Share
You can use
Application.Remove,Application.RemoveAll, andApplication.RemoveAtmethods.