Microsoft Documentation - Where is the sample code?
I've recently been working heavily with Reporting Services, but there have been one task I've been putting off as I've done it once before (two years ago) and it scared the crap out of me. Creating a Custom Security extension to work with SQL Server Reporting Services 2005 so that I can use forms authentication from ASP.NET (and the SQL Server Membership Provider).
It should be relatively straight forward, Microsoft have written a tutorial which takes you through it step by step: -
http://msdn2.microsoft.com/en-us/library/ms160724.aspx
There's something wrong with this though, the sample code isn't online, it's available only via the local install of SQL Server Reporting Services. I don't appear to have these files ("The SQL Server samples are not installed automatically during setup. For instructions about how to install the samples, see Installing Samples.").
So Microsoft, to you I say: -
For now the gazebo must go and reinstall bits of his SQL Server just to get the sample code from his offline DVD onto his offline hard disk for an Article you've published online. Nice one*.
* That's sarcasm.
UPDATE: I believe I've found a cheat way to get them, the samples have been updated and the updates have been published! (SqlServerSamples.msi) http://www.microsoft.com/downloads/details.aspx?FamilyId=E719ECF7-9F46-4312-AF89-6AD8702E4E6E&displaylang=en
After installing the files are here: -
C:\Program Files\Microsoft SQL Server\90\Samples\Reporting Services\Extension Samples\FormsAuthentication Sample\cs\FormsAuthentication\