Good morning, I am try to make a redirect type file to an specifict url. Ok,
perhaps is better tell an example, let's go...

I want that the people which connect to my web sever an try to get type file
namefile.aaa, be redirect to
http://myserver/miFileProcessor.aspx?file=\namefile.aaa, ok i can do it if i
go for each file in the iis manager and change its file propetis,. but i
hope there are another solution.

Can some help me?? Thanks.

Re: How make a type file redirect?? by David

David
Fri Jan 21 22:03:34 CST 2005

Perhaps HTTPRedirection can help.

http://www.microsoft.com/resources/documentation/iis/6/all/proddocs/en-us/ref_we_redirect.mspx

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Dani" <danielgarciagomez@hotmail.com> wrote in message
news:ugAKl15$EHA.3124@TK2MSFTNGP11.phx.gbl...
Good morning, I am try to make a redirect type file to an specifict url. Ok,
perhaps is better tell an example, let's go...

I want that the people which connect to my web sever an try to get type file
namefile.aaa, be redirect to
http://myserver/miFileProcessor.aspx?file=\namefile.aaa, ok i can do it if i
go for each file in the iis manager and change its file propetis,. but i
hope there are another solution.

Can some help me?? Thanks.