The Artima Developer Community
Sponsored Link

.NET Buzz Forum
IIS 7

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Anand M

Posts: 984
Nickname: anandm
Registered: May, 2004

Anand M is a VB.NET MVP working as a Senior Architect @ Polaris Software Lab Ltd
IIS 7 Posted: Jan 18, 2005 12:14 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Anand M.
Original Post: IIS 7
Feed Title: .NET From India
Feed URL: http://www.dotnetindia.com/index.rss
Feed Description: Your daily dose of .NET From India
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Anand M
Latest Posts From .NET From India

Advertisement

I have been looking at IIS 7 and reading up on this. This is the next version of IIS and supposed to ship with the next version of the OS, Longhorn (Not sure if it will ship with the client edition also, or only the server edition).

Major enhancements to the HTTP pipeline means that ASP.NET is integrated much lower into the base. This means you can write the equivalents of an ISAPI filter in Managed code. IIS also now understands web.config. This means your ASP.NET and IIS share a single configuration repository, which is good news for the developers. They also share your authentication and autherization settings. Now you get real xcopy deployments for your web sites.

Also a completely new Management interface is supposed to be in the works, making it easier for you to maintain the new IIS server. Can't wait to get my hands on a Beta. :-)

You can also read about IIS 7 features at Fritz Onion's Blog

Read: IIS 7

Topic: New Adapdev Rss Feed for Latest Projects and News Previous Topic   Next Topic Topic: I almost forgot - I'm presenting this wednesday

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use