namxam
12-04-2007, 10:14 AM
Well, now that I finally got the host.service running, I had to realize that what I really needed was the HttpHandler. Bad luck, but at least I will know it for the future ;) Or does anyone knows a way how to get run the service on the same port as IIS (80) without interfering?
The problem I am facing is that the site is access directly and through a proxy. Unfortunately, this proxy only accesses pages on this very server on port 80. So the solution I am thinking about is using the HttpHandler and provide the service functionality in a VirtualDirectory.
So far I got Dream running without any error messages - until I try to actually access a service. No matter what service I try, the log states, that the feature could not be found. my config looks like:
<appSettings>
<add key="service-dir" value="C:\DreamServer" />
<add key="root-uri" value="http://localhost/services"/>
<add key="apikey" value="12345"/>
<add key="script" value="C:\DreamServer\startup.xml" />
</appSettings>
I tried several settings but did not really manage to get rid of the problem. So any ideas why this isn't working? I cannot even call the host service to check any configuration options.
The problem I am facing is that the site is access directly and through a proxy. Unfortunately, this proxy only accesses pages on this very server on port 80. So the solution I am thinking about is using the HttpHandler and provide the service functionality in a VirtualDirectory.
So far I got Dream running without any error messages - until I try to actually access a service. No matter what service I try, the log states, that the feature could not be found. my config looks like:
<appSettings>
<add key="service-dir" value="C:\DreamServer" />
<add key="root-uri" value="http://localhost/services"/>
<add key="apikey" value="12345"/>
<add key="script" value="C:\DreamServer\startup.xml" />
</appSettings>
I tried several settings but did not really manage to get rid of the problem. So any ideas why this isn't working? I cannot even call the host service to check any configuration options.