Is it possible to delete application level settings if you have not logged in to application?

 Posted by Bhakti on 12/24/2009 | Category: ASP.NET Interview questions | Views: 4334
Answer:

If you are using DeleteSetting function to accomplish the requirement then it is not possible. As DeleteSetting function requires to access the HKEY_LOCAL_USER registry key, which is not active until a user logs on interactively.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response