| Raterus 2004-07-30, 3:58 pm |
| Having no folders would make sense, since they don't have permission to =
create them. Are you using IIS5 or IIS6? IIS6 uses the account "NT =
AUTHORITY\NETWORK SERVICE" rather than ASPNET. Also if you are doing =
any impersonation, you'll need enable that user, and not ASPNET.
--Michael
"James" <jamesATnorton-associates.co.ukREMOVE> wrote in message =
news:OSFHQwidEHA.236@tk2msftngp13.phx.gbl...
> I am still having permission problems, but it has changed from a =
blanked
> 'Access Denied' error to this.
>=20
> I have ensured ASPNET user has 'full control' of the Temporary ASP.NET =
Files
> folder.
>=20
> However, there are no folders within this folder, so to me it looks =
more
> like the files are missing rather than permission being denied...
>=20
> I have tried uninstalling the .NET framework, as well as uninstalling =
IIS.
>=20
> What should I be doing to deploy my application from my local test =
machine
> to the main server?
> Does the main server need anything other than the .NET framework & IIS
> installed?
>=20
>=20
>=20
> --=20
> Cheers,
>=20
> James Goodman
>=20
>
|