aspx in virtual directory

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I’m trying to run an aspx page on a virtual directory, and I’m getting the
error “Server cannot access application directory†(my previous post).
Using a file monitor, I found that the problem should be as follow:
“12:43:41 w3wp.exe:1756
OPEN E:\Documents and Settings\Ricardo\My Documents\My Web Sites\SSLF ACCESS
DENIED NT AUTHORITY\NETWORK SERVICEâ€

Since I already set permissions in directory to “Aspnet machine account†and
“IUSER internet guest accountâ€, my question is: what kind of permission is
missing and where?

Thanks in advance.
Ricardo.
 
Your ASPX page is running in an ASP.NET application pool, which normally
runs under one of the accounts in the IIS_WPG group. Try giving perms to the
IIS_WPG group & see if that fixes it.
 
Back
Top