Posts Tagged ‘.NET’

ASP Parser Error

More “dreaded” errors in SharePoint. We started receiving the this fun error when loading one of our portals:

Server Error in ‘/’ Application.
Runtime Error
Description: An application error occurred on the server.[...]

(more…)

Ajax CalendarExtender Cropping Off Days

I’m currently working on a project to extend SharePoint’s capabilities with some C# .NET stuff. This is been quite the learning experience for me, since I’m not a developer or programmer by any stretch of the terms.

The latest oddity that I’ve run into is with the CalendarExtender. It’s supposed to look like this:
goodcalendarextender

However, at some point it started looking like this:
croppedcalendarextender
(more…)

ASP.NET v2.0 Not Appearing in IIS

Lately I’ve started performing more server builds with MOSS 2007 installs and I’ve noticed a trend.

SharePoint requires the ASP.NET v2.0 to be registered in the IIS Web Service Extensions and set to “Allowed.” If this is not the case, the SharePoint installation will error out – simple as that. It seems pretty common to find .NET 2.0 installed but not displaying in IIS. I’ve found the solution a number of times over across the ‘net (quick and easy!) but not the answer to “why did this happen on this server but not the other?” (more…)