Ask a Question related to ASP.NET Security, Design and Development.
-
John Dalberg #1
Medium Trust and oledb access
Hi
I am configuring a server for a shared hosting environment and want to lock
down the server. I changed the trust level to medium but all MySQL apps
can't access any MySQL database. I understand that oledb needs full trust.
Is there a way around this like changing a setting in the
web_mediumtrust.config file? One solution I read was to place database
access assmebly in the assembly. I don't really want to do this everytime a
programmer creates a new one.
My other questions is do I really need medium trust if all sites use
impersonation and and not allow overrides in machine.config? Is setting
impersonation enough for locking the sites so that they can't access the
registry, event log, files outside their folder.. etc?
J.
John Dalberg Guest
-
Debugging Trust Levels - Oledb
Hi There, I want to configure a custom trust level for asp.net that will essentially be the same as low trust except that it adds the ability to... -
ASP --> OLEDB --> Access db ?
On Wed, 3 Mar 2004 13:06:14 -0800, ChrisB <anonymous@discussions.microsoft.com> wrote: Don't use Access. :) Access requires the user to... -
Error while using OLEDB (Jet) for Access within ASP
Hi everbody: I am getting an error (message to follow) when using the following code within ASP: cst= "Provider=Microsoft.Jet.OLEDB.4.0;Data... -
OLEDB and an Access Db with a password
Hi All ISP has told me that I should be using OLEDB connections instead of ODBC to get better ASP > ADO > Access DB performance. After a visit... -
Error when trying to add an Access DB Record containing a Long Integer type field using OLEDB in ADO.Net
Hi All, I am trying to add a record to a datatable that is connected to an Access database. I had no trouble with string and date fields, but...



Reply With Quote

