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)
March 2011 - Posts
Open Source + Southern Hospitality
by
The Official Microsoft IIS Site
I spent the entire week last week enjoying some good weather and southern hospitality in the Carolinas. On Tuesday Mar 15 I had the pleasure of being invited to present at the Charlotte Enterprise Developers Guild organized by Bill Jones (special thanks...
Application Request Routing and Proxy Chain
by
The Official Microsoft IIS Site
It is pretty common to run ARR as a proxy behind another proxy in a corporate environment and I've been asked how ARR can be configured in such an environment. This practice is also known as "proxy chaining" where one proxy is "chained"...
Filed under:
arr
,
Application Request Routing
,
Proxy Chain
March 2011 IIS Community Newsletter is published
by
The Official Microsoft IIS Site
I'm excited to announce our March 2011 IIS Community Newsletter is published Here is the link to the March 2011 edition - http://www.iisnewsletter.com/archive/march2011.html Sign-up for IIS Community Newsletter http://www.iisnewsletter.com Cheers...
Filed under:
IIS
Why is Application Request Routing Version 2.5 available only via Web Platform Installer?
by
The Official Microsoft IIS Site
Within hours of Application Request Routing Version 2.5 release (see announcement here ), I've been asked why ARRv2.5 is available only via WebPI. Well, a simple response would be that WebPI is the way to consume web technology applications and components...
Filed under:
arr
,
Application Request Routing
Enabling dynamic compression (gzip, deflate) for WCF Data Feeds, OData and other custom services in IIS7
by
The Official Microsoft IIS Site
I'm working on a thing that uses an HttpWebRequest to talk to a backend WCF Data Service and it'd be ideal if the traffic was using HTTP Compression (gzip, deflate, etc). On the client side, it's easy to just add code like this request.AutomaticDecompression...
Filed under:
ASP.NET
,
IIS
,
OData
How to authenticate ONLY the encoder streams but not the clients for live smooth streaming?
by
The Official Microsoft IIS Site
This question was asked quite a few times from our customers and on the media forum. The scenario is that I, as an site administrator, want to authenticate encoder streams that are pushing in for live smooth streaming. However, I don’t really want all...
Filed under:
Smooth Streaming
,
Media
,
Live Smooth Streaming
Java Access to SQL Azure via the JDBC Driver for SQL Server
by
The Official Microsoft IIS Site
I’ve written a couple of posts ( here and here ) about Java and the JDBC Driver for SQL Server with the promise of eventually writing about how to get a Java application running on the Windows Azure platform. In this post, I’ll deliver on...
Filed under:
Azure
,
Java
,
SQL Azure
,
JDBC
Microsoft Application Request Routing (ARR) Version 2.5 has been released.
by
The Official Microsoft IIS Site
Microsoft Application Request Routing (ARR) Version 2.5 has been released. Overview: Application Request Routing v2.5 improves the performance and the scalability of ARR in its disk caching scenarios . In addition to fully incorporating the enhancements...
Filed under:
arr
,
Application Request Routing
SiteServerDetails–Obtaining information about a server node in a web farm—Part 13 of 52
by
The Official Microsoft IIS Site
This week I cover a couple ways to obtain information about a specific server in a web farm. How can you tell which node handled your page request? Often it’s valuable to know which node is currently being served for troubleshooting the load balancer...
Filed under:
ASP.NET
,
IIS7
,
IIS
,
Web Pro Series
,
Webfarm
SiteServerDetails–Details for Web Farm Nodes
by
The Official Microsoft IIS Site
Often times if you administer a web farm, or develop for a web farm, you want to know which node you’re currently on. This is useful is you want to know if your load balancers are balancing with the algorithm that you expect, or if you want to troubleshoot...
Filed under:
ASP.NET
,
IIS7
,
IIS
,
Webfarm
Configuration Editor–An Admin’s Best Friend
by
The Official Microsoft IIS Site
Configuration Editor has to be one of my favorite pieces of the IIS7 UI, and probably one of the least publicized. For anyone who hasn’t used it, you should give it a whirl. In addition to allowing you to browse the config using a treeview style layout...
Filed under:
IIS7 IIS configuration config editor advanced logging
Start-to-Finish Guidance for Windows Phone 7 Application Development
by
Silverlight SDK
If you are a C#/.NET developer who wants to learn the basics of phone application development using Silverlight, check out our new end-to-end guidance and sample application: Building a Windows Phone 7 Application from Start to Finish Fuel Tracker sample...
Filed under:
samples
,
documentation
,
Windows Phone 7
.NET Rocks! Chats with Jean Paoli
by
The Official Microsoft IIS Site
For those of you who love .Net and have an interest in Web standards and Interoperability at Microsoft, then listening to the interview with Jean Paoli, the General Manager of Interoperability Strategy at Microsoft, with .NET Rocks!, is a must. .NET Rocks...
Filed under:
Open Source
,
Interop
,
Open Standards
WebMatrix launch failed, ERROR: IIS 7.5 Express could not be initialized
by
The Official Microsoft IIS Site
In this blog, we will have a look at one of the issues we face after a successful install of WebMatrix. WebMatrix fail to launch and the error it throws is “ IIS 7.5 Express could not be initialized. Please make sure that it is installed and configured...
RC of Entity Framework 4.1 (which includes EF Code First)
by
ScottGu's Blog
Last week the data team shipped the Release Candidate of Entity Framework 4.1. You can learn more about it and download it here . EF 4.1 includes the new “EF Code First” option that I’ve blogged about several times in the past. EF Code First...
Filed under:
ASP.NET
,
Community News
,
.NET
,
LINQ
,
Data
More Posts
Next page »