Archive for May, 2008:

Encrypt and Decrypt Web.Config (Connection Strings, etc) from ASP Page

Example:
How to encrypt/decrypt connectionStrings and SessionState section on Web.Config file?
This is a codebehid sample script written on C# to perform Encrypt and Decrypt procedure against few items on Web.Config file. Single ASP.NET page can perform this task easily, so you don’t have to write any code in command prompt.
Declare this namespace:

using System.Web;
using System.Web.Configuration;
using System.Web.Security;

The code:


private [...]

Tags: , , , ,

Leave a Comment

Web GIS with MapGuide Opensource 1.2

I found that the simple and low cost way to setup, produce, run and maintain a Web Geographic Information System (GIS) is by using MapGuide Opensource (server) and Autodesk MapGuide Studio (Author).
Screen shot Note: The spatial data is based on esri shape file (shp) and automatically transform into sdf (autodesk spatial data file) for better [...]

Tags: , , ,

Leave a Comment

Sharepoint Service 2.0 and SharePoint Portal 2003 BUG!

In my opinion, Sharepoint Portal Server 2003 (SPS 2003) is a superb! Content Management System (CMS) and Collaboration Portal for Intranet. It’s build (runs) on top of Windows Sharepoint Service 2.0 (WSS 2.0). It’s very suitable for Knowledge Management. You can throw almost any kind of document, collaborate and find it again just a second.
BUT [...]

Tags: , , , , , ,

Leave a Comment