Prev: Classic asp - ASPSESSIONID
Next: iis on xp does not start The server {A9E69610-B80D-11D0-B9B9-00A0C922E750} did not register with DCOM within the required timeout.
From: John on 22 Feb 2010 11:55 We can't figure out how or where to set basic defaults that our new IIS7 Web sites will inherit, such as connection timeout values and http custom error pointers. In IIS6 this was easy by right-clicking in tree object "Web Sites" which allowed for lots of default setting possibilities. How do set defaults for IIS7?
From: Ken Schaefer on 27 Feb 2010 09:26
You can set this in applicationHost.config file. Individual websites will inherit that setting unless it is over-written in web.config for that site Cheers Ken -- http://adOpenStatic.com/blog "John" <John(a)discussions.microsoft.com> wrote in message news:E22AC3D2-02FE-450C-8ABA-57D441E40908(a)microsoft.com... > > We can't figure out how or where to set basic defaults that our new IIS7 > Web > sites will inherit, such as connection timeout values and http custom > error > pointers. > > In IIS6 this was easy by right-clicking in tree object "Web Sites" which > allowed for lots of default setting possibilities. > > How do set defaults for IIS7? > > |