Hi,
I have Just installed the RTM version of the 3.5 framework on my windows
2003 server. Shouldn't I see a "3.5" option in the ASP.NET tab on IIS
websites? There is only 1.1.4322 & 2.0.50727 versions.
Should I set my .NET 3.5 web services to 2.0.50727?
Kind Regards,
Asaf
...
more >>
Hello,
I have a question about restricting access to web services.
We have public web services which are available for clients to request data,
and we do have some private web services which expose some application
functionality. We would like to restrict these web services to be only ...
more >>
I've just begun programming web services in VS 2005 and I'm having a
problem seeing my new methods being exposed.
For example, when I run the following I still only see the HelloWorld
function despite having added ReturnMainPic to the class.
Imports System.Web
Imports System.Web.Servi...
more >>