Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
GeneralOn Ref and Value Types Pin
GetOn&GetGoing8-Feb-04 17:33
GetOn&GetGoing8-Feb-04 17:33 
GeneralRe: On Ref and Value Types Pin
Nick Parker8-Feb-04 18:28
protectorNick Parker8-Feb-04 18:28 
GeneralC# Does Shell, Arik Poznanski Pin
Christopher_S8-Feb-04 15:18
Christopher_S8-Feb-04 15:18 
GeneralRe: C# Does Shell, Arik Poznanski Pin
David Stone8-Feb-04 17:14
sitebuilderDavid Stone8-Feb-04 17:14 
GeneralRe: C# Does Shell, Arik Poznanski Pin
Christopher_S8-Feb-04 17:31
Christopher_S8-Feb-04 17:31 
GeneralRe: C# Does Shell, Arik Poznanski Pin
Heath Stewart8-Feb-04 19:30
protectorHeath Stewart8-Feb-04 19:30 
QuestionHow to monitor the request of IIS? Pin
EastDragon8-Feb-04 14:59
EastDragon8-Feb-04 14:59 
AnswerRe: How to monitor the request of IIS? Pin
Heath Stewart8-Feb-04 19:26
protectorHeath Stewart8-Feb-04 19:26 
Install ASP.NET (via the .NET Framework), map the extension to aspnet_isapi.dll in the Application Configuration for the site in IIS, and write a simple IHttpHandler implementation for which there's plenty of documentation and samples in the .NET Framework SDK (start by typing the interface in the index).

Don't even think about trying to watch the IIS logs - they are pre-allocated, locked, and updating constantly. Watching this could drag-down your system immensly.

If you can't use ASP.NET, implement an ISAPI filter. More information is available at http://msdn.microsoft.com/library/en-us/vccore/html/_core_Internet_Server_API_.28.ISAPI.29_.Extensions.asp[^] (for MFC implementations) and http://msdn.microsoft.com/library/en-us/iissdk/iis/iis_isapi_filters.asp[^].

 

Microsoft MVP, Visual C#
My Articles
GeneralWindows Address Book Pin
Anonymous8-Feb-04 12:04
Anonymous8-Feb-04 12:04 
GeneralRe: Windows Address Book Pin
Heath Stewart8-Feb-04 19:20
protectorHeath Stewart8-Feb-04 19:20 
GeneralRe: Windows Address Book Pin
Anonymous9-Feb-04 2:54
Anonymous9-Feb-04 2:54 
GeneralRe: Windows Address Book Pin
Heath Stewart9-Feb-04 3:25
protectorHeath Stewart9-Feb-04 3:25 
GeneralAdvice on editable datagrid Pin
Andrlage8-Feb-04 11:20
Andrlage8-Feb-04 11:20 
GeneralRe: Advice on editable datagrid Pin
Nick Parker8-Feb-04 11:32
protectorNick Parker8-Feb-04 11:32 
GeneralAutoScrolling TextBoxes Pin
ZigmaT8-Feb-04 10:51
ZigmaT8-Feb-04 10:51 
GeneralRe: AutoScrolling TextBoxes Pin
Heath Stewart8-Feb-04 19:04
protectorHeath Stewart8-Feb-04 19:04 
GeneralRe: AutoScrolling TextBoxes Pin
ZigmaT9-Feb-04 8:32
ZigmaT9-Feb-04 8:32 
GeneralBroadcasting on a local network Pin
ZigmaT8-Feb-04 10:42
ZigmaT8-Feb-04 10:42 
GeneralRe: Broadcasting on a local network Pin
Nick Parker8-Feb-04 10:54
protectorNick Parker8-Feb-04 10:54 
GeneralRe: Broadcasting on a local network Pin
ZigmaT8-Feb-04 11:01
ZigmaT8-Feb-04 11:01 
GeneralRe: Broadcasting on a local network Pin
Nick Parker8-Feb-04 11:29
protectorNick Parker8-Feb-04 11:29 
GeneralRe: Broadcasting on a local network Pin
ZigmaT8-Feb-04 12:22
ZigmaT8-Feb-04 12:22 
GeneralRe: Broadcasting on a local network Pin
Heath Stewart8-Feb-04 18:33
protectorHeath Stewart8-Feb-04 18:33 
GeneralCompiling Dependancies Pin
ZigmaT8-Feb-04 9:47
ZigmaT8-Feb-04 9:47 
GeneralRe: Compiling Dependancies Pin
Mazdak8-Feb-04 9:56
Mazdak8-Feb-04 9:56 

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.