-
Posted to
Security
by
Kanien
on
09-10-2009, 7:12 PM
I have 28 sites I need to export certificates for across multiple 2k3 and 2k8 servers and I'd like to do it from command line so I can script it. Does anyone here know what utility would be best suited for this?
My data is in csv format. (eg. utility.domain.com,192.168.1.1,domain.com)
-
Posted to
General
by
Kanien
on
07-29-2009, 2:39 PM
If I wanted to make it so one site could run .NET and another site not be able to run .NET, but be able to run ASP how would I typically accomplish this?
-
Posted to
IIS7 - Publishing
by
Kanien
on
06-05-2009, 3:34 PM
I was unable to secure frontpage on IIS7. The Microsoft FrontPage Extentions for 2008 are insecure IMO. I am able to publish to any site extended with frontpage without providing credentials.
-
Posted to
IIS7 - Publishing
by
Kanien
on
06-03-2009, 5:10 PM
I'm having a security issue with FrontPage on IIS7. If you are using FrontPage and select Open Site it prompts you for credentials, but if you create a file and then atempt to publish and specify the remote site and select FPE, it doesn't.
How can I secure this to require credentials?
-
Posted to
IIS7 - Setup
by
Kanien
on
05-19-2009, 5:53 PM
is there a registry settings for what ports the server uses for pasv ftp on ftp7?
-
Posted to
PHP Community
by
Kanien
on
05-18-2009, 6:34 PM
can you set the php.ini location for a site using appcmd?
-
Posted to
PHP Community
by
Kanien
on
05-18-2009, 1:02 PM
I would like to have site A use different PHP config than site B for these parameters. Is there any way to do this on Server 2008 / IIS 7? On *nix we have separate php.ini's. Thanks for the help!
safe_mode = Off
display_errors = On
file_uploads = On
register_globals = Off
max_execution_time = 600
output_buffering ...
-
Posted to
IIS7 - General
by
Kanien
on
04-19-2009, 10:27 PM
if the choices are NLB vs MSCS the reason someone would hypothetically want MSCS is for service checks. Am I wrong in my assumptions that NLB doesn't do service checks and uses another mechanism for knowing whether a node is available? For example if one of the web nodes responds to ICMP, but the web service has failed the request ...
-
Posted to
IIS7 - Web Farms
by
Kanien
on
04-19-2009, 2:10 PM
Steve - What does that mean exactly?
You can't use Clustering Services on IIS7? Why? What stops you?
-
Posted to
IIS7 - Web Farms
by
Kanien
on
04-17-2009, 5:53 PM
I understand what you are saying, but I just don't get I would use NLB over Clustering with an Active/Active?
Yes I understand it isn't done this way traditionally, but I don't get why?