Ask a Question related to ASP.NET Security, Design and Development.
-
FDMattias #1
UnauthorizedAccessException when using COM interop
Hi,
I am currently working on a webservice that is calling functions from a VB6
COM component. the COM is working when called from a regular .NET WinForm
application but when I try to create an instance of it in the webservice i
get an System.UnauthorizedAccessException.
This only seems to happen on my developmentcomputer and everything is
working fine on the our testserver and even at a codevelopers computer. I
have tried everything that I can find about the problem.
I have also tried to create a very simple COM component and a simple
webservice to test if it was that specific COM but that doesn't work either
so it seems like I have some strange setting or policy somewhere that says I
can't create COM-object from IIS, however I can't find to figure out what to
change.
Would be most greatfull for some help.
/Mattias
FDMattias Guest
-
UnauthorizedAccessException by activating integrated authentification
Hi, I develop a webservice, which will be used by a small vba access client. The webservice reads some files in a network-share-folder. There is... -
System.UnauthorizedAccessException
Hello, I'm using this code to access a network share from an asp.net page: Dim dir As DirectoryInfo = New... -
UnauthorizedAccessException when creating virtual dir from asp.net
In c# we have a function that creates a virtual directory in IIS 6.0 using DirectoryServices API. The code looks like this: // log in to IIS... -
cdoobject.send causes UnauthorizedAccessException
The following code fragment works as part of an page.asp but when I tried it under asp.net I get an UnauthorizedAccessException. The text of the... -
UnauthorizedAccessException
ASP.NET application set up as follows: machine.config set to run as "SYSTEM" web.config has impersonate="true", authentication mode="None" IIS...



Reply With Quote

