IIS Express ExecuterWith this extension you can run your website in IIS directly from Visual studio Code. This extension works with the default iis express applicationhost.config file (documents/iis express/config/applicationhost.config). This is cool because when you install php or other stuff, the edited config file is updated and all the features will work with the execution from vscode. ##WARNING The workspace root name is used like site name (unique) in the file. If you use another project with the same name, the new project settings will overwrite the old project settings. How to useCheck compatibilityJust press F1 to open prompt and select IIS-EE: Check option Set Port or iis custom installation folder
Just press F1 to open prompt and select the appropriate IIS-EE: "Set" option Set Browser or architectureYou can select the opening browser
and the architecture (if you have IIS Express installed in "Program Files(x86)" select the x86 option)
Just press F1 to open prompt and select the appropriate IIS-EE: "Set" option Set protocol for https supportYou can set the protocol
Just press F1 to open prompt and select the appropriate IIS-EE: "Set" option Set server running folderJust select which folder is the root path for server execution. You can set it from workspace (just press right mouse button and "Set" Running Folder option) Or if you want, just press F1 to open prompt and select the appropriate IIS-EE: "Set" option NOTE: To select root workspace folder with mouse, just click on empty space in the panel and select the menu voice. Start serverYou can start server from prompt (F1 with IIS-EE: "Start server" option) and it will be executed from the root path folder (from settings) or you can start server by right mouse click and select the "Start server" voice. In this case, the path for the execution will be the folder where you've clicked. Start server from scriptYou can start the server and the current opened script directly by the (F1 with IIS-EE: "Start ISS Express server from current file") command. NOTE: This will NOT override the running folder in the settings. Stop serverYou can stop the server by typing IIS-EE: "Stop" option or clicking on the server (orange) url in the status bar Features
Requirements
Known Issues*Nothing for now Release Notes1.2.4Fixed ISS to IIS in some strings 1.2.1Added support to Vivaldi Browser 1.1.8Fixed a problem about the current file execution 1.1.7Fixed the bug for dotted folders 1.1.5Now you can start a script with a direct command 1.1.4Added protocol setting for https support 1.1.1Now the extension works with iis express default applicationhost.config file, so if you install php or other stuff for iis express, you can use them directly from vscode. In other words, now the extension is compatible with PHP and other stuff for iis. 1.0.0First release ##Note This is my first release and my first extension, please for every problem mail me to: andreabbondanza.developer@outlook.com Donation |