c# - Web Deployment Projects tool and Web application project -
Question 1 - As far as I know, Visual Studio does not use aspnet_compiler Exe is compiling and compiling web application projects when the Web Deployment Projects (WDP) tool is used only for output created by aspnet_compiler.exe, I do not understand that VS What is an option to use WDDP with Web Application Projects in 2008?
Question 2 - What is a stock project?
thanx
Edit:
Web applications projects are real projects - they actually build, and output (Bin) folder to produce a single assembly, as well as any copies of referenced assemblies etc. This will be a web deployment project package.
It is useful to keep in mind that web application projects and web deployment projects were the only way to create web projects, as long as .NET 2.0 and Visual Studio 2005 are not. In many cases, better question "how web site pseudo-projects work"
Comments
Post a Comment