Web and Cloud
Sign in
|
Join
|
Help
Home
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Tags
.NET
ASP.NET
ASP.NET MVC
Azure
Cloud Services
Community News
FTP
Geneva
Identity
IIS
iis news item
IIS7
Interop
Media
MVC
Open Source
PHP
Podcast
Silverlight
Smooth Streaming
tips and tricks
Visual Studio
Web Pro Series
Windows Azure
Windows Identity Foundation
Community
Home
Blogs
Media
Forums
Wikis
Groups
Video
Job
Archives
May 2012 (7)
April 2012 (25)
March 2012 (32)
February 2012 (14)
January 2012 (16)
December 2011 (28)
November 2011 (22)
October 2011 (19)
September 2011 (32)
August 2011 (18)
July 2011 (26)
June 2011 (31)
May 2011 (34)
April 2011 (47)
March 2011 (45)
February 2011 (43)
January 2011 (39)
December 2010 (36)
November 2010 (40)
October 2010 (26)
September 2010 (42)
August 2010 (30)
July 2010 (51)
June 2010 (41)
May 2010 (79)
April 2010 (83)
March 2010 (113)
February 2010 (93)
January 2010 (78)
December 2009 (61)
November 2009 (65)
October 2009 (30)
September 2009 (65)
August 2009 (76)
July 2009 (114)
June 2009 (116)
May 2009 (121)
April 2009 (118)
March 2009 (56)
February 2009 (24)
January 2009 (27)
December 2008 (22)
November 2008 (26)
October 2008 (11)
September 2008 (8)
August 2008 (5)
July 2008 (5)
June 2008 (6)
May 2008 (2)
April 2008 (3)
February 2011 - Posts
IIS Workstation now on Facebook
by
The Official Microsoft IIS Site
Hey Everyone, Wanted to take this opportunity to let you all know that I have started a page for IIS Workstation on Facebook. You can check it out at http://www.facebook.com/iisworkstation . The idea behind this is to give short tips, tricks and solutions...
URL Rewrite, ServerVariables, URL Parts, HTTP to HTTPS Redirect. Week 9
by
The Official Microsoft IIS Site
Last week I gave an intro to URL Rewrite; covering the basics and giving a real world example. This week I dive in deeper and cover ServerVariables, the parts that make up the URL and another real world example of redirecting HTTP to HTTPS. This...
Filed under:
IIS7
,
IIS
,
URL Rewrite
,
Web Pro Series
February 2011 IIS Community Newsletter published
by
The Official Microsoft IIS Site
I'm excited to announce our February 2011 IIS Community Newsletter is published Here is the link to the February 2011 edition - http://www.iisnewsletter.com/archive/february2011.html Sign-up for IIS Community Newsletter http://www.iisnewsletter.com...
Filed under:
IIS
This Week’s Link List (February 25, 2011)
by
The Official Microsoft IIS Site
With all the snow in Seattle this week (I know people in the mid-west and on the east coast are laughing at me when I say that), I feel out of sync. I’m sure I’ve missed lots of interesting links this week…I should have plenty of time...
Filed under:
Link List
SQL Server Driver for PHP Connection Options: CharacterSet
by
The Official Microsoft IIS Site
In this post, I’ll add to my slowly growing series that elaborates on the connection options for the SQL Server Driver for PHP . This time I’ll focus on the CharacterSet option. This is the option that specifies how data will be encoded when...
Filed under:
SQL Server Driver for PHP
,
connection options
36 Hour Free Offer: jQuery Fundamentals Training
by
ScottGu's Blog
Pluralsight (a great .NET training company) is offering the opportunity to watch their jQuery Fundamentals course for free for the next 36 hours. The course is presented by the most excellent Dan Wahlin and contains 5 hours of great end to end content...
Filed under:
ASP.NET
,
Talks
,
jQuery
ASP.NET mvcConf Videos Available
by
ScottGu's Blog
Earlier this month the ASP.NET MVC developer community held the 2nd annual mvcConf event . This was a free, online conference focused on ASP.NET MVC – with more than 27 talks that covered a wide variety of ASP.NET MVC topics. Almost all of...
Filed under:
ASP.NET
,
Community News
,
.NET
,
Talks
An Intro to IIS URL Rewrite–plus redirecting URLs to www-Web Pro Week 8 of 52
by
The Official Microsoft IIS Site
Today’s video post is an intro to URL Rewrite and the start of a few lessons on this powerful tool. Additionally I cover how to rewrite URLs to add the www to the domain name for the sake of search engine optimization (SEO). This is week 8 of a...
Filed under:
IIS7
,
IIS
,
URL Rewrite
,
Web Pro Series
www.IISJobs.com has been launched.
by
The Official Microsoft IIS Site
Looking for a job related to Microsoft (Internet Information Server)? Or do you have a job opening which requires IIS experience. Look no further, subscribe to the discussion forum today at http://www.iisjobs.com and be notified as soon as a job is posted...
Filed under:
IIS
This Week’s Link List (February 18, 2011)
by
The Official Microsoft IIS Site
In this week’s list, be sure to look at the comprehensive list of conferences if you haven’t already made your conference plans for the year. There’s also some good links that are helpful in learning about testing, but maybe nobody needs...
Filed under:
Link List
How to enable Xdebug in WebMatrix
by
The Official Microsoft IIS Site
Xdebug is a very popular PHP extension that helps with debugging and profiling of PHP scripts by providing a lot of valuable debug information. Microsoft WebMatrix is a development tool for building web applications. When WebMatrix is used to build or...
Filed under:
PHP
,
WebMatrix
,
Xdebug
February Release of Silverlight for Windows Phone Toolkit
by
Silverlight SDK
Yesterday the toolkit team pushed out an update to the Windows Phone Toolkit. You can get the February update here . One of the things I am excited about is that the Performance Progress Bar is now part of the toolkit. No need to do all the copying and...
Filed under:
Windows Phone
,
Toolkit
IIS 6: Setting up SSL - Part 3: Installing the Certificate
by
The Official Microsoft IIS Site
In part three of my series on setting up SSL on IIS 6, I'll describe the steps that are necessary to install an SSL certificate. Simply out of convenience I broke this process into two sections: Installing Your Certificate (Required) Verifying Your...
Filed under:
IIS
,
ssl
Do Stored Procedures Protect Against SQL Injection?
by
The Official Microsoft IIS Site
When I’ve asked people about their strategies for preventing SQL injection, one response is sometimes “I use stored procedures.” But, stored procedures do not , by themselves, necessarily protect against SQL injection . The usefulness...
Filed under:
Security
,
SQL Injection
IIS 6: Setting up SSL - Part 2: Submitting a Certificate Request and Obtaining a Certificate
by
The Official Microsoft IIS Site
In part two of my series on setting up SSL on IIS 6, I'll describe the steps that are necessary to obtain an SSL certificate. Typically you would submit your certificate request to any one of several Certificate Authorities (CA); and there are several...
Filed under:
IIS
,
ssl
More Posts
Next page »