I have a shared server with IIS 8.5. its already running a website on like www.domain.com. I want to create a new website in visual studio 2012 and upload it on the server. the new website will not be directly uploaded to the root but a folder on root named subweb.
I want the sub website to access its own assemblies and have its own references. It should be accessible on the server with www.domain.com/subweb/default.aspx. I don't want to make any changes to the existing web project running on the root. How can I do that?