vs-web-site-project Questions

2

Using .NET 4.6.2 and an older Web-Site (not Web-Application) project. If I clear the BIN directory and then build and run it works, but sometimes after multiple builds and runs, it fails with this ...
Would asked 30/8, 2017 at 20:9

3

Solved

I am using the new ASP.Net and Web Tools 2012.2 Publish Profiles for Web Sites (not web application). I have created a Publish Profile using the tooling which has created the file website.publishp...
Goldshell asked 28/2, 2013 at 22:38

9

Solved

I am trying to publish an ASP.NET web site project using the Publish Web Site tool but get this error: ASPNETCOMPILER(0,0): Error ASPRUNTIME: The specified path, file name, or both are too lon...

1

Is there support for building and publishing a .net Website (not a webapp) in Azure Devops?

5

I have a web site project that I deploy using msbuild. In the project there are some files and folders that are needed for the build (e.g. the web.config part replacement files) but that I don't wa...
Pasture asked 15/6, 2011 at 13:42

23

Solved

When I start a new ASP.NET project in Visual Studio, I can create an ASP.NET Web Application or I can create an ASP.NET Web Site. What is the difference between ASP.NET Web Application and ASP.NET...

5

Solved

Background I maintain several web sites that are Visual Studio "Web Site Projects". Problem I've found that with a couple of these projects, Visual Studio regularly freezes while I'm work...
Tameka asked 30/9, 2014 at 3:18

4

I'm trying to migrate all my C# projects to new Nuget Automatic Restore, following this tutorial: Migrating MSBuild-Integrated solutions to use Automatic Package Restore I've successfully done it ...

3

BACKGROUND I have inherited a solution with multiple projects. One of the projects is a website project... or at least I'm pretty sure that's what this icon means (It looks pretty different in VS ...
Incontrollable asked 14/4, 2016 at 19:9

8

Solved

I have an ASP.net Web Site Project (.net 3.5). Currently all of the non-code behind code files (including Linq2Sql stuff, data contexts, business logic, extension methods, etc) are located in the A...
Plafond asked 29/7, 2009 at 7:29

2

I recognized that Web Deployment Projects are not supported in Visual Studio 2012. After reading this article, I tried to get Publish Profiles to work. After installing Visual Studio Web Publish U...

1

Solved

I am working on a rather large website project in Visual Studio 2010 and I'm wondering why changes in the code are reflected when I test a web page individually (by right-clicking the .aspx file an...

2

Solved

I have a solution file with a bunch of projects inside it. One of the projects is a Web Site Project. I was going to upgrade from VS2012 to VS2013, and simply opened the .sln file in VS2013. It do...

2

Solved

Is it possible to use a Website Project instead of a Web Application Project with Team Foundation Server? I see that it is easy to add a Web Application but cannot find how to use version control w...

3

I have a website based on the .NET 4.0 ASP.net project template. All of a sudden when I'm rebuilding my solution the App_Code directory takes awards of 3-4 minutes to compile (based on what is disp...
Marcelmarcela asked 21/12, 2015 at 3:30

2

Solved

I'm currently trying to migrate an old ASP.NET WebSite project to Visual Studio 2015. I'd like to use NPM/Gulp to automatically compile LESS files to CSS (this task was done by WebEssentials in VS ...
Raquelraquela asked 26/10, 2015 at 15:19

1

I have a number of ASP.NET Web Form Websites (the one with no .csproj file), and I am trying to figure out how to best use NuGet packages with them. When using Visual Studio 2015, adding NuGet pack...
Wampler asked 27/9, 2015 at 21:14

1

I am asking in terms of performance Which would run fastest on the server (windows server 2012 r2 - 24 cores - 64 gb ram) - serving pages fastest way - reducing load times Asp.net website project...
Thenceforth asked 20/10, 2014 at 3:39

0

When you build a web-site in Visual Studio, it will not show you any Hints or Warning related to aspx markup files unless you have the file physically open in the editor. For example, there is a H...
Tambour asked 30/7, 2014 at 15:16

2

Solved

I've inherited a very large VS2012 web site project (not web application) and am trying to automate it's deployment. There are tons of circular references in the project so to get it to precompile ...

2

Solved

Any classes I create in the /App_Code or /App_Code/[subfolder] don't have local intellisense. That is - I have intellisense for system dlls such as string.[member] etc. But cannot get it to recog...

6

Solved

I'm upgrading a big web site project from Visual Studio 2010 to 2012. Throughout my project, I have table elements with the runat="server" attribute. Many of these have thead elements inside of the...

2

Solved

I am trying to consume a Web API service from another ASP.NET classic project (actually it is a native JS and Html Web application). How can I configure these these two separated projects to talk w...
Vasectomy asked 25/8, 2013 at 13:49

2

Solved

I've been using Jenkins/Hudson CI for deploying my .NET web site project. I've been using the MSbuild plugin to build my project, and then xcopy to copy it out to the server. I've noticed if I use ...
Sherwoodsherwynd asked 7/4, 2011 at 13:44

1

When I create a new web site project (not web application) in VS 2010, it seems to have some dlls already referenced. If I try to add System, System.Core, System.Data, I get the error stating that ...
Contraction asked 25/1, 2012 at 20:17

© 2022 - 2024 — McMap. All rights reserved.