News in the Category: IIS Subscribe to the rss of this category.

Total posts: 464

Mapping a different file extension for ASPX Pages in IIS 7.0

CarlosAg Blog, July 4, 2008

Today I read a question in one of the IIS.NET forums - although I'm not sure if this is what they really wanted to know - I figured it might be useful to understand how to do this anyway. Several time...

CodeSnip: Redirecting an HTTP Request to HTTPS in IIS 7.0

ASPAlliance.com - The #1 ASP.NET Community, July 4, 2008

IIS 7 has a new User Interface and a new configuration system. In this article Sudeep provides step-by-step information on how to configure HTTP to HTTPS redirection which is a common requirement for ...

DiscountASP.net releases new IIS 7.0 Manager modules

CarlosAg Blog, July 2, 2008

DiscountASP.net who has been a very close partner of the IIS Team leading several offerings of our platform - including IIS Manager Remote Delegated Access to the Web Site and many other cool tools - ...

Announcing IIS7 PowerShell Provider Tech Preview

Brettblog, July 2, 2008

During the development of IIS7, Bill Staples often promised better integration with Powershell was in the future. Well, the future is now and today I got the following message in my inbox: Congat...

How to Make an Application Offline in ASP.NET 2.0

ASPAlliance.com - The #1 ASP.NET Community, June 27, 2008

There are different approaches to taking an application offline, for such things as say maintenance purposes. The latest addition is App_Offline.htm in ASP.NET 2.0 and this article demonstrates how to...

HttpStatusCode An Enumeration For the Web

Chris Love's Official Blog - Professional ASP.NET, June 26, 2008

I have posted before about IIS Status codes , realize that is not exactly a correct name for them, it should be Http Status Codes. I wanted to point you to a valuable enumeration in the System.Net nam...

Security Tip: Blocking Access to ASP.NET MVC Views Using Alternative View Engines

youve been HAACKED, June 25, 2008

When you create a new ASP.NET MVC project using our default templates, one of the things you might notice is that there is a web.config file within the Views directory. This file is there specifically...

Rewriting URLs on IIS5, IIS6, or IIS7 (mod_rewrite on IIS?)

All About Interop, June 18, 2008

A couple weeks ago, Bill Staples made a splash when he announced a Rewrite Module for IIS7: http://blogs.iis.net/bills/archive/2008/05/31/urlrewrite-module-for-iis7.aspx Rewriting URLs?  This is ...

IIS 7.0 Server-Side : Make your next IIS 7.0 web server a lean one

Brettblog, June 17, 2008

Mike Volo advises about the benefits of creating lean, mean web server machine! http://mvolo.com/blogs/serverside/archive/2008/06/17/Make-your-next-IIS-7.0-web-server-a-lean-one.aspx IIS 7.0 Server-S...

IIS 7.0 Site ID Computation

CarlosAg Blog, June 13, 2008

In my previous post I mentioned that IIS Manager (more specifically Microsoft.Web.Administration) has two algorithms for assigning a Site ID when no ID is specified. The two algorithms are: Incremen...

Automatic Blocking of Known Bad IPs (hacking attempts)

ASP.NET Announcements, June 12, 2008

If you put an ASP.Net app on the Internet it's guaranteed you will start to get hackers making automated attempts to control the server.ASP.Net is pretty good at catching these attempts but if you...

Faster IIS Web Sites Provisioning using Microsoft Web Administration

CarlosAg Blog, June 12, 2008

Yesterday I got an email about some performance numbers that one of our customers were running into when creating remotely Web Sites, Applications, Application Pools and other tasks in IIS using Micro...

Extending the IIS Configuration System using COM

CarlosAg Blog, June 10, 2008

Today I was going to post about extending the IIS Configuration, in particular about a feature that not everybody knows that allows you to extend the IIS Configuration System using dynamic code. What ...

Graffiti CMS - VDirs - ISAPI Rewrite and Partial Trust

Scott Forsyths WebLog, June 5, 2008

I thought I would spend a few minutes today testing out Graffiti from Telligent.  Graffiti is a fairly new blogging and content management system (CMS) which is meant to be very easy to install a...

WCF services getting errors when hosting in IIS

Glavs Blog, June 4, 2008

This post is more for my own records than anything and I have been meaning to write this down for some time. Problem: Had a WCF Web Service that was being hosted in IIS. Worked in dev and test fine. M...

IIS Admin Pack: Database Manager

CarlosAg Blog, June 2, 2008

OK, this blog entry sat in my drafts for more than a month now, but finally today I will be talking about another cool feature of the IIS Admin Pack, Database Manager. Database Manager allows you to e...

URL Rewriting with IIS7

Andreas Kraus: C#, ASP.NET, SEO, May 31, 2008

Finally Microsoft released the long anticipated IIS7 URL Rewrite Module. It really was about time! The key features look promising:Rules-based URL rewriting engineRegular expression pattern matchingWi...

New Articles for Building IIS Manager Extensions Published in IIS.NET

CarlosAg Blog, May 30, 2008

Gurpreet Singh who is a developer in my team published last week a couple of articles on how to extend IIS Manager 7: 1) The first one talks about how to write an IIS Manager extension in general and ...

URL Rewrite Technical Preview 1 available

CarlosAg Blog, May 30, 2008

Today we are releasing a very cool feature that lots of customers have really been asking for, URL Rewrite Module is now available for download at: Download the x86 CTP version for IIS 7.0: http://www...

Recycling IIS 6.0 application pools programmatically

The Code Project Latest Articles, May 27, 2008

A simple way to recycle IIS 6.0 application pools programmatically...

IIS Feature is missing during SQL 2005 Installation

Colt Kwongs Blog, May 27, 2008

This is not the first time for me to see this message, so I think it may be a good idea to blog about it for future reference. The error message should be: Microsoft Internet Information Services (I...

Non ASPX Extensions and Authentication in the IIS 7 Integrated Pipeline

Rick Strahls WebLog, May 23, 2008

Last week, I ran into an interesting problem that I didn't immediately find a solution for. I was cleaning up one of my DevConnections samples, which is a photo album application. The idea is that any...

SQL SERVER - Orphaned MS DTC Transaction Information

Journey to SQL Authority with Pinal Dave, May 14, 2008

Few days ago, one of our application was crashing IIS application pool because of unhandled exception. After researched we figured out the case of it was orphaned MS DTC transaction.When multiple conn...

IIS 7.0 Server-Side : Leaving Microsoft ...

Brettblog, May 14, 2008

Mike Volodarsky announces he's leaving Microsoft. Mike was a central player in the creation of IIS 7 and was the PM for many key projects including the integrated pipeline and APPCMD. Aside from assi...

Release of Web Deployment Tool

Brettblog, May 14, 2008

Bill Staples sent this annoucment out about the release of this new tool. I know they worked on this for a loooong time. looking forward to feedback! -brett   IIS is thrilled to announc...

IIS Admin Pack Technical Preview 2 Released

CarlosAg Blog, May 13, 2008

Today we are releasing the Technical Preview 2 of the IIS Admin Pack, it is an update of the release we made on February. Install the Admin Pack and Database Manager today! Admin Pack (x86):  htt...

Upcoming Speaking Engagements

Scott Forsyths WebLog, May 6, 2008

There are some exciting events coming up around the Charlotte area which I'll be speaking at.  Next weekend is the Charlotte Code Camp Spring 2008.  I'll be speaking on what is currently fre...

I have Framework 3.5 installed, why does my IIS show only ASP.NET 1.1/2.0?

Jotekes Blog, May 3, 2008

I've replied a lot to these questions lately. I'm not going to go to very deep with this, Scott Hanselman has excellent post covering this, see that: How to set an IIS Application or AppP...

Graffiti.Redirect 0.2

.Avery Blog, April 30, 2008

I just pushed out a new release of Graffiti.Redirect with a couple minor fixes and one big fix. A couple weeks ago I was talking with Rob Bazinet about moving his blog to Graffiti and I told him he...

Visual Studio IIS 7 and WebDAV

Hannes Preishuber, April 29, 2008

Visual Studio 2008 have still no native WebDAV support. On the other hand Microsoft is stopping Frontpage Server Extensions Development. Both of this web publishing protokolls are *not* implemented in...

IIS 7.0 Talk at ASP.NET Connections at Orlando

CarlosAg Blog, April 28, 2008

Last Monday I gave a presentation at the ASP.NET Connections event in Orlando, the title was IIS 7.0 for ASP.NET Developers. I just wish I had more time to stay at Orlando, weather was great, especial...

Protect Your Ass, Redux

Peter Brombergs UnBlog, April 27, 2008

Another flaw in the human character is that everybody wants to build and nobody wants to do maintenance.  - Kurt Vonnegut I've written several times about the importance of having a serious back...

SQL Injection Attacks on IIS Web Servers - BillS IIS Blog

Brettblog, April 26, 2008

Here's a blog post from Bill Staples on this issue. Bill is the uber manager of IIS and was the main vision and driver for both IIS 6 and IIS 7 as well as having key involvement since IIS 4. SQL Inje...

Professional IIS 7

Chris Love's Official Blog - Professional ASP.NET, April 19, 2008

I recently got a copy of my friend Scott Forsyth's IIS 7 book from WROX. The book has 6 authors and covers just about everything you need to know about IIS 7. I have examined a few IIS 7 books and hav...

A New Generation of URL Rewriters ?

The Code Project Latest Articles, April 18, 2008

A URL Rewriter/ Redirector which utilizes new and advanced IIS7 Integrated ASP.NET Pipeline feature...

How to Deal with the 'Failed to Access IIS Metabase' Error

Chris Love's Official Blog - Professional ASP.NET, April 18, 2008

You may get this the first time you try to execute an ASP.NET site on a Windows XP installation of IIS 5.1 The error will point you to a Microsoft Knowledge Base article to solve the Failed to Access ...

Host your own Web Server in your application using IIS 7.0 Hostable Web Core

CarlosAg Blog, April 14, 2008

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. This gives...

Display Images with IIS7 in Vista or Windows 2008

peterkellner.net, April 1, 2008

How to solve problem off image not appearing in iis7. css,gif's, etc.[[ This is a content summary only. Visit my website for full links, other content, and more! ]]...

Display Images with IIS7 in Vista or Windows 2008

peterkellner.net, April 1, 2008

How to solve problem off image not appearing in iis7. css,gif's, etc....

IIS Stack in Windows Server 2003+

Jason N. Gaylords Blog, March 31, 2008

Apparently the IIS stack has changed in Server 2003. I've never noticed any issues with my ASP.NET apps, but in case you do, here's the full post: http://blogs.msdn.com/tom/archive/2008/03/31/stack-si...

IIS Stack in Windows Server 2003+

Jason N. Gaylords Blog, March 31, 2008

Apparently the IIS stack has changed in Server 2003. I've never noticed any issues with my ASP.NET apps, but in case you do, here's the full post: http://blogs.msdn.com/tom/archive/2008/03/31/stack-si...

IIS Stack in Windows Server 2003+

Jason N. Gaylords Blog, March 31, 2008

Apparently the IIS stack has changed in Server 2003. I've never noticed any issues with my ASP.NET apps, but in case you do, here's the full post: http://blogs.msdn.com/tom/archive/2008/03/31/stack-si...

IIS Admin Pack: Configuration Editor

CarlosAg Blog, March 31, 2008

Today I will be talking about one of the features included in the new IIS Admin Pack called Configuration Editor. Configuration Editor is an IIS Manager feature that will let you managed any configura...

01.00.03 Active Directory Provider Released

Shaun Walker, March 27, 2008

I'm pleased to announce that the 01.00.03 version of the Active Directory Provider has completed the DNN Release Tracker process and has been released. You can download the provider and the document f...

Book Release: Professional IIS 7

ASP.NET Announcements, March 27, 2008

Wrox has released Professional IIS 7, aimed at the professional web server manager as well as developers.  Written by IIS professionals and Microsoft MVPs.  Installing and Configuring I...

New Log Reporting, Database Management, and other cool admin modules for IIS 7

ScottGus Blog, March 26, 2008

One of the core priorities we focused on when building IIS 7 was to enable a rich .NET extensibility model that provides developers with the hooks to easily plug-in and extend the web server. ...

The hits just keep on comin

Brettblog, March 25, 2008

The IIS team has released another preview of even more additions to IIS 7. This time its the IIS 7 admin pack which adds some UI features that enhance the administration experience beyond what you g...

IIS 7.0 Admin Pack: Request Filtering

CarlosAg Blog, March 24, 2008

My last post talked about the Technical Preview release of the IIS 7.0 Admin Pack, and how it includes 7 new features that will help you manage your IIS 7.0. Today I was going to start writing about m...

Windows 2008 Server Mailserver

Andreas Kraus: C#, ASP.NET, SEO, March 23, 2008

Last week I installed Windows 2008 Server Standard on one of our dedicated Servers. So far I really like it, IIS7 seems to be pretty nice and the administration features evolved a lot. I also like the...

Coolest IIS app ever: Manage IIS 7 from your mobile phone- complete with source code

Brettblog, March 23, 2008

Sukesh has developed and released on codeplex, a mobile application that lets your managean IIS 7 server from your cell phone! This is very cool application that shows off some of the great technolo...

Product Spotlight