Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Part SecurityException ???

Status
Not open for further replies.

cyrus71

Programmer
Feb 6, 2006
34
SE
Hi,

when my web part trying to connect my web service I get "System.Security.SecurityException".

all is about this,

try
{
WSRef.TheWS MyWS = new MyWebPart.WSRef.TheWS();
}
catch
{
here is exception.
}

what must i do?





}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top