mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-14 07:33:33 +01:00
* Update examples (#158) * IIS debug * PathBase logic * 1.0.4.5-preview-01 * Fix project and readme * Fix issues * fix picture alignment * Add IIS publish examples * 1.0.4.5
22 lines
749 B
Markdown
22 lines
749 B
Markdown
# Running in IIS
|
|
|
|
Follow these links / steps:
|
|
* https://weblog.west-wind.com/posts/2016/Jun/06/Publishing-and-Running-ASPNET-Core-Applications-with-IIS
|
|
* https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/development-time-iis-support?view=aspnetcore-2.1
|
|
* Create a `web.config` file
|
|
|
|
## IIS Sites
|
|

|
|
|
|
## App Pool settings
|
|

|
|
|
|
## Publish Profiles
|
|
Two example publish profiles are created:
|
|
* [IIS Localhost 1](./Properties/PublishProfiles/IIS%20Localhost%201.pubxml)
|
|
* [IIS Localhost 2](./Properties/PublishProfiles/IIS%20Localhost%202.pubxml)
|
|
|
|
## Debugging
|
|
Select the debug "IIS" if you want to debug in IIS.
|
|

|