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