I've written a simple web service and deployed it to a server on my local
network. However, when I try to add a web reference to it in a VS2005
project on my dev machine, I am unable to. When I use the "Add Web
Reference" dialog and enter the URL to the web service, I get a "The page
canno...
more >>
I am configuring my web service with Web.config using windows
authentication. I want to limit the web service permissions by using the
allow / deny roles authorization. I have added the following in my
web.config:
<authentication mode="Windows" />
<authorization>
<allow roles=...
more >>
Hi all,
tough question. Apologies for the cross posting but it is an interesting
architectural problem and I think deserves a wide audience.
What is the best way to extend web service proxy classes so we can add
our own methods and properties?
We have an application that passes...
more >>
Hi All,
I have made a webservice in C# and it works fine in my machine. I ran into a
crazy problem when I wanted to deploy it in windows 2003 server. I have run
"aspnet_regiis.exe -i" to make sure that the extensions for .asmx file etc
are in place. I am getting http 404 when I give the url...
more >>