Open Command menu (ctrl+shift+p) run command: 'Tajin IIS: Create-Config'
Open Command menu (ctrl+shift+p) run command: 'Tajin IIS: Start'
Settings
Currently extension has 4 settings variables
IISPath - this setting must be IIS express installation path on your PC. (Default path is <C:/Program Files/IIS Express>)
ConfigPath - we need config file for run our ASP.NET app with IIS express. You can select default config path for your all apps.
Build Solution - if you want to build solution before start app you can use this variable.
Open In Browser - open app url after iis-express started.
Usage
Commands
Tajin IIS: Create-Config - this command will create config file for selected startup projects.
Tajin IIS: Start - this command will run app with created or selected config file.
Tajin IIS: Debug- this command will run app with debugger.
Tajin IIS: Stop - this command will stop all launched projects.