Ask a Question related to ASP.NET Security, Design and Development.
-
Craig Lee #1
Access denied while trying QI on a DCOM object
We have a Web Service written in C# that accesses an ATL service via DCOM.
This all works great when both are on the same machine.
When I move to a two server scenario, I get an Access Denied error.
What is interesting is that I am able to get the Class Factory and then
create an instance of a COM interface. But I get the Access Denied error
when I then try and QueryInterface to another interface.
This all worked great under .NET 1.0. Has something changed in 1.1?
Thanks,
cl.
Craig Lee Guest
-
Access is denied with FileStream object
Hi, I am writing a web service which contains a function that tries to open up a FileStream. When I try to do this I get the following error ... -
HELP! "Access is denied to this object." - Server object error 'ASP 0178 : 80070005'
Hi, When I try to do Server.CreateObject on an activeX DLL, I receive the following message: ''''''''''''''''''''''' Server object error 'ASP... -
Newby : Access denied creating com object
Hello, When I try to create a Word application object from a webform using server.createobject("Word.Application") I get this error "Access... -
Access denied when creating Access application object
In an ASP file I am running the following in VBScript in order to extract data from an Access 2002 MDB file which is physically located in the... -
Access denied error while using excel object
In order to give ASP.NET the permissions it needs to use Excel, you'll likely need to add the line <identity impersonate="true"/> to your web.config... -
Craig Lee #2
Re: Access denied while trying QI on a DCOM object
I think that I figured it out with the help of a good Google hit (thank
goodness for Google). I was code that was setting the SecurityBlanket on
the interfaces but I wasn't setting it on the IUnknown interface. Thus,
when I did a QI against the first interface, I got an Access Denied error.
cl.
"Craig Lee" <craig.lee@noetix.com> wrote in message
news:O$aKYKZ$DHA.3352@TK2MSFTNGP09.phx.gbl...> We have a Web Service written in C# that accesses an ATL service via DCOM.
> This all works great when both are on the same machine.
>
> When I move to a two server scenario, I get an Access Denied error.
>
> What is interesting is that I am able to get the Class Factory and then
> create an instance of a COM interface. But I get the Access Denied error
> when I then try and QueryInterface to another interface.
>
> This all worked great under .NET 1.0. Has something changed in 1.1?
>
> Thanks,
>
> cl.
>
>
Craig Lee Guest



Reply With Quote

