If you want to use script tags for dynamic content in a master page, for example:
<%= DateTime.Now %>
and you recieve the following error:
Include the following in your web.config file to resolve this issue:
Can't read the web.config image (nor copy paste).
I have heard from some sources that this practice is frowned upon for security reasons. I'm guessing this COULD allow users with certain privileges to run code in their master pages they have added with sharepoint designer. Though, I could perhaps argue that if you can't trust them with spd access... maybe you should be able to trust them with this.
I meant to say "if you CAN trust them with spd access"...
Pingback from Links (6/28/2007) « Steve Pietrek’s SharePoint Stuff
Kevin,
Sorry about you not being able to read the images. I have attempted to resolve that in this post, please click on the image and it should open up in a new window in a more readable form.
Regards,
Rajiv
Of course, you can also update the master page in the filesystem..then code will be executed correctly.
Regards..