Webservice on IIS

Posted by dany on Stack Overflow See other posts from Stack Overflow or by dany
Published on 2010-06-06T17:20:18Z Indexed on 2010/06/06 17:22 UTC
Read the original article Hit count: 422

Filed under:
|
|
|
|

I have a webservice and a webform. A button invokes the webservice which reads a given process name from pid. This works fine in VS2008 but when I publish my project I dont get the name? How can I configure IIS to allow me to do so? or is there an alternative way i.e. wcf or wwf?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET