WCF Service Hosting

So, I am new to WCF Services, and I need to create a dulplex service (working on it), however I cannot figure out where / how to place it (external). Right now I'm using http://aspspider.com for my hosting, which works great, but I'm having trouble accepting a working wcf application.

I found this example that I will use to help me work. I tried just loading the service in aspspider, but I am getting an error.


Configuration Error Description: An error occurred while processing the configuration file needed to service this request. Review the specific error information below and modify your configuration file accordingly.

Parser error message: The error in using a partition registered as allowDefinition = 'MachineToApplication' exceeds the application level. This error can be caused by the fact that the virtual directory is not configured as an application in IIS.

Source Error:

Line 29: ASP.NET to identify an incoming user. Line 30: --> >>>Line 31: <authentication mode="Windows"/> Line 32: <!-- Line 33: <customErrors> section enables configuration 

The service runs fine locally, so I just need help to get it working on aspspider (or if you have a better option).

+4
source share
1 answer

I use Station5.net as my host and have never had any problems with them.

0
source

All Articles