Bill Staples - An hour discovering IIS 7
- Posted: Sep 04, 2005 at 7:54 PM
- 90,860 Views
- 24 Comments
Download
How do I download the videos?
- To download, right click the file type you would like and pick “Save target as…” or “Save link as…”
Why should I download videos from Channel9?
- It's an easy way to save the videos you like locally.
- You can save the videos in order to watch them offline.
- If all you want is to hear the audio, you can download the MP3!
Which version should I choose?
- If you want to view the video on your PC, Xbox or Media Center, download the High Quality WMV file (this is the highest quality version we have available).
- If you'd like a lower bitrate version, to reduce the download time or cost, then choose the Medium Quality WMV file.
- If you have a Zune, WP7, iPhone, iPad, or iPod device, choose the low or medium MP4 file.
- If you just want to hear the audio of the video, choose the MP3 file.
Right click “Save as…”
- Mid Quality WMV (Lo-band, Mobile)
- WMV (WMV Video)
Bill Staples is the group program manager on the IIS 7 team. That's Microsoft's Web Server. We spend an hour discovering IIS 7 (the next version of IIS 7). Includes lots of demos.
Comments Closed
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
that started out pretty slow. The first 20 minutes I didn't see a single thing exciting.
then about half way through, it picked up and turned out to be a pretty intense video - I love the IIS Modules, that adds alot more options than the straight HttpModules and handlers we had before.
can't wait to test it out
wow - Scoble brought up the Search feature question at about 40 minutes in - sad to see that Longhorn server *might* bring this in.
My previous
version (Nata1) can go past 100,000 pages and is also free, drag and drop in less than 5 minutes
Until then you can just use .Search, I go well past 15 million pages, full ranking control, spidering, crawling, stemming, reporting, and it runs on top of community server so it has the entire community server api. And its open source and free
I do think that the indexer should be built into IIS and should allow you to spider, and crawl the file system, and that should be free with IIS.
We'll go deeper into IIS 7 in the future. Stay tuned.
C
Heh. I was actually chuckling when Scoble went, "Oooh, is that an RSS feed?".
Scoble, you're too obsessed .
mVPstar
Comment removed at user's request.
IE 7 ?? Were you watching a different interview? Don't even get started on "ripping off" when it comes to software. The backbone of the software industry as a whole was (and is) built on "reuse" of ideas, methods, and approaches. When it's taken from friendly sources it's called "inspiration". When taken from a foe, it's called "ripping off". Give me a break. If this held true for cars, only one maker would have round wheels. The others would have to ship with square, triangle and octagonal wheels so they wouldn't be "ripping off" their competitors. Sheesh. :O
But I have the same questions as mrichman... so call to Channel9 team: please consider a future video about the improvements of IIS7 in a hosting environment!
Re: default documents... there are, naturally, tricks you can do to emulate a default index.html even if you're not an admin, like
default.asp:
<%
Dim q
q = Request.QueryString
If q = "" Then
Response.Redirect "index.html"
Else
Response.Redirect "index.html?" & q ' already URLEncoded
End If
%>
What I find interesting is the Microsoft's journey from decentralized, text-based configuration files (INI-Files) to centralized, binary configuration files (Registry, Metabase) back to decentralized, text-based config files (app.config, web.config).
One thing I always loved about UNIX is the degree of control you can have over your system by just using a text editor. No RegEdit or IIS console.
Good to see MS changing it's mind on this issue and returning to text file based configuration. Even better that they are using XML files. One thing I hate about UNIX is the myriad of different file formats you have to remember. Editors with schema-based Intellisense will make editing these files a breeze. Hint: This would be a great new feature for Notepad in Vista.
Nooooo! Make a standalone XMLEditor instead.
While the simplicity of doing configuration with just a text editor is appealing, I still prefer a GUI for most things...Especially late at night or early in the morning (depending on your point of view) to at least curb the possiblity of making stupid mistakes.
I also enjoy being able to practically clone a server just by copying the xml file.
I can't help replying to the post about Microsoft "ripping off" stuff...People complain when Microsoft doesn't keep up, and they complain when Microsoft does keep up, and they complain when Microsoft is ahead...well, never mind, I guess I really don't know how to reply to that.
Keep up the good work guys!
As for the config files, it's thanks to XML that this can be good, the myriad of formats on unix/linux is a real PITA!
But they should only be complementary, the most important strength of windows is its GUI.
So MS, I'm very excited about these configuration files, but PLEASE don't forget to create a nice configuration GUI for everything as well !!!
And how powerful does the "web.config" become !
Although I could see someone accidentally clobbering the config file for "a site" with the config file for "my application" - rather than merging into the same file... oops !
With plugging modules in/out of IIS - how does that relate to FTP ??.
From the video, you'll be able to include (or exclude) many different modules - does that include FTP ?? (if it IS a module).
Imagine if someone would want to run a purely FTP server - not serve up pages (or ASP.NET) or any other such stuff...
Basically, how does FTP slot into IIS ?? Or are they separate ??
With all this talk about XML config files, will the C9 ever go into the development of the Installation/Deployment config XML files and related systems? I heard a long while ago that it would be a great help to people in my line of work that have to maintain a large number of machines/installs. Thanks, and keep up the great work!
Please look at some of the other 3rd party ftp software makers and bring some of those features into iis 6 and 7.
Remove this comment
Remove this thread
close