Webservice to an out of process server



WinXP Pro sp2
IIS 5.1
ASP.NET 2.0.50727
Visual Studio 2005

I wrote a simple (I thought) webservice that talks to a running application
that has an activeX interface.

Then I made a simple website to consume this web service. Everything works
fine when running in the Visual Studio web development server which runs
under my account permissions. But when I publish the web service to IIS the
web service fails to obtain the running process object.
This leads me to believe that it is a security issue with IIS. So I made
sure all the directories involved had admin privileges (NTSF) then added the
IWAM and IUSR and even the Guest account to be admin's. Under IIS the
Webservice as the Scripts and Executables permissions, but still no luck.

Are there any other security settings that I am missing?

Or is there some way to register the running process with IIS?

Thanks in advance.

Hank



.



Relevant Pages

  • WebService Returns Black Page When Invoking
    ... problems with webservices. ... Extensions installed and Visual Studio 2003. ... In Visual Studio I can create a new Web Service project, ... and all is created fine on IIS. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • web service returns blank page when invoking
    ... problems with webservices. ... Extensions installed and Visual Studio 2003. ... In Visual Studio I can create a new Web Service project, ... and all is created fine on IIS. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Help connecting to Access DB from web service
    ... The Access database is located on a different server than ... While developing / debugging the web service is hosted on my development ... When deployed it is being host with IIS. ... What are the differences between the 'ASP.NET Development Server' and IIS ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Help connecting to Access DB from web service
    ... so there is no compelling reason not to use it. ... The Access database is located on a different server than ... While developing / debugging the web service is hosted on my development ... When deployed it is being host with IIS. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Webservice to an Out of process server
    ... I've create a COM server in VFP which I try to access from a Webservice ... If you want to run executables on IIS from a script (i.e. an ASP, ASP.Net, ... well as Web Service Extension for the appropriate Script Engine. ...
    (microsoft.public.inetserver.iis.security)