I have a console application. Here the default identity is the current identity of the windows account. I need to delete all files of a folder as a aspnet user(it has delete previllage in that folder)
How do we change the identiy to aspnet user in console application by code(not by config file)?
Mark this as answer, if it is.....
With regards
Nishithraj Narayanan