First Look At Asp Net v2.0 [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

First Look At Asp Net v2.0 [Electronic resources] - نسخه متنی

Alex Homer

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









The Management API


There's no doubt that the Web Administration Tool is a great utility to help administer an application, but some administrative tasks either aren't suited to a Web interface or need to be run before the application is created (or as part of the application).

ASP.NET 2.0 provides a comprehensive Management API, which allows complete manipulation of the XML configuration files as well as integration with IIS. In particular, the following configuration tasks are supported.

View configuration data merged from all levels of an application hierarchy.

Allow configuration changes to specific configuration files.

Import and export configuration sections.

Create new configuration sections.


These features allow you to set up and configure not only local machines but also remote machines.


/ 90