Archive for the "Uncategorized" category

 

Single Sign-on for ASP.NET 3.5 and Legacy ASP

 
Overview I got a task on setting Single Sign-on (SSO) for a ASP.NET site and legacy ASP site. For this, Ting Huang has written a very nice post on wwwcoder.com. The idea behind is to create a “bare bone” API for the FormsAuthentication class (without the need of HttpContext), and wrap it in a [...]

Continue reading

 
 

Multi-line Text boxes (Text area) behave incorrectly with Default Button in Firefox

 
Overview I open form with a default button and a Multi-line ASP.NET text box (text area) in Firefox 3. When I hit "Enter" key in the text area, I expect the text area to start a new line. However, the default button is triggered. Reference Multiline Textboxes and DefaultButton in Firefox

Continue reading

 
 

Development/Deployment Steps of Workflow in MOSS 2007 and WSS 3.0

 
Overview Both MOSS 2007 & WSS 3.0 supports workflow features. However, the steps in developing and deploying workflow in them are quite different. This is because two different types of Visual Studio Project templates are provided for MOSS 2007 and WSS 3.0 separately. According to my experience, MOSS 2007 can use both types [...]

Continue reading