I have been given a C# application by a friend. This application performs blog posts to my website automatically. The only problem is that in order for me to run the application, I need to use IIS (When I ran the application the first time one of the projects inside the solution was "unavailable" and I was notified that the application was configured to use IIS).
My question is, now that I have installed IIS on Windows 7, how do I now configure IIS to host the C# application?
Help would be greatly appreciated. Kind regards.
