Hi All,

I have written a Web service (not WCF - client made me bin this version dont ask why). using VS2010 and I have set the Web Service target framework to 4.

In the main application I have successfully set a service reference to the web service and in development mode, all works fine.

I have used the Publish option of the solution to publish to our IIS 7 server and I have ensured that the 'Mark as IIS application on destination' set.

Moving over to the web server it seems to have deployed ok, I have created an application pool and set my application into this. When I go back to my main app and remove the initial service reference so that I can reference the published service, I receive an HTTP Status 403: Forbidden error.

Can anybody suggest where I go from here?