VS: it is impossible to create the site "...". Found '

I have a problem creating a website. This is the first time I use IIS Manager. I read it in a book (E-commerce in Asp.net 3.5). I follow the step-by-step descriptions ... but Visual Studio 2010 displays this error message: "Unable to create site" http://www.example.com. In google, I did not find the correct answer about this.

Here is my VS error message screen

Here is my IIS configuration screen

Yes, VS Run as administrator

Finally, sorry for my new englis :-)

Please help me, I want to find out today: -D

+2
source share
1 answer

Have you tried to remove the website www.example.com from IIS Manager? The error message means that the website already exists (hence, "found"), and Visual Studio cannot create the website.

+2
source

All Articles