-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for diffrent ApplicationHost.Config files #36
base: develop
Are you sure you want to change the base?
Added support for diffrent ApplicationHost.Config files #36
Conversation
Hi @davidsandstrom Code changes looks fine to me at a quick glance, but I will want to test it - its good that its a config option. Do you think we should try to auto detect pick up the applicationHost config from VS SLN's. Thoughts? |
Thanks.
I personally only use it to be able to run multiple projects at the same
time with different php versions so i will probably only use the config
options. But it would be a nice touch to auto detect
ApplicationHost.config files in the .vscode and .vs folders if config
options override them.
Den 2018-02-23 kl. 13:40, skrev Warren Buckley:
… Do you think we should try to auto detect pick up the applicationHost
config from VS SLN's.
|
… .vscode folder. Config file specified in settings overrides local file in .vscode folder
Added support for dropping applicationhost.config file in .vscode folder. |
@davidsandstrom I will try to get to this over the weekend - my week has been hectic here with the snow in the UK. Us Brits are not prepared for it :-P |
I need this in my life |
Any chance we get this merged? |
This has been sitting for almost a year now, can we get this merge? |
I also have a requirement to allow external network access to IIS Express. To acheive this set the Binding property to accept connections from any IP, not only localhost. See this blog. Warren, are you alive. :) |
I am sorry all. Setup Dependabot on the repo and I need to check that's all working later today/this week and then I can get through the backlog of PRs & issues reported on this repo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code in PR looks fine. I will need to test & verify this.
Just two years too late...... 🙈
Do i need to do anyting else to get this merged? Its been sitting here for a while now ;-) |
Would be nice to have |
While this pull request adds a little bit flexibility, it does not have JetBrains Rider in mind, as there |
Hi @lextm thanks for commenting and giving your opinion. |
No description provided.