windows - make subdomain on IIS point to specific folder on other server -


i have domain have full access iis, , hosts main website. want make subdomain retrive files server (media temple grid hosting), in specific path.

for example: mysubdomain.domain.com (my iis server) files www.otherdomainandserver.com/sites/comunidade (media temple hosting)

i able set ip address on record, can't point correct folder has files, specific path.

any thoughts on that?

thank much.

  1. under main domain's (domain.com) website right click , add new "virtual directory".
  2. on add virtual directory dialog give whatever name (mysubdomain) want give in "alias" field. in physical path field give network folder's path , click ok.
  3. right click on virtual directory created in step 2 , select "convert application"
  4. make sure app pool identity under subdomain app running has @ least read access network folder.

remember can not map subdomain application's physical path virtual path other application's virtual path i.e.(www.otherdomainandserver.com/sites/comunidade). has physical path e.g. \\myotherserver\myfoldertomap


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -