博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
How to: Set Properties of Web Application Projects
阅读量:6617 次
发布时间:2019-06-24

本文共 1414 字,大约阅读时间需要 4 分钟。

ASP.NET Web application projects share the configuration settings and behavior that are used for standard Visual Studio 2010 class-library projects.

In addition, the Web tab of the project properties window makes available properties that are specific to Web application projects.

You can use this tab to configure how a Web application project will run and how it can be debugged.

For more information, see .

 

By default, when you run an ASP.NET Web application projects from Visual Studio or Visual Web Developer Express, the project runs by using the built-in Visual Studio Development Server.

However, you can configure the Web application project so that you can run and debug it by using Internet Information Services (IIS).

 

When you run the application, Visual Studio compiles the project into a single assembly.

When you debug the application, Visual Studio attaches a debugger to the Web server process.

All project settings are saved in a Microsoft Build Engine (MSBuild) project file.

 

To set Web application project properties

  1. In Solution Explorer, right-click the Web application project that you want to modify, and then click Properties.

  2. Click the Web tab.

  3. On the Web properties page, select configuration options in the Start Action, Servers, and Debuggers groups to specify how the Web application project will run in Visual Studio or Visual Web Developer Express.

 

 

Reference

Concepts

Other Resources

 

转载地址:http://lrhso.baihongyu.com/

你可能感兴趣的文章
开源类型
查看>>
onSaveInstanceState() 什么时候调用
查看>>
双十一高并发场景背后的数据库RDS技术揭秘
查看>>
数据流被污染?数据质量不高?蚂蚁金服数据资产管理平台了解一下
查看>>
我的友情链接
查看>>
DES 算法报告
查看>>
iscsiadm命令使用方法
查看>>
双机热备篇 VGMP招式详解.2
查看>>
使用recon/domains-hosts/baidu_site模块,枚举baidu网站的子域
查看>>
解决 Warning: Permanently added (RSA) to the list of known hosts.
查看>>
Open Flash Chart2 常用的参数
查看>>
数据仓库入门(实验7)部署分析服务数据库
查看>>
linux下mysql双主热备
查看>>
解决Binary XML file line #6: : Error inflating class <unknown> 的问题
查看>>
linux常用命令显示说明
查看>>
我的友情链接
查看>>
使用路由和远程访问服务为Hyper-V中虚拟机实现NAT上网
查看>>
python中列表的使用
查看>>
Oracle 11g 间隔分区,导出报错 EXP-00006
查看>>
隐藏忽略的文件
查看>>