Vanity URL

Discussion in 'ASP.NET / ASP.NET Core' started by buckeyejefe, Aug 3, 2011.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am creating vanity url logic for my client. I handle the redirect in global.asa, but unless I have in IIS a folder with name it fails.

    mysite.com/VanityURL

    Then IIS says you got to have a folder VanityURL in root or you will get a 404. Create it and all is good, but I hate to muddy up my structure. Is this a security thing withing DAsp.net?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    1) are you using asp.net or asp?
    2) are you hosted on an iis6 / 7 server?

    You may need to configure wildcard mapping.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page