As some of you already noticed: GotDotNet is now down and the code samples previously hosted there have been migrated to the MSDN code gallery.
For your convenience here are links to all my code samples:
MCMS
As some of you already noticed: GotDotNet is now down and the code samples previously hosted there have
Do you still have the sample code for "Solution to allow property editing when being in authoring mode"
This sounded like a spot on piece of code and very useful, but can no longer get hold of it!
Hi David,
sure! Check the list above. It is named "Property Authoring Server Control".
Cheers,
Stefan
Do you have any code or examples wherein I can write a console application that will extract sharepoint list data to my own (custom) sql table? I thought of doing this and putting in a batch so that it run every midnight.
Thanks a lot.
Hi PJ,
no I don't have such sample code.
Hello Stefan,
is there a way to support overriding application settings in channels? (just like overriding the root-web.config in a folder).
what is an "application setting"?
Can you give an example?
Hi Stefan,
I mean a configuration value in the web.config. What I need is to override a specific value for all pages shown in one channel.
In a CMS-less web application I would simply place a second web.config into the folder containing the pages. Can I do something similiar with a channel? Did I make my point clear? Thank you for your help!
Greetings,
David
what you would need to do is to create the virtual directory structure representing the same URL as the channel in IIS and then place the web.config there.
That should do the job.