Skip to content

Releases: warrenbuckley/IIS-Express-Code

v1.5.0

06 Dec 16:14
2e716cf
Compare
Choose a tag to compare

Changes

🚀 Features

🧰 Maintenance

Read more

v1.4.0 🌈

13 Nov 15:13
Compare
Choose a tag to compare

Changes

🚀 Features

🧰 Maintenance

Contributors

@dependabot, @dependabot[bot] and @warrenbuckley

v1.3.0 🏎

06 Oct 21:09
Compare
Choose a tag to compare

Changes

  • Configure WebPack to create a single file bundle for improved boot time @warrenbuckley (#178)

🧰 Maintenance

Contributors

@dependabot, @dependabot[bot] and @warrenbuckley

v1.2.1

26 Sep 17:16
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

🧰 Maintenance

Contributors

@dependabot, @dependabot[bot] and @warrenbuckley

v1.2.0 💖

09 Sep 12:44
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

Contributors

@dependabot, @dependabot-preview, @dependabot-preview[bot], @dependabot[bot] and @warrenbuckley

v1.1.2

07 Jun 10:47
Compare
Choose a tag to compare
  • Bug Fix: Version 1.1.1 fixed starting & stopping sites issue & having to cold reboot VSCode however the restart site command was overlooked. Thanks to @swensorm for the PR & fix for this 😄

v1.1.1

06 Jun 14:51
Compare
Choose a tag to compare
  • Bug Fix: Fix issue where the site could not be restarted and required users to close VSCode to start the site up again

v1.1.0

16 Feb 14:14
bada6a0
Compare
Choose a tag to compare
  • New: Adds a new feature where IIS Express can be auto installed - by downloading the MSI from Microsoft & installing it for you when IIS is not detected

v1.0.0

09 May 20:19
Compare
Choose a tag to compare
  • New: .vscode/iisexpress.json now supports a new property protocol which is an optional property & allows you to set the protocol to either http or https By default this is set to http If you do use https then IIS Express expects the port number to be within a range of 44300 - 44399
  • New: Uses ApplicationHost.config allowing for common changes for all sites running IIS Express. This allows support for using PHP for example.

PHP Support

If you wish to use PHP then you will need to install PHP for Windows and then use the following commands in the console

NOTE: This alternatively may be \Program Files (x86)\IIS Express\

cd "c:\Program files\IIS Express\"

NOTE: The path to php-cgi.exe may be different for you so update the two commands below.

appcmd set config /section:system.webServer/fastCGI /+[fullPath='"C:\Program Files (x86)\P  HP\php-cgi.exe"']

appcmd set config /section:system.webServer/handlers /+[name='PHP_via_FastCGI',path='*.php',verb='*',modules='FastCgiModule',scriptProcessor='"C:\Program Files (x86)\PHP\php-cgi.exe"',resourceType='Unspecified']

appcmd set config /section:system.webServer/defaultDocument /+"files.[value='index.php']"

v0.0.7

31 Mar 10:45
Compare
Choose a tag to compare