Archive for August, 2005

Saturday, November 29, 2008 10:16

Sending email in .NET with System.Web.Mail

The site is entirely devoted to sending of mail from .NET with use System.Web.Mail . Contains the big number of articles and very detailed FAQ.
Complete FAQ for sending email in .NET with System.Web.Mail

Bookmark It

Hide Sites

$$(‘div.d699′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Saturday, November 29, 2008 10:16

Installing Enterprise Library on shared web hosting

If you develop web applications which use Enterprise Library that it is necessary to prepare it, but you will need to recompile the code .Just go into the Project Properties dialog for the Common project, and under Configuration Properties\Build, find the Conditional Compilation Properties property and remove ;USEWMI;USEEVENTLOG;USEPERFORMANCECOUNTER . Once you recompile, the  Enterprise Library [...]