Ask a Question related to ASP.NET Security, Design and Development.
-
Annie #1
"Access is denied" for Excel Application
I have created an Excel object to run an excel report and
download to client side. I use the Excel 9.0 COM object
(Excel 2000) in my project. However, when deployed to
client site (which is using Excel 2003), the workstations
show "Access is denied" when running the excel report.
I've already added rights to the ASPNET user in the
server's component services. What else do I miss? Or is
there any version problem on excel? I suppose it should
be okay running older version code (Excel 2000) by newer
application (Excel 2003).
Annie Guest
-
"Access is denied" error when running schtasks.exe under ASPNET account in win2k3 server
Hi all, I am trying to run schtasks.exe from asp.net application wich uses forms authentication under ASPNET account. It gives me "Access is... -
IExtractImage, Impersonation, GDI and "access denied" for non-local admins
Hi, We're using the IExtractImage interface from behind a .NET web service to generate thumbnails for various files in our network (windows... -
RewritePath throws "Access is Denied" when rewriting to directory level
Hello, I have a problem trying to rewrite a path in ASP.NET 1.1 - each rewrite throws an Access is Denied error, even though anonymous access is... -
Error: "Unable to debug on server,Access is denied"
I installed dotnet and when i try to run a web application i get the error messagebox saying "Unable to debug on server,Access is denied.Would you... -
ipconfig /renew "Access Denied" error
While trying to set up a new wireless access point on the network I obtained the " Access is denied " error from running ip config /renew for the... -
Teemu Keiski #2
Re: "Access is denied" for Excel Application
So DCOM settings for Excel are set up? Where did you set the ASPNET user
(launching Excel, accessing Excel)?
--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist
"Annie" <anniech2000@hotmail.com> wrote in message
news:074a01c3b4af$9e3c6320$a401280a@phx.gbl...> I have created an Excel object to run an excel report and
> download to client side. I use the Excel 9.0 COM object
> (Excel 2000) in my project. However, when deployed to
> client site (which is using Excel 2003), the workstations
> show "Access is denied" when running the excel report.
>
> I've already added rights to the ASPNET user in the
> server's component services. What else do I miss? Or is
> there any version problem on excel? I suppose it should
> be okay running older version code (Excel 2000) by newer
> application (Excel 2003).
Teemu Keiski Guest



Reply With Quote

