M
Mitja Semolic
Deploying ASP.NET web sites to Windows 2003 Server a Nightmare!
You finished implementing a ASP.NET web site and
then comes the really painful part, you have to deploy it.
And to make things worse there is not any useful documentation.
Manually setting filesystem permissions on same platforms
for ASPNET, or IUSR_<MACHINE>, or to NETWORK SERVICE accounts.
Settings security policies, running aspnet_regiis -i once in a while,
setting the IIS settings and still it does not work.
How do you allow execution of COM objects from ASP.NET code?
System.UnauthorizedAccessException
Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
The available online documentation did not help
http://support.microsoft.com/kb/q198432/
Help me
Mitja Semolic
You finished implementing a ASP.NET web site and
then comes the really painful part, you have to deploy it.
And to make things worse there is not any useful documentation.
Manually setting filesystem permissions on same platforms
for ASPNET, or IUSR_<MACHINE>, or to NETWORK SERVICE accounts.
Settings security policies, running aspnet_regiis -i once in a while,
setting the IIS settings and still it does not work.
How do you allow execution of COM objects from ASP.NET code?
System.UnauthorizedAccessException
Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
The available online documentation did not help
http://support.microsoft.com/kb/q198432/
Help me
Mitja Semolic