Hi all, I have an ASP.Net 2.0 application runs fine in IIS 5.0, but when I installed on Vista, the application couldn't write file and create virtual directory (Accessed denied). After doing some research, I've changed the identity of my Application Pool from Network Service to Local System and the job...