0
votes
3answers
19 views
Can a load balancer recognize when an ASP.NET worker process is restarting and divert traffic?
Say I have a web farm of six IIS 7 web servers, each running an identical ASP.NET application.
They are behind a hardware load balancer (say F5).
Can the load balancer detect when the ASP.NET …
0
votes
2answers
17 views
How to limit the number of instances of a WCF service in IIS?
My WCF service is instantiated multiple times until the system gets out of memory? How to set a single instance in IIS 7?
My WCF service is already set to a single instance through attribute, but IIS …
1
vote
3answers
34 views
Setting Far Future Expires Header In Code - ASP.NET
Is there a way that I can programmatically set an Expires Header in code with ASP.NET? Specifically I need to set it on an entire folder and all sub-folders, and the folder contains only static files …
0
votes
1answer
21 views
POSTing to a re-written URL on IIS 6 doesn’t work
I am working on a site which is programmed in C# .net. It uses a CMS called ADX Studio (a decision which predates my time there) which provides a shonky form of URL Rewriting (as far as I can tell it …
0
votes
2answers
24 views
php extensions not enabled in IIS?
Functions like mysql_query doesn't exists in cgi mode,but exists in cli mode.
What's wrong?
4
votes
4answers
61 views
Can you SSL one page in an a .NET application?
Can you have one page in a .NET application that is https but the rest be http? For instance, just the login page? Does this take extra setup in the application or is it just as simple as an IIS …
0
votes
1answer
21 views
Downloading invoices (PDF) does not complete.
Hi,
We have a magento commerce site running on an IIS 6.0 server with PHP 5.2.11 running magento.
Whenever user tries to use the print to download pdf to their computer from the admin panel the …
2
votes
2answers
60 views
How to check website cpu usage programmatically?
Does anyone know how to check the CPU usage of a website in IIS or by any other means? Thanks very much.
0
votes
1answer
47 views
Java and .Net interoperability
I'm attempting to use the WebI ReportEngine SDK (AKA RENET) to change the Universe that is assigned to a WebIntelligence (WebI) rpeort.
Much research led me to the changeDataSource() method (exposed …
3
votes
4answers
79 views
ASP.NET: best practice for redirecting to https
I am working on a project that has one page that needs to make use of the SSL certificate. All of the links in the site to this page make use of https instead of http, but in the case that a user may …
0
votes
2answers
21 views
PowerShell: Load WebAdministration in ps1 script on both IIS 7 and IIS 7.5
I have a PowerShell script that configures web site and web application settings in IIS. So I use the cmdlets in the WebAdministration snap in. But this script needs to run on Windows 2008, Windows 7 …
0
votes
1answer
16 views
SOAP services calls from IIS 5.1 (XP) timing out.
We have an ASP.NET web application running in IIS that uses the SoapHttpClientProtocol class to make SOAP calls. In the last few days several XP machines have started to report timeout errors when …
0
votes
1answer
40 views
Getting Web Site Name from Web Project Setup
I'm creating a setup project for WCF net-tcp service. One thing I came across is that I need to change "Web Site->Manage Application->Advanced settings->Enabled Protocols". It can be also done using …
0
votes
0answers
26 views
Windows Firewall degrades IIS performance? [closed]
(Note: I went through the related questions list and couldn't find one that answers this situation.)
I'm running into an issue whose cause is difficult to spot but is easy to describe: if Windows …
0
votes
1answer
17 views
How to enable user settings to libraries used by a web project hosted WCF service?
By default a IIS hosted WCF service can't use libraries that uses user scope settings. The only scope that it accepts is the Application scope.
When you try to do otherwise it throws an exception:
…
