This topic is locked

ASPRunnerPro and QuickerSite CMS

9/17/2010 12:24:16 PM
ASPRunnerPro Tips and tricks
admin

Integrating ASPRunnerPro app with QuickerSite CMS is really a breeze. All you need to do is to add the following code to AfterAppInit event

'################################################"

if session("1882isAUTHENTICATED")=true then
'go on
else
response.clear

response.write "<p>You need to logon to the QS backsite first!</p><p>Login

via <a href='/backsite'>backsite</a>, next refresh this page...</p>"

response.end
end if
'##################################################


You can see how it works at http://www.asprunner.quickersite.com'>http://www.asprunner.quickersite.com

You can logon to the backsite with UK6HL3HH. Once logged in proceed to http://www.asprunner.quickersite.com'>http://www.asprunner.quickersite.com again to see how it works.