Hi All,
When I try to run my very first .net App on the server, I got the error saying that
"Server cannot access application directory 'D:\Inetpub\myApp\'. The directory does not exist or is not accessible because of security settings"
Obviously, the folder does exist. It was set as virtual directory. It's an intranet app written in .net I have no problem when running it on my local machine. I don't have any problem running the classic ASP on the server either. .NET framework and everything is ready on the server. Could someone please tell me what is happening here?