Top "Web-site-project" questions

Web Site "projects" are created by using the File->New Web Site command in Visual Studio.

How to use command line msbuild to deploy VS2012 Web Site project without precompiling it?

I've inherited a very large VS2012 web site project (not web application) and am trying to automate it's deployment. There …

asp.net visual-studio-2012 msbuild msdeploy web-site-project
Visual Studio regularly freezes running Microsoft.VisualStudio.Web.Host.exe

Background I maintain several web sites that are Visual Studio "Web Site Projects". Problem I've found that with a couple …

visual-studio-2012 freeze web-site-project devenv
Setting static port number on Visual Studio Dev Server with a WebSite project

I have a WebSite project in Visual Studio 2008 (not a Web Application project!) How do I set the ASP.NET …

visual-studio configuration asp.net-development-serv web-site-project
Temp path too long when publishing a web site project

I am trying to publish an ASP.NET web site project using the Publish Web Site tool but get this …

asp.net visual-studio msbuild web-site-project web-publishing
Mixing VB.Net and C# Code in an ASP.Net Web Site project?

The question quite an older and often asked around, i have similar questions here but my question is a bit …

c# asp.net vb.net web-site-project
How would you sprinkle-in ASP.Net MVC into an existing Web Site Project?

I have a legacy (haha) ASP.Net Webforms Web Site Project in Visual Studio 2008 SP1, that I would like to …

asp.net asp.net-mvc visual-studio web-site-project
Exclude files from web site deployment with msbuild

I have a web site project that I deploy using msbuild. In the project there are some files and folders …

c# msbuild web web-site-project
Publish Profile not working when building website project

I recognized that Web Deployment Projects are not supported in Visual Studio 2012. After reading this article, I tried to get …

msbuild msdeploy web-site-project publish-profiles
Unit Testing ASP.net Web Site Project code stored in App_Code

I have an ASP.net Web Site Project (.net 3.5). Currently all of the non-code behind code files (including Linq2Sql …

asp.net unit-testing nunit web-site-project
MSBuild: Building asp.net 4.0 web sites: .metaproj -files

I have a solution-file with ASP.NET Web Sites. When I build the solution with .NET 4.0 Beta 2 using "c:\WINDOWS\…

msbuild web cruisecontrol.net asp.net-4.0 web-site-project