Skip to content
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

Major Update to Host and deploy topics for inproc #5449

Closed
3 of 4 tasks
shirhatti opened this issue Feb 12, 2018 · 4 comments
Closed
3 of 4 tasks

Major Update to Host and deploy topics for inproc #5449

shirhatti opened this issue Feb 12, 2018 · 4 comments
Assignees
Labels

Comments

@shirhatti
Copy link
Contributor

shirhatti commented Feb 12, 2018

@guardrex guardrex self-assigned this Feb 12, 2018
@guardrex guardrex added the 2.1 label Feb 12, 2018
@guardrex guardrex added this to the 2018 - Quarter 1 milestone Feb 12, 2018
@guardrex guardrex changed the title ANCM: RequestTimeout doesn't apply to inProcess Update host and deploy topics for inproc Feb 15, 2018
@scottaddie scottaddie added the Help wanted Up for grabs. We would accept a PR to help resolve this issue label Mar 2, 2018
@guardrex guardrex removed the Help wanted Up for grabs. We would accept a PR to help resolve this issue label Mar 15, 2018
@shirhatti
Copy link
Contributor Author

Don't call hostBuilder.SetContentRoot(Environment.GetCurrentDirectory())
The right pattern is hostBuilder.SetContentRoot(AppDomain.CurrentDomain.BaseDirectory)
When running in IIS current directory is C:\Windows\System32\inetsrv\

This should be part of the FAQ/caveats of running in-proc.

@guardrex guardrex mentioned this issue Sep 4, 2018
32 tasks
@guardrex guardrex modified the milestones: Backlog, Sprint 141 (9/3 to 9/21) Sep 4, 2018
@guardrex guardrex modified the milestones: Sprint 141 (9/3 to 9/21), Sprint 142 (9/24/2018 - 10/12/2018) Sep 22, 2018
@effyteva
Copy link

effyteva commented May 8, 2019

As "ANCM: RequestTimeout doesn't apply to inProcess aspnet/IISIntegration#555",
What's the recommended alternative for setting request timeouts when using in process?

@guardrex
Copy link
Collaborator

guardrex commented May 8, 2019

@effyteva It's harder for us to track work on closed issues, so I moved it over to a new issue ☝️.

You can use the This Page feedback button at the bottom of any topic to open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants