How to change .Net Core and Asp .Net Core runtime settings
up vote
0
down vote
favorite
I am developing a demo website in Asp .Net core and I am trying to change some runtime settings such as the garbage collector settings.
In the old .net way you had a special runtime tag that you cold set in the app.config or the web.config files to change the settings.
It is mentioned in the documentation here
But in .net core I don't have an app.config or web.config file.
asp.net-core .net-core
add a comment |
up vote
0
down vote
favorite
I am developing a demo website in Asp .Net core and I am trying to change some runtime settings such as the garbage collector settings.
In the old .net way you had a special runtime tag that you cold set in the app.config or the web.config files to change the settings.
It is mentioned in the documentation here
But in .net core I don't have an app.config or web.config file.
asp.net-core .net-core
Possible duplicate of How can I enable Server GC in .NET Core?
– omajid
Nov 21 at 15:56
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am developing a demo website in Asp .Net core and I am trying to change some runtime settings such as the garbage collector settings.
In the old .net way you had a special runtime tag that you cold set in the app.config or the web.config files to change the settings.
It is mentioned in the documentation here
But in .net core I don't have an app.config or web.config file.
asp.net-core .net-core
I am developing a demo website in Asp .Net core and I am trying to change some runtime settings such as the garbage collector settings.
In the old .net way you had a special runtime tag that you cold set in the app.config or the web.config files to change the settings.
It is mentioned in the documentation here
But in .net core I don't have an app.config or web.config file.
asp.net-core .net-core
asp.net-core .net-core
asked Nov 21 at 11:33
Alecu
1,09111536
1,09111536
Possible duplicate of How can I enable Server GC in .NET Core?
– omajid
Nov 21 at 15:56
add a comment |
Possible duplicate of How can I enable Server GC in .NET Core?
– omajid
Nov 21 at 15:56
Possible duplicate of How can I enable Server GC in .NET Core?
– omajid
Nov 21 at 15:56
Possible duplicate of How can I enable Server GC in .NET Core?
– omajid
Nov 21 at 15:56
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53411189%2fhow-to-change-net-core-and-asp-net-core-runtime-settings%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Possible duplicate of How can I enable Server GC in .NET Core?
– omajid
Nov 21 at 15:56