As we will see in SharePoint 2003, it was not possible to add a simple piece of
server side code in the content pages. But in SharePoint 2007 adding server
side code to the content pages is possible. This can be achieved by modifying
the web.config file. In the web.config file you can find <PageParserPaths> tag
where we need to add some lines of code.
<SharePoint>
<SafeModeMaxControls="200"CallStack="false"DirectFileDependencies="10"TotalFileDependencies="50"AllowPageLevelTrace="false">
<PageParserPaths>
<PageParserPathVirtualPath="/*"CompilationMode="Always"AllowServerSideScript="true"IncludeSubFolders="true"
/>
</PageParserPaths>
</SafeMode>
Thanks,
Bijayani
To know about SharePoint 2010 Migration, feel free to visit:
http://www.mindfiresolutions.com/sharepoint-development.htm
--
Posted by "bijayani" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread:
<http://www.nuxeo.org/discussions/thread.jspa?threadID=3368#11677>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm