By tag: IIS
0
kicks
IIS7 URL Rewriting Module Documentation and Walkthroughs
The Microsoft URL Rewrite Module for IIS 7.0 provides flexible rules-based rewrite engine that can be used to perform broad spectrum of URL manipulation tasks.
0
kicks
The future of .NET, Visual Studio and more
The career pages of Microsoft give hints what the future holds for us developers. This post picks out the interesting little details about future versions of Visual Studio, .NET Framework, SharePoint, SQL Server etc and analyzes a bit what they could mean.
0
kicks
.NET Debugging Demos - Information and setup instructions (IIS)
This is a series of debugging demos aimed to help you get some hands on experience in debugging the most common types of Hang/performance, memory and crash scenarios in .net applications.
The demos are written in ASP.NET which means that you do need IIS and .net framework 2.0 installed on the de...
0
kicks
Build Scalable ASP.NET Websites using Asyncronous Programming Models
Excellent MSDN Webcast on how to use Asynchronous Programming model in your ASP.NET 2.0 pages to avoid using up all your threads from threadpool for some lengthy operation (remote web service call, remote sql server query etc).. A must-watch!
0
kicks
Host your own Web Server in your app using IIS7 Hostable Web Core
IIS 7.0 includes a very cool feature that is not so well known called Hostable WebCore (HWC). This feature basically allows you to host the entire IIS functionality within your own process.
0
kicks
ScottGu tells about the new IIS7 Admin Pack
"Last week the IIS team shipped the first technical preview of some really cool administration modules that I think web developers will find super useful."
Database Manager, Log Reports, Configuration Editor, Request Filtering UI, .NET Authorization, FastCGI UI
0
kicks
More on GZip compression with ASP.NET Content
If you have a hosted site, sometimes you cannot change settings on the IIS server. This article shows you how to enable GZip compression directly within ASP, bypassing the server settings. I used this code on my site and it works great.
0
kicks
Configuring a Web Server to Host Silverlight Content
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 co...
0
kicks
ScottGu: IIS 7.0 Bit Rate Throttling Module Released
The blog post below provides a quick overview of some of the options you can use to reduce the cost of delivering video, and discusses a new free download - the IIS 7.0 Bit Rate Throttling Module - that was released a few days ago and which enables you to easily save money when serving video from an...
0
kicks
IISAdmin - Free tool for creating multiple websites on IIS5
IISAdmin - Tool for creating multiple asp.net websites on IIS5 and winxp
0
kicks
GoDaddy Now offering IIS7
If you recently set up a new Windows shared hosting account you noticed the addition of support for IIS7. What does this mean to you?
0
kicks
Using the IIS 7.0 Managed Configuration API
Article covers how to programatically modify the IIS 7.0 configuration in .NET using the Microsoft.Web.Administration namespace.
0
kicks
Creating Self Signed SSL Certificates on IIS 6.0 and Win Server 2003
Step by step tutorial (with screen shots) on creating self signed SSL certificates on IIS 6.0 and Win 2003 development / test servers using the FREE SelfSSL tool which comes with IIS 6.0 Resource Kit Tools. You can even use it to secure your local intranet.
0
kicks
Adding an Application Pool to IIS7 programmatically
This post shows you how to create an Application Pool in IIS7 from C#.
0
kicks
MSDN Magazine February 2008
This issue contains topics like:
Mobile WCF, IIS7 Extensibility, VSTO 3.0, Unit Testing (TDD), F#, Modal AJAX Dialogs, Workflow...