-
Posted to
IIS 7.5 - Application Warm-Up Module
by
adrianmaule
on
10-22-2009, 12:24 PM
This is the iso that I used to install the server:
SW_DVD5_Windows_Svr_DC_EE_SE_Web_2008R2_64-bit_English_X15-59754.ISO
-
Posted to
IIS 7.5 - Application Warm-Up Module
by
adrianmaule
on
10-22-2009, 12:22 PM
I have set up a fresh ftp server, with 2008R2 - I KNOW it's the RTM this time - and still I get the server's ip address from this function:
void IFtpLogProvider.Log(FtpLogEntry loggingParameters)
{
string strRemoteIp ...
-
Posted to
IIS 7.5 - Application Warm-Up Module
by
adrianmaule
on
10-21-2009, 6:33 AM
Thanks for the quick reply. The OS Name reported in MSINFO is 6.1.7600 Build 7600. What I am experiencing in my code is loggingParameters.RemoteIPAddress.ToString(); is reporting the server ip address. I checked against loggingParameters.LocalIPAddress.ToString(); and that reports nothing.
-
Posted to
IIS 7.5 - Application Warm-Up Module
by
adrianmaule
on
10-21-2009, 6:07 AM
I've been writing a custom authentication provider for my ftp 7.5 on Server 2008R2 and have found that IFtpLogProvider.Log() returns incorrect LocalIP and RemoteIP addresses. This was addressed with an .msi for 7.5 from August 3, 2009. However, when I download the .msi and run it, the install fails and reports that it only works on Server ...
-
Posted to
IIS7 - Configuration & Scripting
by
adrianmaule
on
01-14-2009, 10:28 AM
I'm seeing now that this is a matter of permissions across the servers rather than a scripting issue. The mkw3site.vbs works on the 2008 server. But when attempting to make a site on the 2008 server from a 2003 server I get the error:
Unable to open: IIS://servername/w3svc
If you have an answer to what ...
-
Posted to
IIS7 - Configuration & Scripting
by
adrianmaule
on
01-13-2009, 3:53 PM
We have a setup routine for our web servers that allows us to create websites from a central administrative server. We rely heavily on the previously published mkw3site.vbs (modified by Chris Lowe). This is fine for our iis6.0 sites, but I'm having difficulty using the script to create websites on iis 7.0. I'm not ...