Error in Remoting

S

Satish A

Hi,

I'm writing a n-tier ASP.NET application with BusinessLogic as Remoting
Objects

While passing custom business entity object byref to remoting object methods
i'm getting following error

Please Help!!!!

Regards
Satish
Server Error in '/ATICWeb' Application.
----------------------------------------------------------------------------
----

Security Exception
Description: The application attempted to perform an operation not allowed
by the security policy. To grant this application the required permission
please contact your system administrator or change the application's trust
level in the configuration file.

Exception Details: System.Security.SecurityException: Request failed.

Source Error:


An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.


Stack Trace:


[SecurityException: Request failed.]
 
S

Satish A

How can I set that permission?

- Satish

Anand said:
Looks like your ASPNET user does not have remoting/serialization permissions.

Rgds,
Anand
VB.NET MVP
http://www.dotnetindia.com

Satish A said:
Hi,

I'm writing a n-tier ASP.NET application with BusinessLogic as Remoting
Objects

While passing custom business entity object byref to remoting object methods
i'm getting following error

Please Help!!!!

Regards
Satish
Server Error in '/ATICWeb' Application.
--------------------------------------------------------------------------
--
----

Security Exception
Description: The application attempted to perform an operation not allowed
by the security policy. To grant this application the required permission
please contact your system administrator or change the application's trust
level in the configuration file.

Exception Details: System.Security.SecurityException: Request failed.

Source Error:


An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.


Stack Trace:


[SecurityException: Request failed.]





--------------------------------------------------------------------------
--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top