IIS doesn't work

  • Thread starter Thread starter bik
  • Start date Start date
B

bik

Hi, i've a problem trying to install IIS in XPe. It seems the installation
is correct but IIS services don't start
 
Are you installing IIS onto a deployed image? most likely you are missing
some dependencies. Also you can poke around in the google archives and see
several posts related to IIS on XPE
http://groups.google.com/group/microsoft.public.windowsxp.embedded

HTH,


--
John Coyne
eMVP
Windows Embedded Black Belt
Arrow Electronics, OCS division



When replying directly to this message remove the NOSPAM_ from the address
 
You need to actually start the web application which is difficult to do
if you don't have a lot of components installed and/or are running a
custom shell. I've found that creating a deployment project in visual
studio that's installed during FBA works very well.

The only disadvantage is that it can't put something at the root (or I
didn't see how) so I have a simple redirect page at wwwroot\default.htm.
 
Back
Top