Questions tagged [web-application-project]

A Visual Studio project type which compiles all codebehind into a single assembly. Created through the File->New Project or Project->Add Project commands. This is the original project type for web applications, introduced along with .NET 1.0 and Visual Studio.NET in 2002. Not to be confused with a web site project, created by File->New Web Site or Project->Add Web Site commands.

256 questions
3
votes
2 answers

Visual Studio .NET has detected that the specified Web server is not running ASP.NET 1.1

ok, I'm stumped.. yes, I've googled already and this time, it seems it is the first time that google failed me. I have an ASP .Net Web Application project (acquired from a predecessor who loves brute algorithms and redundancies in his codes) and was…
Junjie
  • 41
  • 1
  • 4
3
votes
0 answers

Build Errors on Custom Controls Converting Web Site to Web Application in Visual Studio 2015

I'm converting a VS 2010 Web Site to a VS 2015 Web Application in C#. I have a Custom Control Project that is being accessed correctly now. However, I am getting 4000+ build errors on perhaps every one of them. Yet, all I do is open the .aspx…
John Pasquet
  • 1,824
  • 15
  • 20
3
votes
0 answers

Intellij: How to add module compile output to web-inf/classes in stead of web-inf/lib?

I'm using maven to set up a war project in IntelliJ and run in it GlassFish. The war project depends on several other modules. When I run the project in debug mode, hot deploying codechanges of the changes results in NoClassDefFound exceptions. I…
Auric
  • 170
  • 13
3
votes
3 answers

How do I integrate a new MVC C# Project with an existing Web Forms VB.NET Web Application Project?

We have a corporate website with a large amount of dynamic business application pages (e.g. Shopping Cart, Helpdesk, Product/Service management, Reporting, etc.) The site was built as an ASP.Net Web Application Project (WAP). Our systems have…
Jordan Rieger
  • 3,025
  • 3
  • 30
  • 50
3
votes
2 answers

How search results like Myntra and Jabong are developed?

though my question is very theroitical, want to know using what tech, search results like myntra.com and jabong.com are developed? I want to develop the same for my web app and looking for best possible ways, lookwise, performance wise nd user…
3
votes
1 answer

In detail, What is Dynatrace (Application Performance Management) tool

Just heard and verifying about APM Dynatrace tool, i would like to know much more and many details on this. So that i can go ahead and advise my management towards to own this tool. can any one please let me know? Thanks.
Vijay
  • 1,026
  • 3
  • 11
  • 28
3
votes
4 answers

Error :Submitting the app to Firefox Market Place

I am trying to submit a new app into the firefox marketplace but I don`t know why it is showing the below error.. Your app failed validation with 1 error. Error extracting manifest from zip file. I cannot install it through server to b2g mobile…
Ash
  • 239
  • 2
  • 9
  • 25
3
votes
1 answer

Publish (as in the VS menu command) as a post-build event

This must have been answered before, but I've been searching for hours and for some reason I just can't see it, so excuse me if this turns out to be a massive n00b question... I'm going to be overly specific about actions because I think the…
3
votes
3 answers

Performance benefit to pre-compiling web application project set to be updateable?

Is there any performance benefit to pre-compiling an asp.net web application if it's set to be updateable? By setting the pre-compiler updateable flag it doesn't pre-compile the aspx, ascx, etc. so those still have to be compiled at run-time on the…
3
votes
1 answer

Add hibernate to existing web application in netbeans?

I have created a web application in netbeans and it works fine. Now for the learning purpose I want to use hibernate for the database interaction. I can create a new project with hibernate in netbeans but I don't know how to add hibernate in my…
3
votes
0 answers

Can we exclude Web Application's PublishProfies folder from project and source control in VS 2012?

With the new Visual Studio 2012 there is this so called directory "PublishProfies" which is located under the "Properties" folder. Every time we create a publish profile for a web application, it is stored into that directory, then automatically…
Ivan Zlatanov
  • 5,146
  • 3
  • 29
  • 45
3
votes
1 answer

Deployment of Microsoft stack apps without reinventing the wheel

We have the following three things we need to deploy to a Windows Server 2008 farm: ASP.NET MVC 4 web applications (x3) .NET Windows services (x2) I have inherited the deploy process and would like to rewrite it. Web Applications When I am in…
3
votes
2 answers

How to know when login is successful working with the asp.net web application template

I created a new asp.net web application using the template that visual studio has. That type of project create a login out-of-the-box which I configured with the aspnet_regsql command to work with my database. Now, when someone logs into the…
3
votes
1 answer

Difference between web application and web site projects

Possible Duplicate: ASP.NET: Web Site or Web Application? Difference between 'Web Site' and 'Project' in Visual Studio In Visual Studio 2010 what is the difference between a web site (created using File->New->Web Site) and any of the numerous web…
Sachin Kainth
  • 45,256
  • 81
  • 201
  • 304
2
votes
1 answer

Reuse code from website project in my web application project

Here's the code. I now also get errors in codebehind that a variable already exists and method has identical signature, but I cant find those duplicates anywhere in the code behind. .ASPX <%@ Page Title="Mijn oefeningen" Language="VB"…
Adam
  • 6,041
  • 36
  • 120
  • 208
1 2
3
17 18