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
2 answers

Edit already-existing ASP.NET web application?

Btw, I am quite new to C#, ASP.net, Visual Studio, etc.: I FTPed into a remote server to get the code for an already-existing, functioning web application. I ran it on a local server quite easily; however, I'm struggling to rebuild the project in VS…
0
votes
0 answers

js files loading separately in web application

I have noticed in my web application that once the call to servlet returns and the jsp is loading, I can see the jquery js files I use for the datatables loading separately. Attached is the screen shot. Is there some configuration I need to do in…
Aman Mohammed
  • 2,878
  • 5
  • 25
  • 39
0
votes
1 answer

Setting Sql datasource using JSTL Tag in JSP

Weeks before I developed a simple web application using JSP servlets. After reading through various sites, came to know that the Scriptlets should be completely avoided in jsp [view]. Hence, I am trying to convert to JSTL. While setting the SQL data…
randxy
  • 103
  • 1
  • 4
  • 19
0
votes
0 answers

CSS Styling not working logically

I have the following front end code:
0
votes
1 answer

how to play a sound clip on web page on button click event

how to play a sound clip on web page on button click event.
Yogi
  • 197
  • 2
  • 4
  • 14
0
votes
1 answer

Which library of java should be used to prepare Face Detection Application

Which library should be used in java for preparing application of face detection. for example java.util java.lang i would like to know that for face detection application which library should I use.
0
votes
0 answers

Can an ASP.NET web application be cloned?

we have a well developed suite of asp.net websites that at a base level handle user authorization, request for access, disclaimer signing, and user management functions. with a web site, it is easy to copy files, change the connection strings in…
Shrink
  • 95
  • 6
0
votes
0 answers

how to create loginpage using struts2 tiles

I created web application in struts2 concept and that application is call or type in browser like "localhost:8080/strutsregistration" it loaded the welcome file login.jsp mention in web.xml. Instead of calling login.jsp, it should call particular…
0
votes
1 answer

Converting ASP.NET 'Web Site' Project to 'Web Application Project', where the project uses Profile heavilly

Here's a project to test anyone's sanity. At my company, my team maintains an ASP.net web-site project that makes heavy use of the Profile object on several pages. Maintainability of the site is at issue since we can't use web.config transformations…
Zachary
  • 143
  • 1
  • 8
0
votes
2 answers

Not able to see Properties tab for Web Application project in Visual Studio 2010

It must sound a stupid question but I am not able to find the "Properties" window so that i can set the IIS settings in my web application project. I am using Visual Studio 2010 (SP1). The weird thing is for other projects like a console…
Rahul Singh
  • 21,585
  • 6
  • 41
  • 56
0
votes
1 answer

ASP.NET MVC WAP, SharePoint Designer and SVN

All, I'm starting a new ASP.NET MVC project which requires some content management capabilities. The people who will be managing the content prefer to use SharePoint Designer (successor to FrontPage) to modify content. I'd like to allow them to…
3Dave
  • 28,657
  • 18
  • 88
  • 151
0
votes
1 answer

Ideas about designing a database based web app

I'm creating a web app for my client as a part of my schools final project. It's a web app where users fill forms (surveys) and after forms are submitted, values are saved in the database. There are three types of users: admins, moderators and…
0
votes
1 answer

how to add TXT file to the sub folder of war. i.e I wants to add key.txt to the WEB-INF

For this Normally I used the command jar uvf app.war c:/key.txt This command copy key.txt file to the app.war folder. But I want, Key should copy to the sub folder of the app.war. For example after unzipping app/WEB-INF/key.txt.
Tamanna Iruu
  • 191
  • 3
  • 4
  • 12
0
votes
1 answer

Capturing Client Machine time in web applications

We are currently developing a Web Application for one of our clients who is interested in selling it across continents. Now one of the features of the web application requires the application to capture the local time of the machine the client is…
0
votes
1 answer

implementing interface in an aspx page

for reasons beyond the scope of this discussion (say xcopy an aspx page to a directory, so that we dont have to get a new build out) , we would like to implement an interface in an aspx page.Say, if the page is myPage.aspx, it is usually your class…
ram
  • 11,468
  • 16
  • 63
  • 89