Smart Client security issue

S

Stef

Hello people,
I am having problems getting my smart client app to run. First I
got a problem about permissions... So I've searched newsgroups to find
out a solution and I was pointed to a MS KB which help me get through
it by strong naming my assemblies. Since I use Microsoft Application
blocks for the data access, I had to recompile them (Data,
Configuration and Common) with strong names as well.

Everything compiles right but now, when I run the application, I get
this error "Security Error"...
My web server which hosts the application is on my local computer right
now and I've set the security to use integrated authentication.

What am I missing here?

Regards,

Stef
 
D

Dmytro Lapshyn [MVP]

Hello,

Looks like you need to create a code group with evidence based on the strong
name you use, and then grant the FullTrust permission set to this code
group. This will have to be done on all computers where the application is
going to be deployed.
 

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