First I'm so sorry If I ask the question with english language, I've site hosted on asphostportal.
IIS out of the box got Default Web Site with Physical Path "%SystemDrive%\inetpub\wwwroot"
I am building Web Deploy package with Visual Studio. And I am able to deploy it using .deploy.cmd to whatever application name I specify in .SetParameters.xml file:
<setParameter name="IIS Web Application Name" value="Default Web Site\MyApp" />
But physical path of that application is always inside of Default Web Site physical path. And application folder matches application name - MyApp.
After deployment I can move application into any folder and adjust App's Physical Path.
Is there any way to deploy application into folder other than default in the first place?