You can certainly setup redirection per application in IIS. There is a metabase property that allows you to setup redirection however you like. The details on how to do this (albeit for a website, it can also apply at lower levels like vdirs, etc.) is
covered in the following
Setting up Website Redirection. I also like
David's blog on the topic and should be able to help you.
If this doesn't really help, please let me know -
Thanks,
~Chris
Program Manager
IIS Product Unit (Microsoft)
phdhiren
6 Posts
renaming url like .htaccess
Dec 19, 2006 12:49 PM|LINK
Hello great minds there at Microsoft,
I don't know my request is proper or not,
Or already having answered with newer version
There should be configuration of renaming url (like .htaccess in apache ), with our IIS
Is it possible with IIS, please forgive if It is unusual demand..
.htaccess IIS
http://www.i3brains.com
chrisad
289 Posts
Re: renaming url like .htaccess
Dec 19, 2006 11:23 PM|LINK
Hey-
You can certainly setup redirection per application in IIS. There is a metabase property that allows you to setup redirection however you like. The details on how to do this (albeit for a website, it can also apply at lower levels like vdirs, etc.) is covered in the following Setting up Website Redirection. I also like David's blog on the topic and should be able to help you.
If this doesn't really help, please let me know -
Thanks,
Program Manager
IIS Product Unit (Microsoft)
BANDERS66
1 Post
Re: renaming url like .htaccess
Apr 07, 2008 05:31 PM|LINK
I suggest using ASP code, the entire file would look like this:
<HTML><BODY><%@ Language=VBScript %><%Response.Status="301 Moved Permanently"
Response.AddHeader "Location",http://www.idautomation.com/aspbarcode/%>
</BODY></HTML>
Works great for us, and you never have to worry about configuring IIS.
cltwhite
1 Post
Re: renaming url like .htaccess
Apr 19, 2011 12:29 PM|LINK
Ya I was also thinking of such feature but I dont think IIS support renaming url. May be Microsoft will find some other new solution for it.
flogger123
1 Post
Re: renaming url like .htaccess
Jan 23, 2012 03:53 PM|LINK