Click here to Skip to main content
15,896,285 members
Home / Discussions / C#
   

C#

 
QuestionHow do you get the file name?? Pin
Muammar©15-Dec-08 20:43
Muammar©15-Dec-08 20:43 
AnswerRe: How do you get the file name?? Pin
Brij15-Dec-08 20:58
mentorBrij15-Dec-08 20:58 
AnswerRe: How do you get the file name?? Pin
Mycroft Holmes15-Dec-08 21:21
professionalMycroft Holmes15-Dec-08 21:21 
GeneralRe: How do you get the file name?? Pin
Muammar©15-Dec-08 22:15
Muammar©15-Dec-08 22:15 
QuestionUrdu to english conversion Pin
Khawar Abbas115-Dec-08 20:42
Khawar Abbas115-Dec-08 20:42 
AnswerRe: Urdu to english conversion Pin
Mycroft Holmes15-Dec-08 21:24
professionalMycroft Holmes15-Dec-08 21:24 
QuestionTitle bar of a form is shown when it is hidden at design time. Pin
PrashantGadhave15-Dec-08 19:26
PrashantGadhave15-Dec-08 19:26 
QuestionLog4net SMTP appender - IIS/SMTP config Pin
devvvy15-Dec-08 18:34
devvvy15-Dec-08 18:34 
I think I have configured log4net SMTP appender correctly

<appender name="SmtpAppender" type="log4net.Appender.SmtpAppender">
<to value="myAddress@gmail.com" />
<from value="myAddress@gmail.com" />
<subject value="test logging message" />
<smtpHost value="127.0.0.1" />
<bufferSize value="0" />
<lossy value="true" />
<evaluator type="log4net.Core.LevelEvaluator">
<threshold value="INFO"/>
</evaluator>
<layout type="log4net.Layout.PatternLayout">
<conversionPattern value="%newline%date [%thread] %-5level %logger [%property{NDC}] - %message%newline%newline%newline" />
</layout>
</appender>

I know I've configured log4net appender correctly because after logging code executed successfully, I was able to found notification/logging email under H:\Inetpub\mailroot\Queue

The problem is, I don't know IIS SMTP admin well enuf these email always sit under Queue directory and never get sent out to my gmail account "myAddress@gmail.com"

Thanks!

dev
QuestionActive Directory Class object for WEB application Pin
dabuskol15-Dec-08 18:26
dabuskol15-Dec-08 18:26 
AnswerRe: Active Directory Class object for WEB application Pin
Dave Kreskowiak16-Dec-08 4:05
mveDave Kreskowiak16-Dec-08 4:05 
QuestionC# Tutorials Pin
programmervb.netc++15-Dec-08 18:13
programmervb.netc++15-Dec-08 18:13 
AnswerRe: C# Tutorials Pin
dabuskol15-Dec-08 18:23
dabuskol15-Dec-08 18:23 
AnswerRe: C# Tutorials Pin
Christian Graus15-Dec-08 19:01
protectorChristian Graus15-Dec-08 19:01 
AnswerRe: C# Tutorials Pin
Lev Danielyan15-Dec-08 19:05
Lev Danielyan15-Dec-08 19:05 
AnswerRe: C# Tutorials Pin
Mycroft Holmes15-Dec-08 21:35
professionalMycroft Holmes15-Dec-08 21:35 
QuestionPersist text of a textBox Pin
Maddie from Dartford15-Dec-08 18:01
Maddie from Dartford15-Dec-08 18:01 
AnswerRe: Persist text of a textBox Pin
Christian Graus15-Dec-08 19:21
protectorChristian Graus15-Dec-08 19:21 
GeneralRe: Persist text of a textBox Pin
Tom Deketelaere15-Dec-08 21:33
professionalTom Deketelaere15-Dec-08 21:33 
AnswerRe: Persist text of a textBox Pin
jas0n2315-Dec-08 22:11
jas0n2315-Dec-08 22:11 
GeneralRe: Persist text of a textBox Pin
Maddie from Dartford15-Dec-08 23:42
Maddie from Dartford15-Dec-08 23:42 
QuestionLog4net buffer size Pin
devvvy15-Dec-08 17:22
devvvy15-Dec-08 17:22 
Questioncode problem Pin
bhatted15-Dec-08 15:51
bhatted15-Dec-08 15:51 
AnswerRe: code problem Pin
Christian Graus15-Dec-08 16:31
protectorChristian Graus15-Dec-08 16:31 
GeneralRe: code problem Pin
bhatted16-Dec-08 5:06
bhatted16-Dec-08 5:06 
QuestionDisplaying Graphics in Windows Form Pin
ejohns8515-Dec-08 9:33
ejohns8515-Dec-08 9:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.