NewsPeeps - Stories tagged with IIS
1
peeps

Migrating PHP Apps to Windows - Port 25: The Open Source Community at Microsoft

published 410 days, 3 hours, 4 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 411 days, 23 minutes ago
Monday, July 20, 2009 1:15:26 PM GMT Sunday, July 19, 2009 3:56:38 PM GMT
Migrating PHP Apps to Windowsby Peter Galli on May 29, 2009 10:32AM Microsoft Malaysia is helping sponsor a competition, known as LAMP2WIN, designed to help ensure that PHP applications run well on both Windows and open source platforms. The competition, themed ‘World of Interoperability,' is being organized by PHP.net.my and involves migrating PHP applications from the Linux-Apache-MySQL-PHP (LAMP) stack to the Windows platform. All 20 applications selected were developed for LAMP, with either pa... (more)
category: News | clicked: 0 | comment | | source: port25.technet.com
tags: IIS, PHP, Windows
1
peeps

URL Rewrite Module 2.0 for IIS 7 – Beta | RuslanY Blog

published 412 days, 2 hours, 44 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 412 days, 23 hours, 52 minutes ago
Saturday, July 18, 2009 1:36:14 PM GMT Friday, July 17, 2009 4:27:56 PM GMT
Today IIS team has released the URL Rewrite Module 2.0 for IIS 7 – Beta. This is an incremental release that includes all the features from version 1.1, and adds support for outbound response rewriting. More specifically, it can be used to: Replace the URLs generated by a web application in the response HTML with a more user friendly and search engine friendly equivalent Modify the links in the HTML markup generated by a web application behind a reverse proxy. Fix up the content of any HTTP r... (more)
category: News | clicked: 0 | comment | | source: ruslany.net
tags: IIS
1
peeps

Tim Sneath : Configuring a Web Server to Host Silverlight Content

posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 417 days, 21 hours, 20 minutes ago
Sunday, July 12, 2009 7:00:06 PM GMT
Deploying Silverlight content to a production web server is a pretty easy process. Despite occasional misconception, Silverlight doesn't require a Microsoft-based web server: Apache can host up Silverlight content just as happily as IIS. But there's one little gotcha: web servers are typically configured to only serve up a limited set of known file extensions as static content. That's all well and good, but Silverlight introduces two new file extensions (.xaml for loose XAML files and .xap for the zip-... (more)
category: News | clicked: 1 | comment | | source: blogs.msdn.com
tags: IIS, Silverlight
1
peeps

CarlosAg Blog : IIS SEO Tip - Do not stress your server, limit the number of concurrent requests

published 418 days, 19 hours, 11 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 419 days, 3 hours, 26 minutes ago
Saturday, July 11, 2009 9:08:41 PM GMT Saturday, July 11, 2009 12:53:22 PM GMT
The other day somebody ask me if there was a way to limit the amount of work that Site Analysis in IIS SEO Toolkit would cause to the server. This is interesting for a couple of reasons, You might want to reduce the load that Site Analysis cause to your server at any given time You might have a Denial-of-service detection system such as our Dynamic IP Restrictions IIS module that will start failing requests based on number of requests in a certain amount of time Or If you like me have to go through a Pro... (more)
category: News | clicked: 0 | comment | | source: blogs.msdn.com
tags: IIS
1
peeps

Dynamic IP Restrictions : The Official Microsoft IIS Site

published 418 days, 19 hours, 11 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 419 days, 3 hours, 28 minutes ago
Saturday, July 11, 2009 9:08:41 PM GMT Saturday, July 11, 2009 12:52:11 PM GMT
Dynamic IP RestrictionsClose The Dynamic IP Restrictions Extension for IIS provides IT Professionals and Hosters a configurable module that helps mitigate or block Denial of Service Attacks or cracking of passwords through Brute-force by temporarily blocking Internet Protocol (IP) addresses of HTTP clients who follow a pattern that could be conducive to one of such attacks. This module can be configured such that the analysis and blocking could be done at the Web Server or the Web Site level... (more)
category: News | clicked: 0 | comment | | source: www.iis.net
tags: IIS
1
peeps

Tips & Tricks for ASP.NET, IIS, and Visual Web Developer : Tip #88: Did you know… To not stress your server, limit the number of concurrent requests

published 418 days, 19 hours, 11 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 419 days, 3 hours, 28 minutes ago
Saturday, July 11, 2009 9:08:41 PM GMT Saturday, July 11, 2009 12:51:31 PM GMT
Tip #88: Did you know… To not stress your server, limit the number of concurrent requests The other day somebody ask me if there was a way to limit the amount of work that Site Analysis in IIS SEO Toolkit would cause to the server. This is interesting for a couple of reasons, You might want to reduce the load that Site Analysis cause to your server at any given time You might have a Denial-of-service detection system such as our Dynamic IP Restrictions IIS module that will start failing requests based ... (more)
category: News | clicked: 0 | comment | | source: blogs.msdn.com
tags: IIS
1
peeps

Per-site PHP configuration with PHP 5.3 and IIS | RuslanY Blog

published 340 days, 1 hour, 37 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 419 days, 3 hours, 31 minutes ago
Monday, September 28, 2009 2:42:29 PM GMT Saturday, July 11, 2009 12:48:57 PM GMT
About a year ago I wrote an article about how to enable per-site PHP configuration on IIS with FastCGI. The instructions in that article required some non-trivial manipulations of IIS and FastCGI configuration settings. At that time it was one of the primary options for enabling per site php.ini support (other option was to use the htscanner extension for PHP). Now, with PHP 5.3 final release available, it is much simpler to implement the same configuration because PHP 5.3 has built-in support for per-di... (more)
category: News | clicked: 4 | comment | | source: ruslany.net
tags: FastCGI, IIS, Microsoft, PHP