.net - Create virtual directory on same azure web app -
i have application running on azure, need have application copied different users can access example site.com/s1 , site.com/s2 , use them separate. application same, database change.
i tried create virtual directory app same error every time: "the physical path virtual path '/s1' invalid."
i tried creating physical directory ftp , can see new directory, azure don't recognize physical one.
i have wwwroot/s1 wwwroot/s2 , access apps way explained before.
please have try config virtual directory site/test1
on azure portal following screenshot
when push webapp azure, need include virtual directory path in site name , destination url sections on connection tab
after can visit webapp sitename/site1
we can check uploaded file azure kudu tool (https://sitename.scm.azurewebsites.net/debugconsole/?shell=powershell)
Comments
Post a Comment