Scenario:
Production servers are running SQL Server 2008 in the domain myDomain.com
Dev/test/stage servers are running SQL Server 2008 in the domain dev-myDomain.com
Actual dev work done on local running SQL Server 2008 source controlled using SourceSafe
First of all, does this setup/environment make sense? And, what are some good wa...
I am using VS 2008, SQL Server 2008, IIS 6.0 Manager on an XP OS. I developed my very first C# project in VS 2008 and it runs correctly in VS. But now I need to publish this project on my website. This project also involves an SQL Server 2008 Adventureworks database on this same computer.
I will use this same computer to host the webs...
There seems to be a problem with ClickOnce deployments.
The manifest file is executed on the client machine, and there's a check to see if a new version is available. If a new version is available, this gets copied over to the client machine. BUT the old version remains.
This can be a problem. If the application is upgraded on a regula...
Hi, I'm trying to reduce the number of scripts included in our website and we use buildout to handle deployments. Has anybody successfully implemented a method of combining and compressing scripts with buildout?
...
I need to install the same assembly to the GAC for 30+ servers. I would prefer not to have to RDP to each server and install the assembly manual. Is there a straightforward way to install assemblies to the GAC over the network?
...
Hi,
Before the installation i need to set the [TARGETDIR] to my setup file programmically.. how to do this one in vb.net (visual studio 2008)
Please Help me..
...
Hello,
We're using EngineYard Cloud to deploy our Ruby on Rails application. We are running Rails v2.3.3.
EngineYard Cloud deploys to AWS instances in a manner similar to Capistrano. After each deploy, we're running into Invalid Authenticity Token errors. Specifically, any user that has previously visited our application and then vi...
I have uploaded a site built with asp.net 2.0 in a sub directory created by the plesk control panel. The subfolder name is "test" and it has the same files as root. However I am not being able to browse the files in the test folder, it's showing a directory listing denied message.
Here is the link: http://test.thigassist.co.uk/
even htt...
I'm trying to deploy an ear to JBoss. The application.xml has entries looking like:
<module id="Core_JavaModule">
<java>APP-INF/lib/core.jar</java>
</module>
<module id="Public_WebModule">
<web>
<web-uri>public.war</web-uri>
<context-root>/</context-root>
</web>
</module>
The core.jar is read in OK, but when it tries to read...
I'm working on a layered business application written in Java that should be packaged as an EAR file and deployed to a JBoss application server. There's a web-application layer, a service layer, a domain layer but no persistence layer. At least on paper.
What is the best practice for deploying the different layers? In our team we have a...
Hi,
im getting the following errors when i set ProjectProperties->Publish->Options->Publish Language to German:
Warning 1 Could not match culture 'de-DE' for item 'Windows Installer 3.1'. Using culture 'en' instead. *
Warning 2 Could not match culture 'de-DE' for item '.NET Framework 3.5'. Using culture 'en' instead.
Im using German ...
Hi,
I have an ASP.NET MVC application, and i have deployed it locally in my box. Now if i want to deploy it in a "Test" server (which is a tightly controlled environment), what do i need to install in the test server at the minimum - i.e. on top of the pre-installed ASP.NET 2.0 and .NET framework.
Do i need to isntall ASP.NET MVC runti...
This is a general question regarding deploying an MVC asp.net app into a test server.
How do you do it?
I tried to publish and deploy an mvc app into test server (under tight control), and the VS.NET complained that it was not able to update the remote IIS server for creating the virtual directory etc there, although the remote machine...
Hello,
Any one knows how can I make an Installer Common for the both office 2003 / 2007 plugin.
Installer should automatically select the appropriate Office Version (2003/2007), depends on which Office is installed.
I'm using VS2008, Extensibility - Shared Addin, for my Office Plugin. I have 2 Projects for 2003 and 2007, I want to make...
I have to deploy my application in weblogic through ant.
what i am doing is:
<target name="deployOnServer1" >
<echo>*********** Start deploying war file on SERVER1 *********** </echo>
<wldeploy action="redeploy"
source="${dist.dir}/${ant.project.name}.war"
name="${wls.appname}"
user="${wls1.user}"
...
I have 3 MSBUild scripts for deployment,
1 for deploying UI
1 for deploying a couple of web services.
1 for deploying backend services.
Now I would like to create a one click deployment MSBuild script, which would call all the above 3 scripts, which can be executed from a TeamCity server.
So how can I call these three MSBuild scripts f...
What is the best way to deploy an analysis services project database to a different domain. I have network access to that domain (I am able to ping it).
When I try to deploy the SSAS project to a live server in a different domain I get the following error:
Error 8 The project could not be
deployed to the 'SERVER' server
because ...
Hello folks,
The app runs fine using django internal server however when I use apache + mod_python I get the below error
File "/usr/local/lib/python2.6/dist-packages/django/conf/__init__.py", line 75, in __init__
raise ImportError, "Could not import settings '%s' (Is it on sys.path? Does it have syntax errors?): %s" % (self.SE...
Hello.
I built a web application that uses the J# libraries which works fine in my cpu, however, when I deploy it to my shared server. I get an error message: Parser Error Message: Could not load file or assembly 'vjslib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot fi...
i have project in C#, ASP.Net and SharePoint. i want to deploy it usung VS2005 Setup and Deployment tool (As i am not allowed to use any otther software). Can i deploy the Sharepoint part like webparts in VS2005. please tell me what steps i have to take for sharepoint.
All Suggestions are welcome.
Thanks in advance
...