Sunday, February 3, 2013

How to allow inline code in a SharePoint site page.
Add the following to the application page web.config

<PageParserPath
    VirtualPath="/Library/*"
    CompilationMode="Always"
    AllowServerSideScript="true"
    IncludeSubFolders="true" />

No comments:

Post a Comment