Tried using the iis6 config file and iis7 config file with changes to classic
but... when surfing to the content like en/events i get 404
when i surf to UI/edit i get 500 error
any1 tried it ?
added
<add name="aspnet" path="*" verb="*" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" resourceType="Unspecified" requireAccess="None" preCondition="classicMode,runtimeVersionv2.0,bitness32" />
And it's started working
:)
but is integrated mode is better for episerver ?
Do you have any hints about that the Alloy Sample EPiServer demo site cannot be shown under Integrated mode?
It can be partial shown under Classic mode(some components such as images cannot be rendered and edit mode cannot be entered).
Do you know how to address this?
I am using Windows Server 2012 VPS and EPiServer Server 7.
Ben: Why do you want to run your application in classic mode? Not sure if EPiServer 7 supports that.
my original question was to EPi 6
the root cause of the issue was using an 3rd party isapi module that must be run in classic mode.
i"m not sure about episerver 7.....
my original question was to EPi 6
the root cause of the issue was using an 3rd party isapi module that must be run in classic mode.
i"m not sure about episerver 7.....
Hi Johan,
I do not want to run my application in classic mode ! I want to run in integrated mode !! But under integrated mode , I cannot even open the website! But once I changed to classic mode, then at least there is something shown up. Because of this, so I asked that question.
My initial purpose is making it running under integrated mode.
Johan, can you refer to this thread? http://world.episerver.com/Modules/Forum/Pages/Thread.aspx?id=70508
http://world.episerver.com/Modules/Forum/Pages/Thread.aspx?id=70535&epslanguage=en
Ben
How can i change epi default (public template) web config to running under classic aplication pool ?