Hi,
If all the IIS stuff is installed, next step is to check the application setup and deployment.
Assuming you deployed the Catalog application to a new virtual folder, did you:
- Remember to convert that folder to an application within IIS ?
- Remember to include web.config as part of your deployment ?
- Remember to include all the contents of the Bin folder as part of your deployment ?
- Remember to deploy other necessary folders (think Resources folder is needed and some parts from Controls and Categories folders too).
You should also review the tutorials and short steps listed in this article here, to see if you forgot something.
Hope this helps,
Palli