Programming, error messages and sample code

How to fix "Parser Error Message: Could not create type 'WebService1.Service1'." on web service site

Programming, error messages and sample code > ASP.NET

When you publish your site to hosting account, and got the error below

Parser Error Message: Could not create type 'WebService1.Service1'.
The error mostly because you are missing the code behind class, put assemblies to site bin folder should fix it.

Create BIN folder in your site root folder, and move your .dll files to the new folder.