.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.

i'm creating virtual directory management portal see in image.

please have try config virtual directory site/test1 on azure portal following screenshot

enter image description here

when push webapp azure, need include virtual directory path in site name , destination url sections on connection tab

enter image description here

after can visit webapp sitename/site1

enter image description here

we can check uploaded file azure kudu tool (https://sitename.scm.azurewebsites.net/debugconsole/?shell=powershell)

enter image description here


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -