I created some virtual directories in my azure web app and downloaded the publish profile which contains the credentials for me to connect to the web app. I connected via FTP using filezilla but cannot see any of the virtual directories. All I see site/wwwroot. In the web app i created virtual directories for test1 using virtual path : /test1, physical path : site\wwwroot\test1. However i cant see these when logged onto FTP with filezilla??
Asked
Active
Viewed 515 times
0
-
1They don't get created for you since `wwwroot` is treated as immutable and is left totally under your control when deploying. – evilSnobu Aug 18 '18 at 08:56
-
ah so i will need to create them manually? – itye1970 Aug 18 '18 at 08:58
-
1They should be part of your deployment. If your deployment is a manual file copy operation, then yes. – evilSnobu Aug 18 '18 at 09:08