Top "Web-application-project" questions

A Visual Studio project type which compiles all codebehind into a single assembly.

How to go from one page to another page using javascript?

From an admin page if the user is valid then the browser should go to another page. When a user …

javascript web-applications web-application-project
when to use index.php instead of index.html

I am relatively new to php. There is a very basic thing that has been troubling me. I understand that …

php web-applications web web-application-project web-application-design
How to use app_GlobalResource or app_LocalResource?

How to use them in a ASP.NET Web Application project? Any difference? many thanks

asp.net localization web-application-project app-globalresources
WebApplication publish to relative filesystem path

I'm setting up a publish to a relative path for testing locally (especially xml config transformations). Each developer has their …

asp.net visual-studio-2010 publish web-application-project
Force external files to be copied to bin folder on publish

I have a web application project that references a third party assembly, which in turn uses some native dlls that …

asp.net .net msbuild web-application-project
Why are code-behind files not visible in a VB.NET Web Application project?

I am trying to convert a VB.NET web site project to a web application project, yet the in web …

vb.net visual-studio visual-studio-2010 web-application-project
Access file inside WebContent from servlet

I trying to access the html files inside the WebContent/alerts folder using its relative path from servlet. But i …

java servlets jsoup servlet-3.0 web-application-project
How to decide between developing a web application and a desktop application

I am a software engineer intern for a manufacturing company and they want me to develop an application for the …

c# php wpf desktop-application web-application-project
Web Application won't publish without .cs files

I have an asp.net web application project that I am publishing via Build > Publish within visual studio 2013. I …

asp.net visual-studio web-application-project
How to precompile a Web Application project?

I've heard recently that you can precompile Web Application projects. My question is how? Right now, when I do a …

asp.net visual-studio-2008 web-application-project precompiled