Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
for security reasons, you should not put your dynamic modules into publicly accessible directories. even though it can be done and it simplifies testing, you should put them into a separate directory in production environments.
for security reasons, you should not put your dynamic modules into publicly accessible directories. even though it can be done and it simplifies testing, you should put them into a separate directory in production environments.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
asp is not really a language in itself, it's an acronym for active server pages, the actual language used to program asp with is visual basic script or jscript. the biggest drawback of asp is that it's a proprietary system that is natively used only on microsoft internet information server (iis). this limits it's availability to win32 based servers. there are a couple of projects in the works that allows asp to run in other environments and webservers: instantasp from halcyon (commercial), chili!soft asp from chili!soft (commercial) and openasp from activescripting.org (free). asp is said to be a slower and more cumbersome language than php, less stable as well. some of the pros of asp is that since it primarily uses vbscript it's relatively easy to pick up the language if you're already know how to program in visual basic. asp support is also enabled by default in the iis server making it easy to get up and running. the components built in asp are really limited, so if you need to use "advanced" features like interacting with ftp servers, you need to buy additional components.
aspそれ自体は言語ではなく、active server pagesの頭文字です。aspを作成す るのに使用される実際の言語はvisual basic scriptかjscriptです。aspの最大 の欠点は、それがmicrosoft internet information server (iis)でのみ動作す るメーカー独自のシステムだという点です。これにより、aspはwin32ベースのサー バ上でしか動作しません。aspを他のプラットフォーム、ウェブサーバで動作さ せようといういくつかのプロジェクトが進行中です: halcyon の instantasp (商用)、 chili!soft の chili!soft asp (商用)、そして activescripting.orgのopenasp です。 aspはphpに比べて遅く、面倒で安定性も低いといわれています。aspのプロフェッ ショナルの人たちの中には、aspでは主にvbscriptが使用されているのでvisual basicでのプログラミングに慣れている人にとっては覚えるのが比較的簡単だ、 という人もいます。また、iisサーバではaspサポートがデフォルトで有効になっ ているので設定が簡単という利点もあります。aspに組み込まれているコンポー ネントは非常に限られていて、もしftpサーバと協調するといった「進んだ」機 能を使おうと思ったら別途コンポーネントを購入しなければなりません。
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta