Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
187 views
in Technique[技术] by (71.8m points)

asp.net - Change preloadEnabled programmatically in .net core web app

Is there any way to set the preloadEnabled = "true" in IIS inside a .net core web application?

question from:https://stackoverflow.com/questions/65642313/change-preloadenabled-programmatically-in-net-core-web-app

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
  1. Open IIS Manager and navigate to server level, click Confiuration Editor.
  2. In section, choose system.applicationHost -> sites.
  3. Click ... in image and choose your .net core application. enter image description here
  4. In properties, choose True and back to the Configuration Editor interface, click Apply. enter image description here

If you enable preload, it is necessary to set application pool always running so that it will be useful. enter image description here


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...