Click here to Skip to main content
15,917,538 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can i get index? Pin
Christian Graus29-Oct-03 10:44
protectorChristian Graus29-Oct-03 10:44 
GeneralRe: How can i get index? Pin
Kannan Kalyanaraman29-Oct-03 21:19
Kannan Kalyanaraman29-Oct-03 21:19 
GeneralRe: How can i get index? Pin
Christian Graus30-Oct-03 8:43
protectorChristian Graus30-Oct-03 8:43 
AnswerRe: How can i get index? Pin
Corinna John30-Oct-03 2:51
Corinna John30-Oct-03 2:51 
GeneralBackgroundImage for Label on Design Time Pin
Aryo Handono29-Oct-03 3:14
professionalAryo Handono29-Oct-03 3:14 
GeneralRe: BackgroundImage for Label on Design Time Pin
Heath Stewart29-Oct-03 11:16
protectorHeath Stewart29-Oct-03 11:16 
GeneralMonitoring IIS log file Pin
MikeMike6629-Oct-03 2:39
MikeMike6629-Oct-03 2:39 
GeneralRe: Monitoring IIS log file Pin
Heath Stewart29-Oct-03 11:20
protectorHeath Stewart29-Oct-03 11:20 
If this is ASP.NET (I'm assuming, since you're in the C# forum!), why not just write an IHttpHandler or handle the HttpApplication.BeginRequest event (usually in the Global.asax file) to do the work? The IIS logs can grow to be very huge and must be immediately accessible or IIS could bomb-out. Also, the IIS logger uses a buffer technique where large blocks of the log are pre-allocated without anything being written to them (and are allocated ahead of time). You could use the FileSystemWatcher to watch for changes, but this wouldn't be assured to work since the IIS logger doesn't automatically flush the buffer (so it seems) in order to be more responsive.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: Monitoring IIS log file Pin
MikeMike6629-Oct-03 21:39
MikeMike6629-Oct-03 21:39 
GeneralRe: Monitoring IIS log file Pin
Heath Stewart30-Oct-03 2:40
protectorHeath Stewart30-Oct-03 2:40 
GeneralChange Label FontStyle at Runtime Pin
mkomasi29-Oct-03 1:29
mkomasi29-Oct-03 1:29 
GeneralRe: Change Label FontStyle at Runtime Pin
Roger Stewart29-Oct-03 4:58
professionalRoger Stewart29-Oct-03 4:58 
GeneralModifying Attributes At Runtime Pin
khalatat29-Oct-03 1:27
khalatat29-Oct-03 1:27 
GeneralRe: Modifying Attributes At Runtime Pin
leppie29-Oct-03 6:12
leppie29-Oct-03 6:12 
GeneralRe: Modifying Attributes At Runtime Pin
Blake Coverett29-Oct-03 9:03
Blake Coverett29-Oct-03 9:03 
GeneralRe: Modifying Attributes At Runtime Pin
khalatat29-Oct-03 18:16
khalatat29-Oct-03 18:16 
Generalprinting a comment report Pin
Andrew Torrance28-Oct-03 22:13
Andrew Torrance28-Oct-03 22:13 
GeneralRe: printing a comment report Pin
Heath Stewart29-Oct-03 11:23
protectorHeath Stewart29-Oct-03 11:23 
GeneralFloating ToolBar & Flickering Pin
Itanium28-Oct-03 21:43
Itanium28-Oct-03 21:43 
GeneralConcatenating 2 string arrays Pin
Matthieu.C28-Oct-03 21:29
Matthieu.C28-Oct-03 21:29 
GeneralRe: Concatenating 2 string arrays Pin
Itanium28-Oct-03 22:13
Itanium28-Oct-03 22:13 
GeneralRe: Concatenating 2 string arrays Pin
Matthieu.C28-Oct-03 22:29
Matthieu.C28-Oct-03 22:29 
GeneralRe: Concatenating 2 string arrays Pin
Donald_a28-Oct-03 23:44
Donald_a28-Oct-03 23:44 
GeneralRe: Concatenating 2 string arrays Pin
Jeremy Kimball29-Oct-03 1:48
Jeremy Kimball29-Oct-03 1:48 
GeneralRe: Concatenating 2 string arrays Pin
Jeff Varszegi30-Oct-03 14:46
professionalJeff Varszegi30-Oct-03 14:46 

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.