.net - Can an ASP.NET 2.0 Web site reference WCF Web Services? -
our company has web site deployed in windows 2000 os, means install .net 2.0 on machine. upgrading webserver os out of question, since web server hosts other web applications in our country. part of our it's policy, security reasons web sites not allowed directly access data our database. 's why comply restrictions, have server web services deployed. "app server" has .net 3.5 sp1 installed, hence wcf services possible.
my question if possible add web reference on wcf web services through our asp.net web site hosts .net 2.0.
of course can. if wcf service uses basichttpbinding
binding, compatible soap 1.1 clients, including "add web reference".
Comments
Post a Comment