mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-14 06:13:35 +01:00
22 lines
770 B
Markdown
22 lines
770 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.
|
|

|