Can an ASP.NET page be a WebService also?

Posted by halivingston on Stack Overflow See other posts from Stack Overflow or by halivingston
Published on 2010-04-28T06:18:53Z Indexed on 2010/04/28 6:23 UTC
Read the original article Hit count: 160

Filed under:

I know it's a little odd, specifically because a Page inherits from the System.Web.Page (or something) and a WebService inherits from System.Web.Service (or something).

But just thought I'd ask if there is any way to do this? Does anyone have suggestions to do this?

© Stack Overflow or respective owner

Related posts about ASP.NET