D
DC
Hi,
I have a solution with an ASP.NET project and a business and a data
layer in separate projects. The following code
string test = System.Diagnostics.Process.GetCurrentProcess().ProcessName;
runs fine in the ASP.NET app and in the business layer, but throws a
security exception in the data layer. I don't know what's different in
the data layer, after all I did not specify any CAS rules or the like.
There is also no app.config for the datalayer.
Where else could this CAS rule be specified? Thanks for any hint!
Regards
DC
I have a solution with an ASP.NET project and a business and a data
layer in separate projects. The following code
string test = System.Diagnostics.Process.GetCurrentProcess().ProcessName;
runs fine in the ASP.NET app and in the business layer, but throws a
security exception in the data layer. I don't know what's different in
the data layer, after all I did not specify any CAS rules or the like.
There is also no app.config for the datalayer.
Where else could this CAS rule be specified? Thanks for any hint!
Regards
DC