Tagged Questions
The web-project tag has no wiki summary.
4
votes
1answer
1k views
Deploying .NET with Jenkins/Hudson
I've been using Jenkins/Hudson CI for deploying my .NET web site project. I've been using the MSbuild plugin to build my project, and then xcopy to copy it out to the server.
I've noticed if I use ...
3
votes
5answers
2k views
Eclipse Web Project Dependencies
This question is about eclipse development, I am trying to create a web application in Eclipse, the problem is that I don't get the the dependencies jars to the deployed archive.
I've created a new ...
2
votes
1answer
49 views
Cant expand web.config in VS 2010 after“Apply Config Transforms”
wondering if anyone has experienced this in visual 2010 professional
Create a new configuration - staging. Right Click web.config in web project, Apply Config Transforms. The files web.debug, ...
2
votes
1answer
311 views
Visual Studio - Website Vs Web Project
I previously have been involved in a lot of classic ASP based websites, so when it came to migrate to ASP.Net, I took the Website route as it is very similar. I am just about to start on a large new ...
1
vote
1answer
164 views
VS2010 Build Deployment Package + sectionGroup/custom settings + SetParameters.xml
I have been using the "Build Deployment Package" (BDP for short) from visual studios 2010 for several months now. It works great and has done the basic requirements that we have wanted.
I decided to ...
1
vote
1answer
151 views
Should I put XSLT files in the App_Data folder of my ASP.NET Web Application?
I have a number of XSLT files in my ASP.NET Web Application solution. Should these go in the App_Data folder?
The MSDN 'Project Folder Structure' article suggests that the App_Data folder is for ...
1
vote
0answers
21 views
Visual Studio 2008 Scans Web Project When Closing - Why?
At first, I though my VS2008 Pro SP1 (on XP Pro + SP3) was hanging when I would close a web project on a remote server, but after checking it out with netmon, I can see it is accessing the site a ...
1
vote
2answers
52 views
How to reorder Folders in Visual Studio 2008 Web Application Project?
If I create new folder in VS project ,Automatically VS reorder all project folders alphabetically
I want to order them as I want .. Is there any way to do that ?
0
votes
0answers
54 views
netbeans webproject and glassfish deployment error
I am having a heck of a time using Glassfish and netbeans together. Seemingly at random (yes I know its operator error its why I am here) but it throws an error:
Starting GlassFish Server 3.x
...
0
votes
1answer
388 views
Error registering a Tomcat 7 server in Netbeans 7 (Catalina Home folder is not valid)
I'm running Netbeans 7.0.1 on Linux Mint DE. Netbeans was installed through the distro's repositories. I've now installed the package tomcat7-user so I can create a user instance of Tomcat which I ...
0
votes
1answer
43 views
What is the best practice of exciting ASP.Net Web UI project?
My quest is about UI design approach about Asp.Net WebForm UI Project.
I'm developing Web projects and i'm using layered architecture. As we all know, Visual Studio provide us some controls that we ...
0
votes
0answers
43 views
Problem with .net versions of web project & web service
I have developed web project from .net framework 4.0 & I developed web service from .net framework 2.0 & both of them installed on the same virtual directory . My virtual directory is having ...
0
votes
1answer
166 views
Eclipse Maven project to Dynamic Web Project layout
I am used to the layout provided by the Dynamic Web project in eclipse where you have all your Java code under the src folder, your JSP files, etc under the WebContent folder and the WEB-INF resides ...
0
votes
1answer
35 views
Unable to compile web project with sub-web-projects with MSBuild
I'm trying to compile a web project solution using MSBuild which has other web-projects as sub-folders, and can't get around the problem:
ASPCONFIG: It is an error to use a section registered as ...
0
votes
1answer
86 views
Web Project not automatically creating virtual folder in IIS7.5
We've got a rather strange problem, we have been debugging the last couple of days, without any result. We just reinstalled a new developer machine for a new colleauge and run into some problems the ...
0
votes
1answer
79 views
eclipse link two dynamic web projects
Is there a way to split up a Dynamic Web Project in Eclipse into two libraries and link them up properly?
So, I'd like to have a library project and an two other applications specific web project.. ...
0
votes
3answers
124 views
what happens when we Build a java web project
I am a newbie to J2EE and I am not able to understand the directory structure created on building the java web project. After bit of googling i understood what we store in WEB-INF but
1)i am not able ...
0
votes
1answer
81 views
Intelliji idea to eclipse migration. Where to find same settings for IntelliJ IDEA's “Web Resource Directory Path Dialog” in Eclipse?
I have j2ee web project in IntelliJ IDEA with complex web resource directory structure
Where to find analogue of this setting in Eclipse?
0
votes
0answers
225 views
VS2010: Different behavior in Web project and Class project for binding datasource to a class?
I'm a first timer and I apologize if my questions isn't worded right... I'll try to be as descriptive as possible.
What I'm trying to do is set up a Visual Studio 2010 project for someone who's not ...
0
votes
2answers
768 views
Adding a Web Project as a jar in an Eclipse Deployment Assembly
The site I'm working on now is made up of several java projects and a main web project A which references them. The IDE I'm using is Eclipse Helios.
What I'm trying to accomplish is adding a new ...
0
votes
1answer
133 views
How to fix?: Server in Eclipse suddenly requires jars in server's launch classpath
I have a web project built in eclipse using Spring and for Tomcat. Before some recent changes that I either cannot remember or undo, I could simply start the server in the ide and hit my servlets ...
0
votes
2answers
72 views
Why can I not directly refer to a namespace that I can import?
I have a bizarre vb.net problem.
I'm working with a 3rd party library with a namespace called Telerik.Webcontrols. The library is in a web site project that I am in the process of converting to a ...
0
votes
2answers
199 views
Is it possible to add Post Build Tasks/Steps to an ASP.NET (2.0) Website Project?
I've got this ASP.NET 2.0 project that I've been working on for a while now. Over time the project grew little by little and in the end I ended up with quite a few steps that I had to run at the end, ...