• vote
    23
    0 starsmohit | Shared With: Everyone - Jan 31 2007 | iis, iis 7, windows, asp.net, vista
    CoDe Magazine - Article: Are You Ready for IIS 7?

    A little more on IIS 7...

    Quoted: Each virtual directory must be assigned to an Application Pool and the Application Pool must be configured to run either in Integrated Pipeline mode or use the classic ISAPI mode.
    ...
    You may wonder if that will break your applications with an invalid schema? Nope. Luckily Microsoft built ASP.NET 2.0 with support for the IIS 7 schema so these modifications will not break existing applications even if they are running on versions prior to IIS 7.

    You must be Mohit's friend before you can comment on this Fave.
    Send Mohit a friend request or a personal message instead.

Related Faves from mohit

  • vote
    31
    0 starsmohit | Shared With: Everyone - Jan 31 2007 | windows, asp.net, iis, iis 7, vista, tips, development
    James Geurts' Blog : Migrating .net application to iis7

    Yet another roadblock to getting my app working under Vista.

    Quoted: When you initially try to run a web application with IIS7, it'll bitch at you and tell you to either migrate the application or run it in a classic app pool. I decided I would migrate my application since I'm sure I'll have little choice in the future.

  • vote
    538
    0 starsmohit | Shared With: Everyone - Jan 31 2007 | windows, vista, asp.net, iis, iis 7, development
    HTTP Error 404.3 - Not Found, Server Error IIS7 ASP.Net Configuration Error

    One more helpful tip for getting started with ASP.Net on IIS 7.

    Quoted: There is one more step involved in enabling ASP.Net on your Windows Vista machine. Follow the procedure in previous article to get to Panel for Windows Program and enable the appropriate sections under Internet Information Services > World Wide Web Services > Application Development Features. If you enable ASP, ASP.Net, Server Side Includes etc., your settings may look like the following image.

  • vote
    8
    0 starsmohit | Shared With: Everyone - Jan 31 2007 | iis, windows, vista, iis 7, metabase, development
    Jelle Druyts - PDC05: The Third Keynote

    The metabase is dead...IIS configuration is now done with configuration files consistent with .Net configuration files.

    Quoted: One of the most common problems with IIS to date has been the centralized and opaque nature of the IIS Metabase (which holds all the configuration data for the IIS server). It required an administrator to update the settings, and you were in serious problems if the metabase ever got corrupted. So it was very exciting to hear that the metabase is now officially dead. All configuration is now persisted in XML configuration files, and this even trickles down to the web.config files of the individual websites. Take for example the task of adding a default document to be served for a website, which can now be defined in its own web.config as such...