public Blog MyNotepad : Imho
{
}
Browse by Tags
All Tags »
Out of control »
ASP.NET (
RSS)
-
|
This is my third post with this title. What started as quick command line fix has grown into something huge, including top numbers of hits and comments here on Codebetter. So it's worth continuing. An asp.net 1.1 installation on IIS can get broken...
|
-
|
With .NET 2.0 writing code which uses the IIS webserver to send mail has become even more powerful. The System.Net.Mail namespace has some rich classes. private static void SendMailWithIIS( string subject, string body, string to) { MailMessage message...
|
-
|
In the Crystal days adding reports to an asp.net application could give you quite a hard time. Having dropped crystal in favor of sql reporting services (so far) just annoying little stuff keeps me busy. In this post I'll demonstrate how to add RS...
|
-
|
November last year I posted a story with this title . It was a fix for the error messgae above. I wasn't the only one having this problem, over time many many comments and comments on the comments were added. It should be turned into a Wiki . In this...
|
-
|
Recently my neighbour Warnar blogged a little on sending mail from an app. He explained how to use the smtpserver on the webserver. Recently I needed some mail functionality on the client machine. A web-page should start an email message to be sent by...
|
-
|
I had updated a project from VS.NET 2002 to 2003. No big deal, till the moment I checked the (Crystal) reports. It took me some time to find out so let me share this with you. In web.config theres is this section < compilation defaultLanguage ="c#"...
|
More Posts