How do I launch IIS 7.5 Express?
We have a new employee who has to work on an old ASP web site.
Our IT people did not install IIS on her Windows XP machine so I tried to do it myself, but I need the Windows CD and I don't have it.
So, I downloaded and installed IIS 7.5 Express because I thought it as a lightweight IIS, but I can'开发者_如何学Got figure how to run it, it even doesn't show up in Administration Tools or anywhere else.
Option-1:
Start command prompt
Goto "%programfiles%\IIS Express" IIS Express gets installed in to "%programfiles%\IIS Express" (in case x64-bit OS, "%programfiles(x86)\IIS Express").
run "iisexpress.exe". This will setup a default web site 'WebSite1' and starts it up.
In sys tray you can see running IIS Express instaces
Note: IIS Express configuration files are located in "%userprofile%\my documents\iisexpress\config"
Option-2: Use WebMatrix which has functionality like start/stop/restart IIS Express and editing few IIS Express settings. Download links:
- Latest version (Windows 8 or Windows 7 only)
- WebMatrix 2 (Vista and below)
精彩评论