.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

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -