Start IIS Express from WebStorm
I'm using Webstorm to edit an old Classic ASP site we are moving to node.js and front end using kendoui.
Is it possible to have Webstorm launch "iis express" so it will server the page correctly?
There are command line options for IIS Express if those can be set to automatically launch when you open the folder or project?
iisexpress /path:c:/myprojects/mywindowsclub/ /port:9010
Please sign in to leave a comment.
Hi there,
There is no such functionality available to execute some custom commands when specific project is opened unfortunately. Therefore I see 2 possible options:
Alternatively -- you can look at some batch script that will:
Hello, briankb,
You can submit a feature request for a separate IIS run configuration - http://youtrack.jetbrains.com/issues/WI#newissue=yes
Thank you for feedback!
Thanks for the replies.
I submited it as suggested.
http://youtrack.jetbrains.com/issue/WI-10788
briankb,
Thanks!