Click here to Skip to main content
16,007,443 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDRM Protected file is not play in wmp 11 player Pin
amitmistry_petlad 26-Apr-07 23:31
amitmistry_petlad 26-Apr-07 23:31 
QuestionMsgBox() Function Pin
wilf5726-Apr-07 23:26
wilf5726-Apr-07 23:26 
AnswerRe: MsgBox() Function Pin
Christian Graus26-Apr-07 23:43
protectorChristian Graus26-Apr-07 23:43 
QuestionHow To Optimize Gif Images ??? It's So Cool To Answer This ??? Pin
Rahul_asp.net26-Apr-07 23:17
Rahul_asp.net26-Apr-07 23:17 
AnswerRe: How To Optimize Gif Images ??? It's So Cool To Answer This ??? Pin
Sathesh Sakthivel26-Apr-07 23:23
Sathesh Sakthivel26-Apr-07 23:23 
QuestionSession timeout Pin
NICE TO MEET26-Apr-07 23:13
NICE TO MEET26-Apr-07 23:13 
QuestionFile Download Feedback/result Pin
theScorp26-Apr-07 23:11
theScorp26-Apr-07 23:11 
QuestionUrgent help in Log4Net Pin
Jia Fang26-Apr-07 22:35
Jia Fang26-Apr-07 22:35 
I'm trying to configure log4net to work in my web project in visual studio 2005. I tried to follow most the configuration example in the web but my project don't have assembly.cs file, so where should i tell the application to read my log4net configuration.
I put the config in the default web.config, and try to create the log in ExampleLog.log, but the log never appear. How can I tell the application to parse my config. I try putting log4net.Config.XmlConfigurator.Configure(new System.IO.FileInfo("web.config") in Global.asax, not working too.

<configsections>



<log4net debug="true">

<appender name="RollingFileAppender" type="log4net.Appender.RollingFileAppender">
<param name="File" value="ExampleLog.log" />
<param name="AppendToFile" value="true" />
<param name="RollingStyle" value="Date" />
<param date="datePattern" value="yyyyMMdd" />
<layout type="log4net.Layout.PatternLayout">
<param name="ConversionPattern" value="%-5p %d %5rms %22.22c{1} %-18.18M - %m%n" />




<root>
<level value="ALL">
<appender-ref ref="RollingFileAppender">



Regards,
Jia

Questionsql server transactions Pin
wilf5726-Apr-07 21:53
wilf5726-Apr-07 21:53 
AnswerRe: sql server transactions Pin
N a v a n e e t h26-Apr-07 22:41
N a v a n e e t h26-Apr-07 22:41 
GeneralRe: sql server transactions Pin
wilf5726-Apr-07 23:20
wilf5726-Apr-07 23:20 
GeneralRe: sql server transactions Pin
Colin Angus Mackay27-Apr-07 0:47
Colin Angus Mackay27-Apr-07 0:47 
GeneralRe: sql server transactions Pin
wilf5727-Apr-07 1:49
wilf5727-Apr-07 1:49 
GeneralRe: sql server transactions Pin
wilf5727-Apr-07 3:36
wilf5727-Apr-07 3:36 
Questionhyperlinkfield of gridview Pin
Rajeshcross26-Apr-07 21:32
Rajeshcross26-Apr-07 21:32 
Questionhow to create delay at server side function Pin
rama charan26-Apr-07 21:18
rama charan26-Apr-07 21:18 
AnswerRe: how to create delay at server side function Pin
Sathesh Sakthivel26-Apr-07 21:25
Sathesh Sakthivel26-Apr-07 21:25 
AnswerRe: how to create delay at server side function Pin
Mayank Parmar27-Apr-07 0:27
professionalMayank Parmar27-Apr-07 0:27 
Questionupdate in Grid view Pin
Rhydo26-Apr-07 21:11
Rhydo26-Apr-07 21:11 
AnswerRe: update in Grid view Pin
Sathesh Sakthivel26-Apr-07 21:14
Sathesh Sakthivel26-Apr-07 21:14 
GeneralRe: update in Grid view Pin
Rhydo26-Apr-07 21:59
Rhydo26-Apr-07 21:59 
GeneralRe: update in Grid view Pin
Sathesh Sakthivel26-Apr-07 23:06
Sathesh Sakthivel26-Apr-07 23:06 
QuestionASP.Net chat code Pin
Rhydo26-Apr-07 21:08
Rhydo26-Apr-07 21:08 
AnswerRe: ASP.Net chat code Pin
Sathesh Sakthivel26-Apr-07 21:13
Sathesh Sakthivel26-Apr-07 21:13 
GeneralRe: ASP.Net chat code Pin
Rhydo26-Apr-07 22:01
Rhydo26-Apr-07 22:01 

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.