0
votes
1answer
7 views
Transfer ISAPI_Rewrite code to Built-In IIS7 Rewrite Engine
Hi. I've transferred my IIS6-based website to IIS7. It uses ISAPI Rewrite. I want to use the built in IIS7 rewrite engine. I have the following code in my httpd.ini file:
[ISAPI_Rewrite]
RewriteRule …
0
votes
1answer
13 views
Web Project MSI for iis6 and iis7
I have the need to create a web setup project for some of our web applications. We have clients on both IIS6 and IIS7. I want to create an MSI, or some type of setup project that allows me to do the …
0
votes
1answer
33 views
Application in ASP.NET MVC 2 Beta running on IIS 7.5
Hi,
i have problems runnning an mvc2beta application in iis 7.5.
WebServer:
Windows Server 2008 R2 (x64)
Application:
MVC 2 Beta (developted in Visual Studio 2010 Beta)
On IIS i added a new …
0
votes
2answers
10 views
Add IIS 7 AppPool Identities as SQL Server Logons
Hi,
I'm running an IIS 7 Website with an AppPool of Integrated Pipeline Mode.
The AppPools does NOT run under NetworkService, etc.. identity (by purpose), but uses it's own AppPool Identitiy (IIS …
1
vote
3answers
26 views
IIS 7 Force Fresh Images
How do I force IIS 7 to not cache images for a particular page?
0
votes
2answers
31 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 …
0
votes
3answers
40 views
php mail() on windows server 2008 not working [closed]
Boy, could I use some help...
I've tried just about everything I can think of. I am not even getting any errors, just nothing is being mailed.
I setup WordPress and php through the Windows Web …
0
votes
1answer
11 views
IIS7 URL Rewrite Mod causes unwanted effects
This might be more a a regex question, but it is holding up our release. I'm unable to come up with a clever solution.
Basically, we want to rewrite www.oursite.com/Games.aspx?g=classic&m=etc to …
0
votes
0answers
14 views
Removing the Transfer-Encoding response header for certain responses in IIS7
I am trying to write an IIS Http Module that requires strict control of the response headers.
I am currently using an Event Handler for PreSendRequestHeaders to remove headers I don't want and add …
0
votes
2answers
26 views
Allow FTP via Internet Explorer in IIS7?
I have an FTP account created and it works fine with an FTP client but won't work with IE. If I remember correctly IIS6 let you do this with no problems, is there a rule or setting I am missing?
I …
0
votes
1answer
21 views
What does line /LM/W3SVC/1 mean in IIS7 and is it obsolete
I'm writing an installer to install WCF service and in post-install action I get [TARGETSITE]=/LM/W3SVC/1. What does this path mean, is it obsolete and can I use it to change web application …
0
votes
0answers
9 views
Problem using custom HttpHandler to process requests for both .aspx and non-extension pages in IIS7
I am trying to process both ".aspx" and non-extension page requests (i.e. both contact.aspx and /contact/) using a custom HttpHandler in IIS7. My handler works just fine in either one case or the …
0
votes
0answers
19 views
Async Web Service calls to IIS7 with Dynamic Compression don’t work.
We have some ASP.NET Web Services that fail under this perfect storm of conditions:
IIS7
Dynamic Compression is turned on
Web Service call is Asyncronous
If it is IIS 6, or we turn Dynamic …
0
votes
2answers
38 views
IIS7 Win 2008 + ASP MVC http result 504 status with static files css, js, images
Randomly accessing static files on our web site returns http 504 error status code
From fiddler:
Result Protocol Host URL Body Caching
Content-Type Process Comments Custom
288 504 HTTP
…
0
votes
1answer
82 views
How do I remove a site from IIS7 using JavaScript?
Hi,
I've been searching the Internet for a way to remove a site from IIS7 using JavaScript. I've found, and used, a lot of examples on how to create a site and applications using JavaScript but not a …
