asp.net - IIS redirect from Default Web Site -
i have following applications structure
default web site (localhost/)
first application (locahost/application1)
second application (localhost/application2)
default web site showing iisstart.html now.
want redirect user when goes localhost/ directly localhost/application1.
url rewrite rule pattern ^http(s)?://localhost(:80)?/$ , rewrite url http://localhost/application1.
url rewrite rule default web site doesn't work.
also, i've tried enable http redirect, "only redirect request content in directory" checkbox checked, applies applications.
help, please?
Comments
Post a Comment