November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Adding the App_Browsers directory seems to have solved it. It was missing.
Could someone explain why it solved the problem?
Not sure why it solved the problem but i know that episerver use an browser-file that should be in that folder the files should look something like this:
<browsers>
<browser refID="Default">
<controlAdapters>
<adapter controlType="System.Web.UI.HtmlControls.HtmlHead" adapterType="EPiServer.UI.WebControls.ControlAdapters.HtmlHeadAdapter" />
<adapter controlType="System.Web.UI.HtmlControls.HtmlForm" adapterType="EPiServer.WebControls.ControlAdapters.HtmlFormAdapter" />
</controlAdapters>
</browser>
</browsers>
If i understand correctly EPiServer will change the default to beeing a episerver htmlhead instead of ordinary .net. And this is done by the adapter. It might be cause of the rightclick menu etc. not sure though
This blogpost they change some defaultproperties of episerver via a controladapter: http://blog.mathiaskunto.com/2012/03/05/being-friends-with-the-propertycontrolclassfactory-or-101-ways-to-change-episerver-built-in-property-appearances/
I'm on the url www.mysite.com/sv/MINA_SIDOR/verkanmalan_upphovsman
and click a button that triggers an update panel, which then tries to go to www.mysite.com/sv/MINA_SIDOR/verkanmalan_upphovsman/VerkPageManus.aspx
Obviously this breaks since there's no such physical path.
How can I debug this?