I am trying to remove a large number of files from a location (by large I mean over 100000), whereby the action is initated from a web page. Obviously I cou
You could create a simple ajax webmethod in your aspx code behind and call it with javascript.