I get an HTTP 404 after installing imageresizer on windows 2008 server r2 x64. I installed the needed packages (e.g. IIS, Visual Studio) and tried to create an project. I didn't knew which type I should choose, so I choosed "empty project". I downloaded imageresizer and copied the needed library files to bin folder. I copied the Web.config in the document root directory. I then created a website with the IIS-manager and pointed the doc root directory to the project directory, where my Web.config lives.
I than started the webserver and tried to access the server using firefox. Anyways, I get an HTTP 404 response code with this request body:
Not Found
HTTP Error 404. The requested resource is not found.
Can anyone help please?