I've heard that this isn't possible because you need to have the Windows Server OS installed, but that seems kind of ridiculous because how would you set up a local development environment? Anyway, curious if this is possible.
相关问题
- How to make a .svc file write to asp.net Trace.axd
- How to deploy python flask application in conda ba
- ASP.NET won't compile to debug
- Web server farms with IIS ? Basic Infos [closed]
- how do i manually configure a virtual directory in
相关文章
- 请教IIS URL重定向的问题
- 一个愚昧的问题,在一台电脑/云服务器下,假设某个系统访问量大,给他在IIS部署多个同样的网站和部署一
- .Net5 程序发布到IIS10
- 程序是如何接收并启动监听 IIS 站点设置的端口号的?
- How do I get to see DbgPrint output from my kernel
- IIS App Pools & Static Classes
- How can one batch file get the exit code of anothe
- ASP.NET code to detect whether IIS “Windows Authen
Exlcuding Windows Server OS', IIS6 needs Windows XP Pro 64-bit and IIS7 needs Vista.
A thread on the Microsoft IIS website also says you can, as 64-bit WinXP Pro comes with IIS6.
There are also some hacky methods to install IIS5 on XP Home, but I don't think that there are hacks for IIS6 on XP 32bit (thought 64 bit XP apparently has IIS6 available):
This is not supported by MS. If you are just wanting to test locally, the dev server built in to VS is recommended (or Cassini - previous versions are available as well). If you are wanting to serve primarily non-asp.net content, then there are lots of other popular web servers available that will work on XP Home (Apache, etc).
This page says you cannot.
EDIT: Clarification: kernel-wise Windows XP 64-bit is 2003 for all intents and IIS related purposes.