Use Web Services in ASP.NET to get data from my PC?

  • Thread starter Thread starter Tianji
  • Start date Start date
T

Tianji

Hi, everyone!
In ASP.Net web application, can I use Microsoft Web
Services to get data from my PC? If yes, how?
Any suggestion or advice would be deeply appreciated.
Thanks!
Tianji
 
Your question is somewhat confusing - in theory yes, you would need to be
running IIS with ASP.NET installed on your PC, but you could get data from
your PC via a web service assuming you wrote the methods correctly that
would be accessibe to asp.nte applications.

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
 
Back
Top