Hey i have a webservice, Updates.asmx and i want to loop though all the files in a folder, but i dont know the exact path, i tried using Directory.GetCurrentDirectory(), but it only returned "C:\WINDOWS\system32\" instead of the actual location of where my web service is.

Thanks