I\'m trying to host my service with IIS 6 but I keep get this exception.
Server Error in \'/WebServices\' Application.
----------------------------------
I practically solved the same issue . Here is my suggestion -- The error means that the object referenced in the Service attribute is not found. For the object to be found, the application or library must build output to the bin folder.
You can edit property page of the application and specify the output path to 'bin'.