-
Posted to
IIS7 - UI & Remote Management
by
theadmirableone
on
08-30-2008, 2:06 PM
Well Anil.R you are correct! :~) Hats-off to you!
After so many days of trying to get this to work without reseting IIS, your suggestion works.
The remaining question is: If I use your suggested process/command after creating a distinct app pool for this particular web app, (so that the other app pools are not ...
-
Posted to
Configuration & Scripting
by
theadmirableone
on
08-29-2008, 1:44 PM
Hello,
I have already posed this question elsewhere and AnilR does not seem to be able to answer my question. I was hoping someone could.
My question is a rarely discussed topic. It involves dll's in the GAC that the IIS caches. The problem is this: with IIS 5.1, I can turn off the caching of the .dll by IIS 5.1, ...
-
Posted to
IIS7 - Configuration & Scripting
by
theadmirableone
on
08-29-2008, 1:31 PM
Hello,
I have already posed this question elsewhere and AnilR does not seem to be able to answer my question. I was hoping you could.
My question is a rarely discussed topic. It involves dll's in the GAC that the IIS caches. The problem is this: with IIS 5.1, I can turn off the caching of the .dll that only returns a ...
-
Posted to
IIS7 - UI & Remote Management
by
theadmirableone
on
08-28-2008, 11:08 AM
Anilr,
Let me be clear about what I am trying to do.
Let's suppose that caching ISAPI is enabled for a particualt web app. on the IIS 5.1. If I place a .dll in the GAC and then call it from that web application in ASP.NET 2.0, then all is fine.
However, if I go to rebuild that .dll from within ASP.NET 2.0 to return a ...
-
Posted to
IIS7 - UI & Remote Management
by
theadmirableone
on
08-25-2008, 12:20 AM
Hello Anilr,
I am totally frustrated at this caching deal.
I was originally using IIS 5.1 on Windows XP. To turn the Cashe ISAPI applications
check box off from the command line prompt, I would type in
cscript.exe adsutil.vbs set w3svc/1/root/myWebApp/cacheisapi 0
This would effectively turn off the IIS caching, and so when I replace ...