Reputation: 1848
I am copying my website from my local Visual Studio to IIS on a webserver. The files copy fine, but when I open IIS, the folder I copied appears under my website, but also under Default Web Site. The folders are not in two places on the drive (both folders point to the same location) but they are listed twice in IIS. Why is this happening?
Upvotes: 0
Views: 424
Reputation: 47
can you check if you have folder on this location as well : C:\inetpub\wwwroot . this is the default website home directory for IIS .
Upvotes: 0