Ask a Question related to ASP.NET Security, Design and Development.
-
Mike Preradovic #1
Can't access COM+ Server in ASP.NET Page
Has there been some changes to security for XP in some of the latest security patches for XP??
I get a "Access to the registry key HKEY_CLASSES_ROOT\MYAPP is denied" error no matter what I do!!!
My System is:
a. Win XP Professional all latest security fixes;
b. Visual Studio .NET 2003
I have tried the following all to no avail:
a. In machine.config run the asp.net process as SYSTEM account - didn't work (it ran as SYSTEM, but still same error)
b. In machine.config run the asp.net as a privelaged user with admin rights- didn't work (it ran as SYSTEM, but still same error)
c. In component services, reduce security to nothing - still same error
I can write a Remoting wrapper around the COM+ service, but that makes no sense, as now I will have to do 2 hops, i.e. One from ASP.NET app to Remoting Server, and then DCOM from remoting server to DLLHost!!
Anybody know how to fix this???
Thanx
Mike Preradovic Guest
-
Restrict page access to parent page only (not by permissions)
I wish to restrict access of a pop-up page to parent page only. i.e. - if a request for "popup.cfm" comes from anywhere except "launch.cfm" then... -
cant get Restrict Access to Page server behaviour towork
All my asp pages have been working up until now. The first problem started when I put the Restrict Access to Page server behaviour on a page... it... -
an "access denied" page for unauthorised page access
I would like to show an "access denied" page when an authenticated user tries to access a page for which they are not authorised (role-based). ... -
Newbie needs code pages for SQL Server 2000 access from asp.net page using vb.net
I am only trying to connect to a local host . I am on Windows 2000 Server with sql 2000 server. My error is the classic "SQL server does not... -
SQL Server 2000, Exchange, COM-Add in for Outlook XP; Dynamically link ACCESS xp & SQL SERVER???
Can SQL Server 2000 manage the contacts in Exchange? Is there any connectivity between SQL Server and Outlook XP? Furthermore, can SQL Server...



Reply With Quote

