跳转到内容

Microsoft Personal Web Server

维基百科,自由的百科全书

这是本页的一个历史版本,由Keasung留言 | 贡献2009年2月22日 (日) 02:23 建立内容为“{{Translating|time=2009-02-22}} '''Microsoft Personal Web Server''' ('''PWS''',个人Web服务器) 是一个微软为Windows操作系统提…”的新页面)编辑。这可能和当前版本存在着巨大的差异。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)

Microsoft Personal Web Server (PWS,个人Web服务器) 是一个微软为Windows操作系统提供的个人Web服务器软件。PWS只被 Microsoft 在 Windows 95Windows 98Windows 98 SE以及Windows NT 4.0中提供。它比Internet Information Services(IIS)的功能特性要少。

PWS was a free download before Windows 2000, when it was replaced by IIS which was included as a Windows component. PWS 4.0 was the last version and was included on the Windows 98 CD and also part of the Windows NT 4.0 Option Pack. Note that there is no version of PWS or IIS that is supported on Windows Me and Windows XP Home Edition, although IIS is included in all other Windows XP editions and PWS is verified to be installable on Windows Me.

From a developer's point of view, PWS was useful in developing web applications, on a localhost, before deployment to a test or production web server. However, with the release of Visual Studio 2005, the IDE contains a built-in, lightweight web server for development purposes.

PWS supports FTP, SMTP and HTTP. A programmer can set up virtual directories and root them on an actual file system, before deployment. The usual web languages are supported, such as VBScript, JScript, and Perl. It also supports basic CGI (Common Gateway Interface) conventions and a subset of Classic ASP [1]. It is possible to test database connections to a database server for a web application server with this setup, as well.

PWS was superseded by IIS after the general deployment of Windows 2000 (Windows NT 5.0).

Microsoft also produced a version of Personal Web Server for the Macintosh based on its acquisition of ResNova Software in November 1996.

See also

References