cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Summary

How do I use a URL without the /ESD for a redirect?

Synopsis

This article discusses how to use a URL for App Portal without the /ESD for a redirect.


    Discussion

    When you create a DNS alias such as softwarestore.company.com you will still have to append the /ESD virtual directory manually in order to load SCCM Self Service.

    The way to avoid this is to use a redirection script. A redirection script is the file that loads by default when you access the default web site on the server that the dns address points to.

    The script will redirect all requests to softwarestore.company.com to softwarestore.comany.com/esd thus making it transparent for the user.

    Use this process if you get an "Under Construction" when you attempt to access http://softwarestore.comany.com or http://servername

    1. Create a file called default.asp
    2. Enter a single line as follows: <% Response.Redirect("/ESD") %>
    3. Save the file and place in the folder that the "Default Web Site" points to (typically InetPub\wwwroot)
    4. Redirection should work now. If it does not check IIS Manager and ensure that "default.asp" is at the top of the Documents list.
    Was this article helpful? Yes No
    No ratings
    Version history
    Last update:
    ‎May 25, 2012 03:44 PM
    Updated by: