Top "Web-applications" questions

Do NOT use alone.

ASP.NET Web Application Message Box

In an asp.net windows forms application, in the C# code behind you can use: MessageBox.Show("Here is my …

c# asp.net web-applications code-behind messagebox
Who sets response content-type in Spring MVC (@ResponseBody)

I'm having in my Annotation driven Spring MVC Java web application runned on jetty web server (currently in maven jetty …

java web-applications spring-mvc character-encoding
Address already in use: JVM_Bind java

Some times whenever I restart the application, which is built on Java Struts Mysql and Jboss 4.05 Version I get the …

java web-applications jboss struts
How to differ sessions in browser-tabs?

In a web-application implemented in java using JSP and Servlets; if I store information in the user session, this information …

jsp servlets browser web-applications sessionid
Web Application Problems (web.config errors) HTTP 500.19 with IIS7.5 and ASP.NET v2

This is driving the whole team crazy. There must be some simple mis-configured part of IIS or our Web Server, …

asp.net iis web-applications web-config iis-7.5
What browsers support HTML5 WebSocket API?

I am going to develop an instant messaging application that runs in the browser. What browsers support the WebSocket API?

javascript web-applications html network-programming websocket
Download multiple files with a single action

I am not sure if this is possible using standard web technologies. I want the user to be able to …

http web-applications download
File path to resource in our war/WEB-INF folder?

I've got a file in my war/WEB-INF folder of my app engine project. I read in the FAQs that …

java google-app-engine web-applications
getResourceAsStream() vs FileInputStream

I was trying to load a file in a webapp, and I was getting a FileNotFound exception when I used …

java file-io web-applications fileinputstream