Forum Search Results for "" RSS 1—8 of 8

More Search Options

  • Re: Ah.. Hmm.. How does this work?

    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 ...

    • http://forums.iis.net/p/1161898/1921472.aspx#1921472
  • Re: Receive notification of created / updated website

    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 ...

    • http://forums.iis.net/p/1160380/1921422.aspx#1921422
  • IIS Module Persistent Connections?

    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 ...

    • http://forums.iis.net/p/1161924/1921420.aspx#1921420
  • Ah.. Hmm.. How does this work?

    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 ...

    • http://forums.iis.net/p/1161898/1921307.aspx#1921307
  • Writing IIS7 Modules - Requirements?

    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 ...

    • http://forums.iis.net/p/1157844/1904578.aspx#1904578
  • Re: IIS7 Managed module doesn't work when you install it

    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?

    • http://forums.iis.net/p/995429/1904494.aspx#1904494
  • Re: Sample Client Issue

    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!  

    • http://forums.iis.net/p/1156487/1898969.aspx#1898969
  • Sample Client Issue

    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 ...

    • http://forums.iis.net/p/1156487/1898883.aspx#1898883

Microsoft Communities