How do I start IIS Express? -



How do I start IIS Express? -

i've used web pi install iis express. in tray, there not iis express icon. how start iis express without using command line? want iis runs permanently, without command line.

see running iis express command line

open command prompt. cd \program files\iis express, or cd \program files (x86)\iis express on 64-bit os iisexpress /? show usage

for example, can start iis express named site issuing command iisexpress /site:website1 website1 site user profile configuration file (c:\program files (x86)\iis express\appserver\applicationhost.config)

another mutual way start iis express issue command iisexpress /path:c:\myapp\ /port:80 command runs site 'c:\myapp' folder on port '80'.

you utilize *.bat include in startup folder starts iis express (using c:\users\\appdata\roaming\microsoft\windows\start menu\programs\startup or users startup folder c:\programdata\microsoft\windows\start menu\programs\startup).

iis-express

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -