Tom
Fri Jun 04 09:04:25 CDT 2004
"Ramesh Pillai" <ramesh.pillai@infrasofttech.com> wrote in message
news:%23ZM9WejSEHA.2128@TK2MSFTNGP11.phx.gbl...
> Hi
>
> am in process of transferring my site from java to aspx..
> M using win2k/sp4/iis 5.0/with dot.net framework 1.1.
>
> I want my old java url to redirected to the new url...
> my java url is
> https://www.abc.com/prod/servlet/ShareWeb?name=EBPLogin
>
> to my new aspx url
>
> https://www.abc.com/Global/EBP/Login.aspx
>
> I have tried all the option in IIS seems not to be working.....
> Any other way, like writing scripts etc.. then how to would be helpful
Why not just map all requests for https://www.abc.com/prod/servlet/ to
https://www.abc.com/Global/EBP/Login.aspx?
In the IIS MMC, bring up the properties dialog for the /prod/servlet/ folder
and on the Directory folder select "A redirection to a URL" and redirect to
https://www.abc.com/Global/EBP/Login.aspx and select "The exact URL entered
above".
--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserver2003/community/centers/iis/
>