-
Posted to
IIS7 - Publishing
by
hubert@hubert-associates.eu
on
07-13-2009, 5:47 AM
Hi, the app_offline.htm is a nice feature, but appears to only do its job if the site is in a compilable state ... which surprised me (on IIS7/WS2008). I started changing my site, thinking that I was "protected" but as soon as I made an incompatible change to the config file, my users we're getting an error page instead of the ...
-
Posted to
IIS7 - Performance
by
hubert@hubert-associates.eu
on
02-20-2009, 12:18 PM
Hi,
I read here:
http://forums.iis.net/p/1149790/1894203.aspx#1894203
that WebGardens do not lock in a user-session to a single process ... so that is why my log4net file is full of holes :-) There must be a way to leverage this feature with (session) state-full processes?
Can you point me to a place where this is all ...
-
Posted to
IIS 7 - ASP.NET Administration
by
hubert@hubert-associates.eu
on
02-20-2009, 12:11 PM
Hi Jim,
I'm using IIS7 and this has been driving me nuts. What very small percent of ASP.NET applications do not use Session State? Did I miss the place in the doc where it says that the WebGarden processes must be stateless? Can you point me to a place where this is all explained?
And while I've got the attention of an expert ...
-
Posted to
IIS7 - Setup
by
hubert@hubert-associates.eu
on
08-15-2008, 2:23 AM
Hi and thanks. Yes, I saw that, but it is not clear on one critical point:
>>If access to the instances of server software is only through the >>Internet without being authenticated or otherwise individually >>identified by the server software or through any other means
We use standard ASP.NET forms authentication. ...
-
Posted to
IIS7 - Setup
by
hubert@hubert-associates.eu
on
08-08-2008, 2:58 AM
Hi,
We are preparing to deploy a system and figuring out exactly what to deploy is proving a challenge. Much admiration and thanks if you have sorted out Microsoft's licensing!
We've developed and tested (as MSDN members) on Vista x64/ASP.NET 3.5/IIS7/SQLServer2005 developer. It is a pure web application using ASP.NET authentication -- ...