I am trying to create a new directory in my local IIS, and what I want is to able to run my website as www.localsitename.com/mywebsite where the mywebsite is an application in IIS configured to my application location(C:\mydocument\folder....)
usually in VS 2010 I used to edit the project file and add entry in the in the IISUrl but when I try the same thing in VS 2012, I get an error can't create virtual directory, and they suggest that it must use the localhost.
Is there anything I am missing here?
Regards
localhostreplaced with whatever server your app is hosted on. The virtual paths would be the same though. Perhaps you're looking to rename your localhost?