Hi, I am trying to implement inline code in sharepoint default page (The default page doesnt have a corresponding CS page).
While doing so , I get the following error
Code blocks are not allowed in this file.
I updated the web.config of the site to include
While doing so , I get the following error
Code blocks are not allowed in this file.
I updated the web.config of the site to include
<
PageParserPaths AllowServerSideScript="true" CompilationMode="Always" VirtualPath="/ShipOwnerPortal/*" IncludeSubFolders="true">
</
PageParserPaths>
But still no result.
Please help....