Click here to Skip to main content
15,891,423 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Hang when testing the Web application by the tester Pin
Sandesh M Patil13-May-10 1:35
Sandesh M Patil13-May-10 1:35 
GeneralRe: Hang when testing the Web application by the tester Pin
Estys13-May-10 1:50
Estys13-May-10 1:50 
QuestionEditing while debugging Pin
Anurag Gandhi12-May-10 23:44
professionalAnurag Gandhi12-May-10 23:44 
AnswerRe: Editing while debugging Pin
Michel Godfroid13-May-10 0:33
Michel Godfroid13-May-10 0:33 
AnswerRe: Editing while debugging Pin
Venkatesh Mookkan13-May-10 1:09
Venkatesh Mookkan13-May-10 1:09 
GeneralRe: Editing while debugging Pin
Anurag Gandhi13-May-10 2:17
professionalAnurag Gandhi13-May-10 2:17 
Questioncustomizing ajax editor control Pin
jitendrafaye12-May-10 22:37
jitendrafaye12-May-10 22:37 
QuestionHelp required Pin
MaheshSharma12-May-10 21:39
MaheshSharma12-May-10 21:39 
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"/>
</configSections>
<log4net>
<appender name="debugFile" type = "log4net.Appender.RollingFileAppender">
<file value="AshwinTop10Refresh.log"/>
<appendToFile value="true" />
<datePattern value =".yyyyMMdd"/>
<rollingStyle value="Date"/>
<layout type="log4net.Layout.PatternLayout">
<conversionPattern value="%d{yyyyMMdd HH:mm:ss} - %m %n" />
</layout>
</appender>
<root>
<level value="ALL"/>
<appender-ref ref="debugFile" />
</root>
</log4net>
<appSettings>
<add key="DBPassword" value="UzWn5bFMdfEnB7cYpjmV/Q=="/>
<add key="ContentMonitorDBPassword" value="0EeMxiu8vPeqbpB+0hR8Rg=="/>

</appSettings>
<connectionStrings>
<!-- SQL connection string -->
<add name="ConnString" connectionString="server=QWASR03;database=Ashwin20;App=Ashwin20;User=Ashwin_admin;password=" providerName="System.Data.SqlClient"/>
<!-- Content Monitor connection string -->
<add name="ContentMonitorConnString" connectionString="Data Source=QWASR03;Integrated Security=no;User Id=weeruser;Password=" providerName="System.Data.OracleClient"/>

</connectionStrings>

</configuration>


Not saving in log. Please help.
AnswerRe: Help required Pin
Amit Patel198512-May-10 22:52
Amit Patel198512-May-10 22:52 
AnswerRe: Help required Pin
Pranay Rana13-May-10 0:01
professionalPranay Rana13-May-10 0:01 
QuestionHow to check if an email address exists without sending an email? Pin
ansriharsha12-May-10 21:02
ansriharsha12-May-10 21:02 
AnswerRe: How to check if an email address exists without sending an email? Pin
Michel Godfroid12-May-10 21:23
Michel Godfroid12-May-10 21:23 
AnswerRe: How to check if an email address exists without sending an email? Pin
JHizzle12-May-10 22:45
JHizzle12-May-10 22:45 
GeneralRe: How to check if an email address exists without sending an email? Pin
ansriharsha12-May-10 23:44
ansriharsha12-May-10 23:44 
GeneralRe: How to check if an email address exists without sending an email? Pin
JHizzle13-May-10 0:48
JHizzle13-May-10 0:48 
GeneralRe: How to check if an email address exists without sending an email? Pin
The Man from U.N.C.L.E.13-May-10 3:44
The Man from U.N.C.L.E.13-May-10 3:44 
GeneralRe: How to check if an email address exists without sending an email? Pin
JHizzle13-May-10 3:49
JHizzle13-May-10 3:49 
AnswerRe: How to check if an email address exists without sending an email? Pin
suwangsoft14-May-10 1:36
suwangsoft14-May-10 1:36 
QuestionEnterprise Library logger Pin
A M SOMAN12-May-10 20:52
A M SOMAN12-May-10 20:52 
AnswerRe: error with Enterprise Library logger Pin
Ankur\m/12-May-10 21:01
professionalAnkur\m/12-May-10 21:01 
AnswerRe: Enterprise Library logger Pin
A M SOMAN13-May-10 1:55
A M SOMAN13-May-10 1:55 
QuestionInvalid attempt to call Read when reader is closed Pin
indian2212-May-10 19:48
indian2212-May-10 19:48 
AnswerRe: Invalid attempt to call Read when reader is closed Pin
Arun Jacob12-May-10 20:35
Arun Jacob12-May-10 20:35 
Questionhow to fetch the url of image and store in database Pin
developerit12-May-10 18:55
developerit12-May-10 18:55 
AnswerRe: how to fetch the url of image and store in database Pin
saini arun12-May-10 21:38
saini arun12-May-10 21:38 

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.