IIS 6.0 Testing Environment in Windows 7
Trying to develop and test an ASP.NET MVC 2 as well as a hosted WCF app where the client is limited to IIS 6.0 (OS Windows 2003). I am developing and testing in Windows 7 which has IIS 7. I do not have access to a Windows 2003 disk, so creating a VM doesn't appear to be a viable option for me..开发者_C百科.
Any suggestions or tips would be greatly appreciated
Update: Lucas' response led me to consider a virtual dedicated server... Going to try that for a testing environment.
You don't have many options
- You bend (get a MSDN subscription or Win 2k3)
- Your client bends (upgrades to Win7/2k8)
- Find someone you know who can let you use an IIS 6 machine.
- Get your client to let you use one of their machines during development
You can virtual PC it. If you can use Windows XP, M$ provides a virtual machine + WinXP trial. It's more for using IE6 I think, but I don't think it limits application installation like IIS.
I don't have the link anymore, but it's provided by M$ from their download area
精彩评论