cancel
Showing results for 
Search instead for 
Did you mean: 

IisProxy Problem !!

Former Member
0 Kudos

Hi all,

I am trying to use IisProxy for publishing a BSP page of SRM on Internet

The page is located on server in MZ with url

http://srmportal.corporate.co.in/register

I have installed Iisproxy on a server in DMZ with hostname: proxy.corporate.co.in

and defined a redirect mapping of

http://proxy.corporate.co.in/register --> http://srmportal.corporate.co.in/register.

have been successful in installing the Iisproxy 1.6 on IIS 6.0 but the redirection fails to work.

Also i would like to know how i can get the traces generated for me for troubleshooting.

Can any one take a look at the Iisproxy.xml file and suggest any modufucations, which would help the redirection to work.

IISPROXY.XML

<?xml version="1.0" encoding="utf-8" ?>

<ISAPI-config version="1.6">

<filter name="IisProxy filter" />

<extension name="IisProxy extension" />

<mapping name="IIS Extension">

<source>

<protocol>http</protocol>

<prefix>/register/</prefix>

</source>

<target>

<protocol>http</protocol>

<host>srmportal.corporate.co.in</host>

<port>80</port>

</target>

<compress-types>text/html, text/plain</compress-types>

</mapping>

<config>

<source>

<protocol>http</protocol>

<host>localhost</host>

<prefix>/IisProxy/</prefix>

</source>

<source>

<protocol>https</protocol>

<host>localhost</host>

<prefix>/IisProxy/</prefix>

</source>

</config>

</ISAPI-config>

Thanks.

Cheers,

Chetan

Accepted Solutions (0)

Answers (1)

Answers (1)

jason_boggans
Active Contributor
0 Kudos

Dear Poster,

As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.

Best Regards,

SDN SRM Moderation Team