logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
View
Go to last post Go to first unread
skdutta  
#1 Posted : Monday, March 24, 2014 2:13:59 PM(UTC)
Rank: Administration
skdutta
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>

SK Dutta,
Architect OfficeClip LLC,
Web-based Business Software,
Ph: +1-770-448-7375,
Web: https://www.officeclip.com

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.