An Exception 'System.Security.SecurityException' has Occured in pIntegration.exe

C

Coder

Hi

My C# .Net Application runs fine on local machine, it s also runs fine on
windows 2003 server installed machine, but on my client machine, when I am
trying to run my application from mapped server path, It returns below error
message and Just In Time Debugger runs on client machine..

An Exception 'System.Security.SecurityException' has Occured in
pIntegration.exe

What should I do for running my app on my client pc from server's mapped
directory ?

Thanks a lot
 
J

Jianwei Sun

Coder wrote:

I think the exception tells exactly what you need to do.

The process owner (who starts the application) should be assigned enough
permission to run the application on the server.

If it's on the domain, check what kind of permission you have.
 

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