Wednesday, March 18, 2009

How to host an asp.net webpage as service?

Generally hosting .aspx page as services is not suggested as Web Service is especially built for this purpose. However, in some scenario this is likely to avoid an extra layer of SAOP because of Web Services protocol and to avoid adding reference to the consuming clients.

Read more at http://www.dotnetfunda.com/articles/article287.aspx

Author: SheoNarayan

0 comments: