XSP (software) (original) (raw)

Property Value
dbo:abstract XSP es un servidor web sencillo que ejecuta de forma independiente escrito en C#. El mismo permite hospedar en Linux y otros sistemas operativos UNIX sitios desarrollados utilizando ASP.NET. Además de ejecutarse sobre la plataforma Mono para Linux también permite su ejecución sobra la plataforma .NET, posibilitando que sea utilizado como un servidor web ligero en cualquier plataforma que soporte .NET.​ XSP fue originalmente el nombre del proyecto de Microsoft que luego se transformó en ASP.NET. El nombre es un homenaje al nombre original de lo que se transformó en ASP.NET. XSP es también un término para la tecnología de páginas de servidor extensibles (eXtensible Server Pages) en Cocoon de Apache.​ (es) XSP is a simple, standalone web server written in C# that hosts ASP.NET's System for Linux and other Unix operating systems. It runs on the Mono runtime for Linux and the .NET Framework runtime, making it usable as a lightweight web server on any platform supporting .NET. XSP was the original name of the internal project at Microsoft that became ASP.NET. The name pays homage to the original name of what became ASP.NET. (en) XSPとは、MonoプロジェクトおよびGNOMEプロジェクトによりオープンソースで開発が行われているWebサーバ用ソフトウェア(またはWebサーバサービス)である。 マイクロソフトがWindows向けに開発・提供しているWebアプリケーションフレームワークであるASP.NETおよびASP.NET MVCを、LinuxやmacOSなどの様々なオペレーティングシステム (OS) 上で動かすことを主目的としている。XSPは、MonoおよびC#を用いて開発されており、Monoが動作する環境であればOSを問わず動作する。なお、Windows上であればマイクロソフト製のランタイムライブラリ (.NET Framework) でも動作する。さらにUNIX拡張機能を用いることでWindows上では動作しなくなるが、Unix系OS固有の機能を用いたWebシステムを構築することも可能となっている。 XSPは安定して動作するため単体のWebサーバとして用いることも可能である。ただし、マイクロソフトのInternet Information ServicesほどWebサーバとしての汎用性は追求していない。このため別途Webサーバなどと連携させて動作させることができ、例えばApache HTTP Serverではmod_monoモジュールを用いて連携を行う。また、MonoDevelopを用いてASP.NETアプリケーションを開発する際に、バックグラウンドで一時的に起動するデバッグ用Webサーバとしても用いられている。 (ja) XSP é um servidor simples, independente (standalone) escrito em C# que suporta o sistema ASP.NET para Linux e outros sistemas operativos do tipo Unix. (pt)
dbo:wikiPageExternalLink https://github.com/mono/xsp
dbo:wikiPageID 3784176 (xsd:integer)
dbo:wikiPageLength 2535 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1123804823 (xsd:integer)
dbo:wikiPageWikiLink dbr:Unix-like dbr:.NET_Foundation dbr:.NET_Framework dbc:.NET_programming_tools dbc:Microsoft_free_software dbr:Mod_mono dbr:Mono_(software) dbr:Linux dbr:C_Sharp_(programming_language) dbr:Web_server dbr:ASP.NET dbc:Linux-only_free_software dbc:Software_using_the_MS-PL_license dbc:Mono_(software) dbr:Microsoft dbr:Microsoft_Public_License dbr:O'Reilly_Media dbr:Operating_system dbr:Xamarin dbr:Ximian
dbp:author dbr:Ximian
dbp:developer .NET Foundation and Xamarin (en)
dbp:genre Web server that hosts ASP.NET's system (en)
dbp:latestReleaseDate 2020-01-21 (xsd:date)
dbp:latestReleaseVersion 4.700000 (xsd:double)
dbp:license dbr:Microsoft_Public_License
dbp:name XSP (en)
dbp:operatingSystem dbr:Linux
dbp:platform dbr:.NET_Framework dbr:Mono_(software)
dbp:programmingLanguage dbr:C_Sharp_(programming_language)
dbp:wikiPageUsesTemplate dbt:Github dbt:Cite_book dbt:Distinguish dbt:Infobox_software dbt:Linux-stub dbt:Microsoft_FOSS dbt:Official_website dbt:Portal dbt:Reflist dbt:Start_date_and_age dbt:URL
dbp:wordnet_type http://www.w3.org/2006/03/wn/wn20/instances/synset-software-noun-1
dct:subject dbc:.NET_programming_tools dbc:Microsoft_free_software dbc:Linux-only_free_software dbc:Software_using_the_MS-PL_license dbc:Mono_(software)
gold:hypernym dbr:Simple
rdf:type owl:Thing dbo:Work yago:Abstraction100002137 yago:Code106355894 yago:CodingSystem106353757 yago:Communication100033020 yago:Writing106359877 yago:WrittenCommunication106349220 yago:Software106566077
rdfs:comment XSP is a simple, standalone web server written in C# that hosts ASP.NET's System for Linux and other Unix operating systems. It runs on the Mono runtime for Linux and the .NET Framework runtime, making it usable as a lightweight web server on any platform supporting .NET. XSP was the original name of the internal project at Microsoft that became ASP.NET. The name pays homage to the original name of what became ASP.NET. (en) XSP é um servidor simples, independente (standalone) escrito em C# que suporta o sistema ASP.NET para Linux e outros sistemas operativos do tipo Unix. (pt) XSP es un servidor web sencillo que ejecuta de forma independiente escrito en C#. El mismo permite hospedar en Linux y otros sistemas operativos UNIX sitios desarrollados utilizando ASP.NET. Además de ejecutarse sobre la plataforma Mono para Linux también permite su ejecución sobra la plataforma .NET, posibilitando que sea utilizado como un servidor web ligero en cualquier plataforma que soporte .NET.​ XSP fue originalmente el nombre del proyecto de Microsoft que luego se transformó en ASP.NET. El nombre es un homenaje al nombre original de lo que se transformó en ASP.NET. (es) XSPとは、MonoプロジェクトおよびGNOMEプロジェクトによりオープンソースで開発が行われているWebサーバ用ソフトウェア(またはWebサーバサービス)である。 マイクロソフトがWindows向けに開発・提供しているWebアプリケーションフレームワークであるASP.NETおよびASP.NET MVCを、LinuxやmacOSなどの様々なオペレーティングシステム (OS) 上で動かすことを主目的としている。XSPは、MonoおよびC#を用いて開発されており、Monoが動作する環境であればOSを問わず動作する。なお、Windows上であればマイクロソフト製のランタイムライブラリ (.NET Framework) でも動作する。さらにUNIX拡張機能を用いることでWindows上では動作しなくなるが、Unix系OS固有の機能を用いたWebシステムを構築することも可能となっている。 (ja)
rdfs:label XSP (software) (es) XSP (Webサーバ) (ja) XSP (pt) XSP (software) (en)
owl:differentFrom dbr:EXtensible_Server_Pages
owl:sameAs freebase:XSP (software) wikidata:XSP (software) dbpedia-es:XSP (software) dbpedia-ja:XSP (software) dbpedia-pt:XSP (software) dbpedia-simple:XSP (software) https://global.dbpedia.org/id/F578
prov:wasDerivedFrom wikipedia-en:XSP_(software)?oldid=1123804823&ns=0
foaf:homepage http://www.mono-project.com/ASP.NET
foaf:isPrimaryTopicOf wikipedia-en:XSP_(software)
is dbo:wikiPageDisambiguates of dbr:XSP
is dbo:wikiPageWikiLink of dbr:MonoDevelop dbr:Open_Web_Interface_for_.NET dbr:Microsoft_and_open_source dbr:ASP.NET dbr:XSP
is foaf:primaryTopic of wikipedia-en:XSP_(software)