Please help w/ SmartClient using webservice

vbnetdev05

New member
Joined
Aug 19, 2005
Messages
2
Programming Experience
3-5
Hello,
I have developed a winforms application that is utilizing a webservice that I also developed. running the application locally works fine. When I deploy both projects to the production server it also runs fine (on my pc). But then access the application from a different pc I get an when the app is trying to call the webservice:

Request for the permission of type System.Net.WebPermission.

How can I fix this?

Thanks,
J
 
I think your .net security is set to high. you can set these in the control panel under .net wizards. Another solution is to implement Code Access Security which is slightly more difficult, but safer then opening up security on .net...
 
Back
Top