OfficeClip Forums
»
Customer Corner
»
Good Practices (How To's)
»
IIS 7 Redirect home page to another page on the website
Rank: Administration Groups: Registered, Developer, Administrators Posts: 254 Location: Atlanta, GA
|
Sometimes you may need to redirect the OfficeClip Login Page to a custom page that you created. You can setup a redirection rule in the IIS to achieve this. For example if you want to change the default.aspx to systemtest.aspx you can do it by changing the location path on web.config file. Code:<location path="default.aspx">
<system.webServer>
<httpRedirect enabled="true" destination="https://localhost/ocwap/systemtest.aspx" />
</system.webServer>
</location>
|
|
|
|
|
OfficeClip Forums
»
Customer Corner
»
Good Practices (How To's)
»
IIS 7 Redirect home page to another page on the website
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The OfficeClip Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close