So I have a website project, which I precompile when I publish.
I have a question, when I need to make a small change to the deployed site, do I have to rebuild, re-publish and deploy the entire website structure again, or can I just copy the modified aspx page and the bin directory?
Please let me know!
Thanks guys!
...
Refresh error: Entity of type 'WorkflowFieldUpdate' named 'Case.ISHERE' not found Project/src package.xml line 1 1248190153153 205
any ideas what this means?
It's stopping us from deploying, as workflows don't appear on the deployment candidate list in Eclipse.
The fieldUpdates, definitely do exist in the Sanbox, wh...
Just wondering if it's possible to package and deploy emacs and Lisp program as PC application such that once downloaded, running setup.exe (kind of), then the user can start application to make emacs run the specific Lisp program as if the application were implemented by other languages and platform, such as .Net, or Python.
With this...
I'm developing a standalone application that accesses a common database on a server. It will be used by a few dozen people in my organization.
I know that I will need to update the software and the design of the database. This creates the possibility that someone will perform a query on the database using old software.
I already have...
I am using Eclipse (J2EE Galileo) and have created a dynamic web project and associated it with a server (JBoss).
Now, whenever I make changes to one of my JSP pages, Eclipse will build and autodeploy the WAR file to the server. This is sometimes useful, but sometimes more in the way for me.
I would like to disable this feature, and i...
How to push new images in a web application, so that the cached is not taken?
When I am having a new JS or CSS file, it's easy.
Because they are in smarty templates, and I am having a version number in the URL (like a.js?v=9).
Now, the problem with images are: -
They are referred from the CSS files, and I can not have a version variabl...
What's the best way to automatically deploy changes to a database driven web application? Is there a single product out there that can modify the following...
Website (dlls, aspx, css files etc)
Database Schema (add tables, columns, etc)
Database data (modify table contents)
Reporting Services reports
I've seen various separate prod...
hi all
i am having a problem with deploying my application to my server.
i have msysgit, github and capistrano installed and working.
i have successfully pushed my app to github and can successfully run cap deploy:setup to setup on my server from my local machine.
BUT..
when i run cap deploy:cold it asks me for my passphrase to conn...
I've deployed a Ruby on Rails application using mod_rails and nginx over Capistrano, and it's working perfectly, but I have a baffling problem.
When I run the following command on the server:
SHOW TABLES IN application_production;
MySQL returns:
Empty set (0.00 sec)
I know that information is being written to the database because ...
Hi all
I am having a problem with deploying my application to my server.
I have msysgit, github and capistrano installed and working.
I have successfully pushed my app to github and can successfully run
cap deploy:setup to setup on my server from my local machine.
BUT..
When I run cap deploy:cold it asks me for my passphrase t...
Hello-
I am using STSDev to build a Sharepoint solution package. I created the project using the STSDev "Feature with assembly" template. I have added additional features to the project that I would like included in the solution.
My problem is that STSDev is not adding the files for the additional features to the manifest.xml file and...
Hi,
what's the exact meaning of the word "Deployment" in case of Tomcat. Is it just putting any Servlet or JSP file in the web app folder correctly, or I'm still forgetting anything important here?
...
Hi,
Which is the best method to deploy a web application. Currently i am publishing the application and placing that folder in the server and creating virtual directory and providing windows authentication.
I just want to know this is a better metod to deploy or i need to use any other deployment technique?
Plese suggest
...
I just finished my first C# project in VS 2008 and it is working well now. But now I need to publish this project on my website. This project interacts with my SQL Server 2008 Adventureworks database on this same computer.
I will use this same computer to host the website and house this database. I know HTML but not how to add a .N...
What are the pluses and minuses to using the vcredist.exe versus the msm files to install the Visual C++ 8.0 runtime libraries?
...
I just finished my first C# project in VS 2008 and it is working well now. But now I need to publish this project on my new website. This project interacts with my SQL Server 2008 Adventureworks database on this same computer. I am running IIS 6.0, but I am a newbie to both IIS 6.0 and VS 2008.
I will use this same computer to host the...
Hello, currently my team is working on a web-based service which has a very manual deployment process. I'd like to convince my management team to consider spending the engineering effort to bake automated deployment into our engineering practice. Can anyone suggest articles that help me make this argument?
...
When working with the "Web Site" style ASP.NET project, VS.NET will compile all the ASPX/ASCX pages during the build process. This is great cause it validates all the embedded code. For most sites I don't have much, but with MVC I've got lots of <%= Html.Action(...) %> style snippets throughout. When refactoring the .CS files get updated...
Hello,
I am using C# 2008 SP1
I developed a program that will be run on several user computers, ranging from a few hundred to a few thousand.
What is the best way to download the files to update the user program HTTP or FTP?
Also, are the security issues related to each protocol?
Many thanks
...
While analyzing some approaches to making our web app easier to deploy on our customers' sites, one of the suggestions was to include an embeddable web server to save the customer from needing to configure/install Apache/IIS.
What are some drawbacks to this approach? Specifically, what are the possible issues that we could come across ...