Hi I am new to LiveSite.
I am deploying a existing .net website on Livesite runtime display service.I am able to run .page and .aspx both on the iis but I have some URL rewritting logic written in my existing projects global.asax file.
Is there any way I can run that logic at the start of request. If i replace the global.asax of LiveSite Runtime display service with my existing global.asax then I am not able to run pages with .page extensions and getiing below error.
IllegalStateException
The WebApplicationContext has not yet been initialized. at com.interwoven.livesite.spring.web.WebApplicationContextUtils.getBean(String pId) in WebApplicationContextUtils.java:line 81 at Interwoven.LiveSite.Runtime.Web.Module.LiveSiteRuntimeModule.ProcessRequest(Object source, EventArgs e) in c:\BF\P4.TS7.4.1\140\src\livesite\dotnet\Interwoven.LiveSite.Runtime\src\Interwoven\LiveSite\Runtime\Web\Module\LiveSiteRuntimeModule.cs:line 105 at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
http://172.28.121.40:85/sites/IN/EN/first.page
Thanks
Tushar_p