我可以在XP上使用iisexpress来测试Web应用程序在IIS7/windows-7上的兼容性吗?

发布于 2024-10-15 23:26:51 字数 194 浏览 5 评论 0原文

我有一个 Web 应用程序,可以在 Windows XP(SP2 或更高版本)上安装的 IIS 5.1 上完美运行。我想测试它在 Windows-7 上的 IIS 上的兼容性。我读到 IIS Express 7.5 相当于 IIS7 并且在 XP 上运行。我可以使用 XP 计算机上安装的 IIS Express 来测试应用程序在 IIS/Windows-7 上的兼容性吗?

I have a web application, that runs perfectly on IIS 5.1 installed on windows XP (SP2 or better). I wish to test its compatibility on IIS on Windows-7. I read that IIS Express 7.5 is equivallent to IIS7 and runs on XP. Can I use IIS express installed on XP machine to test the application's compatibility on IIS/Windows-7?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

木緿 2024-10-22 23:26:51

不。IIS Express 不是 IIS 7(源自 IIS 7 代码库并不意味着没有区别。

此外,最重要的是您的 Web 应用程序可能对操作系统有间接依赖关系,这可能与 Windows XP 完全不同) Windows 7。

因此,如果您的目标是测试兼容性,则有必要在 Windows 7 或 Windows Server 2008 R2 上执行此操作。

No. IIS Express is not IIS 7 (derived from IIS 7 code base does not mean there is no difference.

Besides, the most important thing is your web application may have indirect dependencies on the OS, which can be quite different from Windows XP to Windows 7.

So if your goal is to test compatibilties, doing that on Windows 7 or Windows Server 2008 R2 is necessary.

浅唱々樱花落 2024-10-22 23:26:51

是的。您可以使用 IIS Express 在 XP 上测试您的应用程序。
(IIS Express 需要 XP sp3)

Yes. You can use IIS Express to test your app on XP.
(IIS Express requires XP sp3)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文