-
Posted to
IIS 7 - Troubleshooting
by
sykesjs
on
11-22-2009, 9:03 AM
It is possible to browse the site locally. I've not seen this error on those boxes though I haven't spent much time browsing the site locally on the console. The errors seem intermittent though nagios checks see a simillar issue (a fail followed by success).
-
Posted to
IIS 7 - Troubleshooting
by
sykesjs
on
11-21-2009, 4:13 PM
I have two IIS 7 boxes (Windows 2008 64-bit) with 8 cores and 16 GB of RAM. For some reason, initial attempts to connect to the site are sometimes rejected. If a user hits refresh immediately, the site comes up.
Packet sniffing has lets us know the packet is getting through all the firewalls and load balancers in ...
-
Posted to
IIS7 - Performance
by
sykesjs
on
08-31-2009, 10:03 AM
I have some .NET 2.0 code which is performing much slower on the Windows 2008 side and I was trying to figure out if there were ways that I could use caching to boost performance without messing up the way the code works...
-
Posted to
IIS7 - Performance
by
sykesjs
on
08-28-2009, 2:58 PM
I've been looking but I've been unable to find the answer to the following question. What is the equivalent of "Cache ISAPI extensions" from IIS6 for IIS7? I'm moving an application from Windows 2003 / IIS6 to Windows 2008 / II7.
Currently, If I click on "Home Directory" for the site then ...
-
Posted to
IIS7 - Classic ASP
by
sykesjs
on
07-01-2009, 11:24 AM
The developers revealed that the files referenced a different directory which had different security permissions. Changing the permissions of that directory fixed the problem.
-
Posted to
IIS7 - Classic ASP
by
sykesjs
on
06-29-2009, 6:45 PM
You might also try browsing the site from the server console if possible. Sometimes you get more detail there on 500 messages.
--JS
-
Posted to
IIS7 - Classic ASP
by
sykesjs
on
06-29-2009, 4:30 PM
I just turned off all authentication except basic on the folder using the IIS7 Manager.
--JS
-
Posted to
IIS7 - Classic ASP
by
sykesjs
on
06-29-2009, 4:13 PM
I have a directory where a user has permissions to the files. I've verified that they have permissions to all files and folders in this directory. The content is a mix of css, html and asp.
The directory is configure to disallow anonymous browsing and requires basic authentication. After the initial authentication ...
-
Posted to
IIS 7 - ASP.NET Administration
by
sykesjs
on
06-18-2009, 4:49 PM
Would upgrading to IIS7.5 make a difference?
-
Posted to
IIS 7 - ASP.NET Administration
by
sykesjs
on
06-18-2009, 3:28 PM
It is a 64-bit machine ... I should mention that I did put in the required line about ignoring errrors in the 1.1 machine.config.
--JS