Ask a Question related to ASP.NET Security, Design and Development.
-
Jim Cheshire [MSFT] #1
RE: Problems accessing COM+ from ASP.NET application
Hi Mike,
It's obviously failing on Registry access. To get more information, I'd
highly recommend getting a Regmon log. You can download Regmon from
[url]http://www.sysinternals.com[/url].
Jim Cheshire [MSFT]
MCP+I, MCSE, MCSD, MCDBA
Microsoft Developer Support
[email]jamesche@online.microsoft.com[/email]
This post is provided "AS-IS" with no warranties and confers no rights.
--------------------<MikePreradovic@discussions.microsoft.com>>Thread-Topic: Problems accessing COM+ from ASP.NET application
>thread-index: AcR04zN/5HbCKthDQfmt7laMOWVr0A==
>X-WBNR-Posting-Host: 209.139.192.234
>From: =?Utf-8?B?TWlrZSBQcmVyYWRvdmlj?=microsoft.public.dotnet.framework.aspnet.security: 10956>Subject: Problems accessing COM+ from ASP.NET application
>Date: Wed, 28 Jul 2004 13:41:04 -0700
>Lines: 19
>Message-ID: <CFB28B02-31E6-4508-800E-81C2CD852ED2@microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Newsgroups: microsoft.public.dotnet.framework.aspnet.security
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
>Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
>Xref: cpmsftngxa10.phx.gbland get the following error no matter what I do:>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
>
>Hi. I'm trying to access a COM+ Server (in DllHost) from an ASP.NET pagerun as System, I still got the same error!>
>"Access to the registry key HKEY_CLASSES_ROOT\MYAPP is denied"
>
>I have tried the following:
>
>a. In machine.config change ASP.net process to run as SYSTEM. Although itAlthough it run as a privelaged user, I still got the same error!>b. In machine.config change ASP.net process to run a privelaged user.>c. In component services reduce security to NOTHING
>
>My system:
>
>a. WinXP Pro all latest security fixes
>b. Visual Studio .NET 2003
>
>Can anyone help me??
>
>Thanx
>
>Jim Cheshire [MSFT] Guest
-
Accessing sample FMS application from another computer
Hello! I have a problem. I installed FMS2, and downloaded sample apps from the devcenter. I'm running Microsoft IIS and I can access... -
Accessing Web application from another Machine
hi Guys, I hav deployed a .Net Web application in a XP OS server. I am not able to access the web application from a remote machine in the local... -
accessing mapped drives in ASP.NET application
hi, is there any way i can access mapped drive through ASP.NET application?? i have tried doing that the standard way but didnt work, used the same... -
accessing files in folder not under the web application
Hello All, I have a web application. It can be used with Forms authentication or Windows authentication. The application has to access files that... -
Accessing Application Data folder
Hi! I am wondering if there is a way to learn the path of the user Application Data folder for the logged in user. Maybe there exists a variable...



Reply With Quote

