0
votes
2answers
14 views
Debugging an already-running ASP.NET site in IIS7
We currently have a Live ASP.NET application (Basically a CMS) running on our IIS7 web-server.
Every once and a while (Talking every few months) it's app pool will go to 100% CPU- …
2
votes
0answers
15 views
Microsoft.Ink not working on Server 2008 (not R2)
To start off, we have 2 servers: Alpha (Server 2008 R2) and Beta (Server 2008).
We cannot create images Beta using Microsoft.Ink.dll (we have version 1.7.2600.2180). The code wor …
0
votes
3answers
33 views
Monitoring dashboard for IIS and SQL Server
We have developed a .NET web application that uses SQL Server as a backend. Now we would like to provide a monitoring dashboard app for the tech support team. The idea is that this …
0
votes
1answer
11 views
IE6 gzip bug and IIS7 URL Rewrite Module
We're running into the nasty sporadic IE6 bug where gzip compression enabled on js and css files makes things go bad (see http://stackoverflow.com/questions/1174032/can-i-gzip-comp …
0
votes
2answers
37 views
Problem with Symfony routing with online project
I have a Symfony project on a Win XP / IIS 7 machine with Isapi rewrite installed. When I go to the frontend (my main) application, it seems that the routing simply doesn't work. I …
1
vote
2answers
45 views
Why is http-response in chunked transfer-encoding only for some clients
Hi!
I have an asp.net mvc application running on IIS 7. The problem I'm having is that depending on client the response may be recived (as seen through fiddler) as "chunked transf …
0
votes
1answer
17 views
IIS 7 and FastCGI Problem
Today I was configuring IIS 7 with FastFGI in Windows 7. I followed all the steps but I get the following error:
C:\php\php-cgi.exe - The FastCGI
process exited unexpectedly
…
0
votes
1answer
16 views
Issue with URL length in IIS7 (Windows Server 2008)
Hi, i have an issue with url lengths in iis7. If you go to:
http://demo.kontrolit.com/myaccount/login.htm?ReturnUrl=aa2Fmyaccounta2FdefaultaaspxadnoaauserSuppliedIdentifierahttpa …
0
votes
0answers
20 views
Asp.net forms authentication cookie not honoring timeout with IIS7
Authentication cookies seem to timeout after a short period of time (a day or so). I am using Forms Authentication and have the timeout="10080" with slidingExpiration="false" in th …
0
votes
0answers
13 views
Why can’t I create virtual directories any more? [closed]
I was working with IIS 7.0 and the problem is that my virtual directories under default web site got deleted. Now I am not able to add any new virtual directories.
When right clic …
0
votes
1answer
11 views
What version of SSL does IIS 7 use by default, and how does one force it to use SSL v3?
I have heard that SSL v2 is a lot less secure than SSL v3 due to flaws in the encryption algorithms it uses. I would like to force my websites running on IIS 7 to use SSL v3. Any …
0
votes
1answer
27 views
401 error on iis when uploading files via PHP
I have an upload script that runs on a windows webserver 2008. The uploads works nice, the file is created on the server. But when I try to access the uploaded image file via http, …
1
vote
1answer
36 views
How to use appcmd to set debug=false in IIS7
I'm trying to use APPCMD to set debug=false in web.config, per the documentation.
The specific syntax I am using is:
APPCMD SET CONFIG "SITE/VDIR" section:compilation /debug …
0
votes
2answers
23 views
Why is IE 7 renaming downloaded XLA files as XLS when saving?
I have an Excel Add-In file I'm publishing on an intranet (plain ol' HTTP download, not an attachment in Sharepoint, etc.).
With IE 7, the user click the link and selects "Save", …
1
vote
1answer
27 views
ASP.NET web application working incorrectly in IIS 7 (Windows Server 2008)
I have an ASP.NET web application that is not working correctly once deployed to IIS 7 on a Windows server 2008 box. The particular page is using an update panel and hides/shows d …
