简体   繁体   中英

How to run IIS Express development server,not ASP.NET development server?

In project A, it runs as an IIS server. When open A project, visual studio asks you which option to choose.but In project B, it runs as ASP.Net server. Is there a way to run B project as IIS server?

According to your description, I suggest you could try to use below steps to use the IIS express instead of the local IIS server.

1.Right-click your Project within the Solution Explorer area.

2.Select Properties...

在此处输入图像描述

3.Select the Web tab on the left.

4.Check that the Local IIS Web Server radio button and use IIS express is checked.

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM