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
0
votes
1 answer

Compiling/Building Google App Engine Java Project

Good day everyone! I am a graduating student doing Google App Engine-Java Web Application. My problem is I need to compile/build it so it will run upon click. I've been trying exporting it to a jar file however it outputs no main class....…
0
votes
3 answers

CSS with Web Application

What is the best way to allow web designers separate access to css files in a web application so it doesn't need to be recompiled everytime a change is made to just those files and they can overwrite their changes easily?
0
votes
2 answers

Is there a way for a VS2008 Web App Project to work on Windows 2008?

I have some web application projects in my solution that are set with the web tab in the project properties to use the local IIS server and create the web there. This works fine for windows XP, windows 2003. I want to open the project on Windows…
0
votes
1 answer

Converting Web Site Project to Web Application Project

I recently changed my project from a Website Project to a Web Application project so I could use build events. I'm having all sorts of problems now trying to develop. When I build the project and reload it in the web browser, it hardly ever loads…
Kyle Gobel
  • 5,530
  • 9
  • 45
  • 68
0
votes
1 answer

Why is TeamCity ignoring my web project's package/publish settings when executing my build via MSBuild?

When I run the following msbuild command: msbuild /t:Package /p:Configuration=Release;PackageLocation={MY PACKAGE LOCATION} My package is created correctly and the contents of my SetParameters file looks like this:
David Peden
  • 17,596
  • 6
  • 52
  • 72
0
votes
1 answer

How to add jars available in a particular folder to classpath at runtime only for specific wars:

I am using maven build tool. The following two are my intentions. 1) To move some of the third party library jars out of my war from WEB-INF/lib folder [note: These jars are common between more than 2 war files (or artifacts)] 2) To make the war…
-1
votes
2 answers

how to type in local language in text box?

now we are able type in English in a text box in a web based application and than it can be converted to desired language but my problem is i want to type the text in my local language and convert them to another. what should i do now? help me…
Joe
  • 4,460
  • 19
  • 60
  • 106
-1
votes
1 answer

Failed to load resource: the server responded with a status of 404() /Content/css/?v=jRhCwhzcqoKX5UO6Ep4Zb2Fys6l96h5HP2M3bMA_9hk1:1" on publish in IIS

i have devloped the c# asp.net web application with master page. its working fine in localhost but when i publish it in IIS. it is not run properly, inside the devloper tools find the error "Failed to load resource: the server responded with a…
-1
votes
1 answer

publishing fresh project on IIS

I have created new project web.net core without doing any changes and use the created default files. I can successfully run this using the debug mode, but if I am going to publish it on IIS it will give me error: HTTP Error 500.19 - Internal Server…
Syntax Rommel
  • 932
  • 2
  • 16
  • 40
-1
votes
1 answer

not getting solution for error 500 whose root cause is java.lang.NoClassDefFoundError: java/sql/Driver

I am using eclipse photon and i am getting error 500, i have got some solution but not for my specific problem,that is- java.lang.NoClassDefFoundError: java/sql/Driver i dont understand how to remove java/sql/Driver type of error. Here is my…
-1
votes
1 answer

How to incorporate checkstyle on a website?

I am creating an real-time code compiler web app and I am wanting to incorporate checkstyle into the text editor. Does anyone know how to do this or where to start?
-1
votes
1 answer

Visual Studio 2013 update 5 Web site

i have serious problěm with VS 2013, I updated to update 5 and now i can't build my website project. I have some files in App_code folder, in VS u 4 it worked, in u5 there is no build action in properties. I tried to delete app_code folder and…
-1
votes
1 answer

In what type of web application where you should not use angular JS

I know a reason like if you dont want to create SPA(Single page application) then you should not use angularjs. I want to know other possible reasons for not using angularJS in a web application or the disadvantages of angularjs.
-1
votes
1 answer

Convert this sql sript into stored procedure

I have some bunch of scripts (sql commands) here that I would like to use as stored procedure .. Anybody can help .. The reason I want to convert this script is for easy use on my Web Application query. /* 1. Select all the duplicates */ …
-1
votes
1 answer

Getting error on application start in WebServer 8 Beta : java.lang.ArrayIndexOutOfBoundsException

I'm see the following error. Does anyone know the cause? [8/1/15 13:23:02:926 IST] 00000018 SystemErr R java.lang.ArrayIndexOutOfBoundsException [8/1/15 13:23:02:926 IST] 00000018 SystemErr R at…
1 2 3
17
18