Top "Web-applications" questions

Do NOT use alone.

How to check if an app is installed from a web-page on an iPhone?

I want to create a web-page, a page that will redirect an iPhone to the app-store if the iPhone does …

iphone ios web-applications mobile-safari
Does Django scale?

I'm building a web application with Django. The reasons I chose Django were: I wanted to work with free/open-source …

python django web-applications scalability
Spring - No EntityManager with actual transaction available for current thread - cannot reliably process 'persist' call

I get this error when trying to invoke "persist" method to save entity model to database in my Spring MVC …

java spring spring-mvc web-applications
External VS2013 build error "error MSB4019: The imported project <path> was not found"

I am building a project through the command line and not inside Visual Studio 2013. Note, I had upgraded my project …

c# web-applications visual-studio-2013 build visual-build-professional
Login failed for user 'DOMAIN\MACHINENAME$'

I know this is almost a duplicate of : The error "Login failed for user 'NT AUTHORITY\IUSR'" in ASP.NET …

.net sql-server sql-server-2005 web-applications iis-6
ASP.NET: HTTP Error 500.19 – Internal Server Error 0x8007000d

I am replicating web application deployment and found several issues related to HTTP Error 500.19. My machine is running Windows 7 while …

asp.net iis web-applications web-config internal-server-error
How to launch an EXE from Web page (asp.net)

This is an internal web application where we would like the Web pages to contain links to several utilities that …

asp.net web-applications internet-explorer-7
Set up a scheduled job?

I've been working on a web app using Django, and I'm curious if there is a way to schedule a …

python django web-applications scheduled-tasks
Getting IP address of client

I am developing a web application using JSP, Servlets (Container: Glassfish) in which I need to get clients IP Address. …

java web-applications servlets ip
How to unpackage and repackage a WAR file

I have a WAR file. I would like to open it, edit an XML file, remove some jars and then …

java maven web-applications jboss7.x war