How to place redirection script for sub domain

Discussion in 'DNS/Domain names' started by bandungr, May 14, 2012.

  1. Hi,

    My application doesn't have any .aspx files, instead .svc
    I have created a subfolder & copied the files into it.
    I am going to access the app in form of subdomain, like :

    http://subfolder.maindomain.com

    Where should I put redirection script? I did not find page_load event in that svc file.

    thanks,
    Samuel
     
  2. I think it would be better to put this on Global.asax, that way you don't have to mess with other page code..
     
  3. Thanks. I'll try it
     

Share This Page