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
Media
Microsoft
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
February 2012 (3)
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)
August 2010 - Posts
Troubleshooting IIS 7 network performance issues and TCP Chimney Offload, Receive Side Scaling, and Network Direct Memory Access
by
The Official Microsoft IIS Site
There is a lot of posts on http://forums.iis.net related to network performance. Actually, there was two today!. The problems can be different, but the common thread seems to be network performance. Windows Server 2008 (and R2) enabled a new network feature...
Filed under:
IIS
,
TCPChimneyOffload
PHP Manager for IIS 7 – beta release
by
The Official Microsoft IIS Site
Today I am releasing PHP Manager for IIS 7 – beta, which is an IIS extension for setting up and managing multiple PHP installations on IIS 7 servers. It can be used to: Register PHP with IIS; Run multiple PHP versions side by side; Check PHP runtime configuration...
Filed under:
PHP
,
FastCGI
August 29th Links: .NET, ASP.NET, IIS Express, Silverlight, Windows Phone 7
by
ScottGu's Blog
Here is the latest in my link-listing series . Also check out my VS 2010 and .NET 4 series and ASP.NET MVC 2 series for other on-going blog series I’m working on. [In addition to blogging, I am also now using Twitter for quick updates and to share...
Filed under:
MVC
,
ASP.NET
,
Community News
,
.NET
,
Link Listing
,
WPF
,
IIS7
Patch for VS 2010 Find and Replace Dialog Growing
by
ScottGu's Blog
One of the top reported Microsoft Connect issues with VS 2010 has been an issue with the Find and Replace dialog – which grows 16px each time you use it (which is pretty annoying). The Visual Studio team recently released a patch that fixes this issue...
Filed under:
Community News
,
Visual Studio
,
.NET
Loading a static XML file to your Windows Phone/Silverlight App
by
Silverlight SDK
So I think I’ve mentioned before I have been working on a Windows Phone 7 application. It’s been a real learning experience as oftentimes as a writer, I get to know my feature areas very well, but don’t create full-blown applications using several features...
Filed under:
LINQ
,
XML
,
Windows Phone
Installing Web Applications using Web Deploy, MSBuild, and Powershell
by
The Official Microsoft IIS Site
Note: this is a guest post from Crispin Wright, who works in the media sector in the Netherlands, and has been working with Microsoft technologies since 1990. Interested in sharing your own Web Deploy story? E-mail me: baslam at microsoft.com I was recently...
Dynamic IP Restrictions Beta 2 released!
by
The Official Microsoft IIS Site
Yes, it has been a while since Beta was released, but Beta 2 is finally released! You can download Dynamic IP Restrictions Beta 2 from the links below. Dynamic IP Restrictions 1.0 Beta 2 – x86 Dynamic IP Restrictions 1.0 Beta 2 – x64 For more details...
Search and Navigation Tips/Tricks with Visual Studio
by
ScottGu's Blog
This is the twenty-seventh in a series of blog posts I’m doing on the VS 2010 and .NET 4 release. Today’s blog post continues on from the Debugging Tips post I did last week, and covers some useful searching and navigation tips/tricks you can take advantage...
Filed under:
Visual Studio
,
.NET
,
tips and tricks
Silverlight 4 and Silverlight 3 MSDN documentation are combined
by
Silverlight SDK
There is quite a bit of overlap between developing for Silverlight 3 and Silverlight 4 and so in order to not duplicate content in different locations on the web, both versions are covered in the same set of MSDN documentation. Below is a list of tips...
AppFabric WCF DataService (C#)
by
The Official Microsoft IIS Site
Today I’m happy to announce the availability of a new Feature Builder based template for Windows Server AppFabric and WCF Data Services. This template is an evolution of the previous AppFabric-enabled WCF Data Service (C#) template. WCF Data Services...
Filed under:
AppFabric
,
WCF Data Services
Life after FPSE (Part 5)
by
The Official Microsoft IIS Site
We recently hosted a group of customers from a large hosting company here at Microsoft, and as the meeting was getting started everyone in the room was introducing themselves to the other attendees. As I was shaking hands with one of our visitors, I introduced...
Filed under:
FrontPage
Hardening IIS 7.x discussion
by
The Official Microsoft IIS Site
I've seen a few posts asking "How do I harden my IIS 7 machine". Frankly, Microsoft IIS Team has done an excellent job making a IIS Admin's life much easier and doesn't require nearly as much as IIS 5 days :) Here is a thread though...
Filed under:
IIS
Tip #107 Did you know … How to improve debugging performance for MVC2 application in Visual Studio 2010 Ultimate?
by
The Official Microsoft IIS Site
VS2010 Ultimate included IntelliTrace functionality by default. IntelliTrace captures events (e.g. exceptions), and can affect performance of debugging. The typical performance hit is about 5% in the default mode (collection can be increased to...
Filed under:
Performance
,
Visual Studio 2010
,
IntelliTrace
,
Debug
,
MVC 2
Can browse my site using http://127.0.0.1, http://<machine_IP_address> but cannot browse the same site using http://localhost
by
The Official Microsoft IIS Site
Yesterday our Product Manager faced a strange problem on his Windows 7 box. He created a site (which was a PHP application) but was not able to browse the site using http://localhost . He was getting HTTP status code 503 (Service not available). When...
Filed under:
IIS
Debugging Tips with Visual Studio 2010
by
ScottGu's Blog
This is the twenty-sixth in a series of blog posts I’m doing on the VS 2010 and .NET 4 release. Today’s blog post covers some useful debugging tips that you can use with Visual Studio. My friend Scott Cate (who has blogged dozens of great VS tips...
Filed under:
Visual Studio
,
.NET
,
tips and tricks
More Posts
Next page »