It all depends on your client PC, but Windows XP has IIS 5.1 (though it's not installed by default).
Just zip your application, bring that zip into your client machine, unzipped into, for example, C:\MyWebApp\ and create a Virtual Directory in IIS that points to that new location.
You're set to go.
remember to bring a Windows XP Instalation CD with you in case that computer has not IIS installed
But I would go for a new approach
Use Microsoft Webmatrix, download and installed in your client PC, then right-click your new location folder and choose Open This Website in WebMatrix and click RUN.
Classic ASP is fully supported in IIS 7.5 Express that ships with WebMatrix, and it's supported since Windows XP.
发布评论
评论(2)
您确定需要 Windows Server 2008 R2 吗?
即使在带有 IIS 5.1 的 Windows XP 上,ASP.NET 应用程序也能愉快地运行。
Are you sure that you need Windows Server 2008 R2?
ASP.NET application will happily run even on Windows XP with IIS 5.1.
这完全取决于您的客户端 PC,但 Windows XP 具有 IIS 5.1(尽管默认情况下未安装)。
只需压缩您的应用程序,将该 zip 放入您的客户端计算机,解压缩到例如 C:\MyWebApp\ 中,然后在 IIS 中创建一个指向该新位置的虚拟目录。
你准备好了。
记得带上 Windows XP 安装 CD,以防计算机未安装 IIS
但我会采用新方法
使用Microsoft Webmatrix,下载并安装在您的客户端 PC 上,然后
右键单击
您的新位置文件夹并选择打开此网站WebMatrix
并单击运行
。随 WebMatrix 一起提供的 IIS 7.5 Express 完全支持经典 ASP,并且从 Windows XP 开始就支持它。
非常简单的操作方法。
It all depends on your client PC, but Windows XP has IIS 5.1 (though it's not installed by default).
Just zip your application, bring that zip into your client machine, unzipped into, for example,
C:\MyWebApp\
and create a Virtual Directory in IIS that points to that new location.You're set to go.
remember to bring a Windows XP Instalation CD with you in case that computer has not IIS installed
But I would go for a new approach
Use Microsoft Webmatrix, download and installed in your client PC, then
right-click
your new location folder and chooseOpen This Website in WebMatrix
and clickRUN
.Classic ASP is fully supported in IIS 7.5 Express that ships with WebMatrix, and it's supported since Windows XP.
A very simple how to.