-
Posted to
IIS 7.5 - Application Warm-Up Module
by
three_sixteen
on
10-20-2009, 8:00 PM
I'm still fairly new to writing IIS handlers, but I've been trying to figure out a way that I would be able to reuse a data connection with it - and figured that maybe this application warm-up module might help.
Turns out though that my problem is that it seems to be the nature of IIS handlers to not reuse an already open ...
-
Posted to
IIS7 - Extensibility
by
three_sixteen
on
10-20-2009, 3:10 PM
The only way I can think of doing something like this would be to have a Windows service use the System.Filesystemwatcher class to watch the IIS config file, and when it's changed maybe parse through it or something to look for new sites.
IIS Modules and stuff only work when you get an HTTP request, right? I'm kind of new to ...
-
Posted to
IIS7 - Extensibility
by
three_sixteen
on
10-20-2009, 2:50 PM
I've been having trouble finding information on how to keep a persistent data connection open with an IIS module or handler.
I kind of expected by making my handler reusable that it would reuse connections it made to a database, but that doesn't seem to be the case. I create the connection in the new sub of the handler class, am I ...
-
Posted to
IIS 7.5 - Application Warm-Up Module
by
three_sixteen
on
10-19-2009, 9:42 PM
I hope this isn't an ignorant post, but after reading about the application warm-up module I'm not sure I'm clear on how it works?
I've got an IIS handler which opens up a database connection - but I'm taking a performance hit because I haven't been able to figure out how to recycle that database connection ...
-
Posted to
IIS7 - Extensibility
by
three_sixteen
on
05-22-2009, 4:37 PM
Howdy,
I seem to be having trouble getting started with writing modules.
I've been working from the information on this page: http://mvolo.com/blogs/serverside/archive/2007/08/15/Developing-IIS7-web-server-features-with-the-.NET-framework.aspx and can't seem to get IIS to detect the module I compile.
I've taken the ...
-
Posted to
IIS7 - Extensibility
by
three_sixteen
on
05-21-2009, 7:14 PM
I know I'm resurrecting a dead thread here, but is there any way to 'port' this to vb.net?
-
Posted to
IIS7 - Advanced Logging
by
three_sixteen
on
04-01-2009, 7:31 AM
Hey Vishal,
I just started delving into Silverlight development, it may be a stretch, but is there any way I could get a peek at the source code of the logging player so I can tinker around with it?
Thanks!
-
Posted to
IIS7 - Advanced Logging
by
three_sixteen
on
03-31-2009, 4:41 PM
Howdy,
I was playing around with the sample client provided here: http://go.microsoft.com/?linkid=9657323 and noticed that the client doesn't function in Firefox or Chrome. In Firefox the player will load fine, but when it tries to load the stream it throws an exception:
System.Exception: Failed to download media chunk V0009 ...