Active Server Pages: Разлика между версии

Изтрито е съдържание Добавено е съдържание
TXiKiBoT (беседа | приноси)
м Робот Добавяне: en:Active Server Pages
м Grammar: 2;
Ред 10:
| website =
}}
'''Active Server Pages''' ('''ASP'''), още познат като ''Classic ASP'' или ''ASP Classic'', е първата разработка на[[Microsoft]] свързана със [[сървърно скриптиране|сървъри]], [[Активен скрипт|двигателен скрипт]] за [[динамични уеб страници|динамично-генерирани уеб страници]]. Първоначално пуснат като добавка за [[Internet Information Services]] (IIS) чрез [[Windows_NT_4.0#Option_Pack|Windows NT 4.0 Option Pack]], в последствиевпоследствие бе включен като свободен компонент на Windows Server (в първоначалната версия на [[Windows 2000 Server]]). В момента е бил заменен от [[ASP.NET]].
 
Развитието на функционалността на ASP [[сайтовете]] е активирана от [[Активен скрипт|активен скрипт]] в двигателна подръжкаподдръжка на [[Component Object Model]] (COM), с всеки [[Обект (компютърни науки)|обект]] providing a related group of frequently-used functions and data attributes. In ASP 2.0 there were six [[Wiktionary:built-in|built-in]] objects: Application, ASPError, Request, Response, Server, and Session. '''Session''', for example, is a [[http cookie|cookie-based]] [[Session (computer science)|session]] object that maintains the state of [[Variable (programming)|variables]] from page to page. Functionality is further extended by objects which, when instantiated, provide access to the environment of the [[web server]]; as an example '''FileSystemObject''' ([[FSO]]) is used to [[create, read, update and delete]] [[Computer file|files]].
 
Web pages with the ''.asp'' [[file extension]] use ASP, although some Web sites disguise their choice of scripting language for security purposes (e.g. still using the more common ''.htm'' or ''.html'' extension).