OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
ssgill_at_starhub.net.sg
Date: Wed Jul 10 2002 - 00:16:29 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Greetings

    Only ASP.NET uses web.config (which is similar with WEB-INF).

    Previous versions of ASP (3.0 and below), store application
    configuration as part of the IIS Metadata. This was a big problem with
    moving asp application from one IIS web server to another IIS web
    server.

    But in ASP.NET, moving application is a mere xcopy only. The reason
    being, the configuration of the ASP.NET application is in the
    web.config file. NOthing is stored in the IIS for application
    configuration.

    Cheers
    Gill

    >
    > Doesn't asp approach have something like WEB-INF?
    >
    > Bye
    > Greg
    >