Header Ads

Allow Coding Blocks in Sharepoint 2007

Add the Following tag to web.config for allowing Code Blocks in Sharepoint 2007
<PageParserPaths>
<PageParserPath VirtualPath="/*" CompilationMode="Always" AllowServerSideScript="true" IncludeSubFolders="true" />  
</PageParserPaths>

1 comment:

Powered by Blogger.