Blue Blip

Thoughts Technologies Ramblings Learning & Sharing

Browse by Tags

All Tags » .NET » ASP.NET (RSS)
Impersonating Network Share (UNC) Path Access
One of the features of the ASP.NET application that I am currently working on requires copying dynamically generated files to a network share path. As guessed(!), the user identity of the ASP.NET worker process (IIS application pool, in case of Windows...
Posted: Mar 01 2007, 06:22 AM by Siva M | with no comments
Filed under: , ,
ASP.NET AJAX 1.0 Source Code Available
If you too are interested in looking at the internals of ASP.NET AJAX (Atlas), download the source code at http://www.microsoft.com/downloads/details.aspx?FamilyID=ef2c1acc-051a-4fe6-ad72-f3bed8623b43&DisplayLang=en Great material if you want to see...
Posted: Jan 31 2007, 12:38 AM by Siva M | with no comments
Filed under: ,
SetFocusOnError in ASP.NET 1.x
One of the cool features in ASP.NET 2.0 is the ability to set focus to the input control having invalid input. This is accomplished by setting the SetFocusOnError property of the associated validator control(s) to true . However, the same feature can...
Posted: Aug 11 2006, 01:33 AM by Siva M | with no comments
Filed under: ,