WSS3, MOSS, Winfx (err... .Net 3.0) and fun...
I just spent a couple days in a class last week for Windows SharePoint Services 3.0 (WSS3) and Microsoft Office SharePoint Server (MOSS). I went because my boss (Jon Goodyear — MS Regional Director) thought it would be good for some more of us (ASPSOFT consultants) to develop some SharePoint skills… especially in light of some of the changes in SharePoint. The biggest change, in my mind, is that MS Content Management Server is no more. Also, in case you’ve missed it… FrontPage is no more as well… Long live SharePoint! (well, until its replacement comes along)
So what’s the difference between the...
How To: Enable Microsoft ASP.NET Ajax Betas on an existing site
[Old article warning... you are probably looking for this.]
[I updated this today (11–17–2006) for the MS Ajax Beta 2/November CTP bits…
Here are the changes between Beta1 and Beta2 (and September CTP Beta 1 and November CTP Beta 2)
New HttpHandler – ScriptResource.axd — which is found in the httpHandlers section within the Web.Config section and looks like this:
<add verb="GET" path="ScriptResource.axd" type="Microsoft.Web.Handlers.ScriptResourceHandler" validate="false"/>
and in handlers section of within the Web.Server section and looks like this:
<add name="ScriptResource" verb="GET" path="ScriptResource.axd" type="Microsoft.Web.Handlers.ScriptResourceHandler" />
That’s all the changes for now]
With the advent of the new Microsoft ASP.NET Ajax Extensions v1.0 Beta, all the old ways of...