How to: Set Properties of Web Application Projects

https://msdn.microsoft.com/library/aa983454(v=vs.100).aspx

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 Web Tab, Project Properties.

 

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.

 

See Also

 

 

作者:Chuck Lu    GitHub    
posted @   ChuckLu  阅读(148)  评论(0编辑  收藏  举报
编辑推荐:
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
历史上的今天:
2015-03-21 supersocket中的日志处理
点击右上角即可分享
微信分享提示