Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to make. Net 6 support IIS during development

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

How to make. Net 6 support IIS during development, I believe many inexperienced people have no idea about this. Therefore, this article summarizes the causes and solutions of the problem. Through this article, I hope you can solve this problem.

Operation steps

1. Download dotnet-hosting-6.0.0-rc.1.21452.15-win.exe and install it, and check if there is AspNetCoreModuleV2 in the IIS module after success

two。 Select IIS support at Development time when installing VS

3. Create a site in IIS that points to the parent directory of the development project wwwroot, and the application pool is the same as the site name by default

4. Change the. NET CLR version of the newly created site's application pool to unmanaged code

5. Add a configuration to the project startup configuration file (can also be configured in project property debugging)

{"iisSettings": {"windowsAuthentication": false, "anonymousAuthentication": true, "iis": {"applicationUrl": "http://xxx.xxxx.com"," sslPort ": 0}}," profiles ": {" IIS ": {" commandName ":" IIS "," launchBrowser ": true EnvironmentVariables: {"ASPNETCORE_ENVIRONMENT": "Development"}

6. Add web.config to the project

After reading the above, do you know how to make .NET 6 support IIS during development? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report