R
Rodney
I have a web service that I'm using for several applications to
retrieve data from an oracle database. I have ASP.net pages and some CE
apps all accessing the web service fine. The web service is located on
a server that i have full control over.
When I'm adding new webmethods to the service I'd like to debug them
through a simple testing app I've made on my machine. Its just a simple
windows form with a control to the web service running on the server.
When i try and run the method I get a this error message:
"Request for the permission of type 'System.Net.WebPermission, System,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
failed."
in my CE applications I use a NetworkCredential with a user I created
on the server strictly for this service, and it works perfectly. The
same process does not work for my windows form app.
I have been copying the web methods code into app and debuging it that
way, but at some point down the road I will be creating some windows
applications that will need to access this or other web services and
I'd like to get this to work.
Thanks
Rodney
retrieve data from an oracle database. I have ASP.net pages and some CE
apps all accessing the web service fine. The web service is located on
a server that i have full control over.
When I'm adding new webmethods to the service I'd like to debug them
through a simple testing app I've made on my machine. Its just a simple
windows form with a control to the web service running on the server.
When i try and run the method I get a this error message:
"Request for the permission of type 'System.Net.WebPermission, System,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
failed."
in my CE applications I use a NetworkCredential with a user I created
on the server strictly for this service, and it works perfectly. The
same process does not work for my windows form app.
I have been copying the web methods code into app and debuging it that
way, but at some point down the road I will be creating some windows
applications that will need to access this or other web services and
I'd like to get this to work.
Thanks
Rodney