I have my computer setup as an IIS server. Now I have been able to develop locally on this machine as I have Visual Studio and SQL SErver on this machine as well.

Now my boss would also like to create development pages using this machine as the host server.

The problem is now that when he creates a web application in visual studio and tries to run it he gets:

Error while trying to run project: Unable to start debugging on the web server. The project is not configured to be debugged.

Can anyone please tell me what am i doing wrong?

Thanks again.