If you are running other sites in your default port 80 site, you can
redirect by using a sub virtual directory.  An example:

Assume you org's name is Contoso and the server name is SCCM01

In the default website, create a sub virtual directory named Apps. Create a
DNS alias for SCCM01 to be Contoso (or anything you like really)

Then in the web.config of that Apps VD, you could put in:

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <httpRedirect enabled="true" destination="
http://SCCM01:8080/cmapplicationcatalog"; />
    </system.webServer>
</configuration>

In the above example you could also use
http://contoso:8080/cmapplicationcatalog since you setup the alias in DNS
that way.

So, when a user puts in

http://contoso/apps, they will be redirected to
http://SCCM01:8080/cmapplicationcatalog

It's just one idea. My trickery with IIS is limited, but it gets the job
done.



On Tue, Apr 21, 2015 at 9:13 AM, Marcum, John <[email protected]> wrote:

>  It's the custom port part that's tripping me up. I am also running sites
> on the default site BTW.
>
>
>
> *From:* [email protected] [mailto:
> [email protected]] *On Behalf Of *Ryan
> *Sent:* Tuesday, April 21, 2015 8:08 AM
> *To:* [email protected]
> *Subject:* Re: [mssms] DNS Alias for Application Catalog
>
>
>
> Here you go:
>
>
> http://blog.coretech.dk/rja/sccm-2012-software-catalog-easy-access-using-dns/
>
>
>
> On Tue, Apr 21, 2015 at 7:56 AM, Marcum, John <[email protected]> wrote:
>
> Is it possible to use a DNS alias or some other method to provide quick
> access to the application catalog? If so how? Mine is running on a custom
> website:
>
> http://myserver:8080/CMApplicationCatalog/#/MySystems
>
>
>
>
>  * ------------------------------ *
>
> *        John Marcum*
>
>             MCITP, MCTS, MCSA
> *              Desktop Architect*
>
> *   Bradley Arant Boult Cummings LLP*
>    * ------------------------------ *
>
>
>
>   [image: H_Logo]
>
>
>
>
>  ------------------------------
>
>
> Confidentiality Notice: This e-mail is from a law firm and may be
> protected by the attorney-client or work product privileges. If you have
> received this message in error, please notify the sender by replying to
> this e-mail and then delete it from your computer.
>
>
>
>
>
>
>
>


Reply via email to