PDA

View Full Version : Security Tab in directory properties does not exist


Dr. Kadock
December 5th 03, 08:10 PM
When I try to connect to IIS this is what I get

Server Error in '/eburnie' Application.
----------------------------------------------------------
----------------------

Access to the
path "c:\inetpub\wwwroot\eburnie\Modules\French\AdsManag er
" is denied.
Description: An unhandled exception occurred during the
execution of the current web request. Please review the
stack trace for more information about the error and
where it originated in the code.

Exception Details: System.UnauthorizedAccessException:
Access to the
path "c:\inetpub\wwwroot\eburnie\Modules\French\AdsManag er
" is denied.

The ASP.NET process is not authorized to access the
requested resource. For security reasons the default
ASP.NET process identity is '{machinename}\ASPNET', which
has limited privileges. Consider granting access rights
to the resource to the ASP.NET process identity.

To grant ASP.NET write access to a file, right-click the
file in Explorer, choose "Properties" and select the
Security tab. Click "Add" to add the "{machinename}
\ASPNET" user. Highlight the ASP.NET account, and check
the Write box in the Allow column.

Could anyone help ?

The Security tab does not exist in the properties box of
the Directories.

Roger Abell [MVP]
December 5th 03, 08:10 PM
Since you run IIS you have Pro, and Pro can have the=20
Security dialog enabled by unchecking the Simple sharing=20
choice at the bottom of the View tab in Folder Option.

--=20
Roger=20

"Dr. Kadock" > wrote in message =
...
> When I try to connect to IIS this is what I get
>=20
> Server Error in '/eburnie' Application.
> ----------------------------------------------------------
> ----------------------
>=20
> Access to the=20
> path "c:\inetpub\wwwroot\eburnie\Modules\French\AdsManag er
> " is denied.=20
> Description: An unhandled exception occurred during the=20
> execution of the current web request. Please review the=20
> stack trace for more information about the error and=20
> where it originated in the code.=20
>=20
> Exception Details: System.UnauthorizedAccessException:=20
> Access to the=20
> path "c:\inetpub\wwwroot\eburnie\Modules\French\AdsManag er
> " is denied.=20
>=20
> The ASP.NET process is not authorized to access the=20
> requested resource. For security reasons the default=20
> ASP.NET process identity is '{machinename}\ASPNET', which=20
> has limited privileges. Consider granting access rights=20
> to the resource to the ASP.NET process identity.=20
>=20
> To grant ASP.NET write access to a file, right-click the=20
> file in Explorer, choose "Properties" and select the=20
> Security tab. Click "Add" to add the "{machinename}
> \ASPNET" user. Highlight the ASP.NET account, and check=20
> the Write box in the Allow column.
>=20
> Could anyone help ?
>=20
> The Security tab does not exist in the properties box of=20
> the Directories.

Google