WebService, SDK

  • Thread starter Thread starter NET_NET_2003
  • Start date Start date
N

NET_NET_2003

Hi all,
I want that when my ASP.NET WebService receives a request, that it
calls a Platform SDK method (e.g. t do something with the Network
Card.). But I always receive an error when the SDK method will be
called, although I have tested this but simply with a console
application.
Is this not possible to be performed by a web service??

Thank u all :)
 
It wont have the same permissions as you do, whihc is usually the cause if
it works from console and not from web. Try setting the web service
application to run as an authenticated user ie you and see if that helps.
One thing to bear in midn is that the web account does not have universal
rights and even runnignas admin cant do everything you can.

--
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