Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
2k views

How can I set up my domain name on Google App Engine?

I've made a website to go on App Engine, and have deployed it. I've redirected my domain name to ghs.google.com, and it successfully goes to my site. The problem is that in the address bar, ...
3
votes
1answer
696 views

IIS7 MVC deploy - 404 not found on some actions

Once deployed parts of my web-application stop working. Index-es on each controller do work, and one form posting via Ajax, Login works too. Other then that yields 404. I understand that nothing ...
2
votes
3answers
132 views

Pulling down a specific tag of a git repository

I am using a system that, during high load, automatically fires up a new server, downloads the application code from Github, and deploys an HTTP server. However, I don't want to pull the latest commit ...
2
votes
2answers
199 views

Architecting/Maintaining/Deploying large applications

Here at work we have a very large application with multiple sub applications. (500 + dlls) As a developer it is very frustrating working with all these dlls and dependencies. You create a new project ...
2
votes
3answers
846 views

How does one install .net dlls without .NET SDK or Visual Studio?

I need to deploy a few .net dlls. They need to be put in the GAC and the required entries need to be in the registry. On my machine I have both the SDK and Visual Studio running, so currently I am ...
2
votes
4answers
956 views

Deploying a python application with shared package

I'm thinking how to arrange a deployed python application which will have a Executable script located in /usr/bin/ which will provide a CLI to functionality implemented in A library installed to ...
1
vote
1answer
828 views

How to deploy and run a zend project on a server?

I have a question about deploying Zend project on a server. On localhost I used virtual host to set the document root to the public/index.php folder. How should I deploy it now? I have copied whole ...
1
vote
2answers
63 views

Publishing .Net Web App does not copy certain files

There are certain images & swf files that are used in the project, but they are not added to the project (Meaning, the Solution Explorer does not show them). When I try to use the Build->Publish ...
1
vote
2answers
2k views

iPhone certificate and provisioning…etc on new mac machine?

I had an older mac mini that I had used to register the certifications and....etc. I never really got to the stage for actually using them since i only tested on the iPhone simulator. Today I have a ...
0
votes
1answer
34 views

Deploying Windows Phone 7

When deploying Windows Phone 7 application i have choice for References Properties - Copy Local. Do I have Copy Local such references as System.XML, System.XML.Linq, Microsoft.Phone.Controls? How to ...
0
votes
0answers
50 views

Eclipse - GoogleAppEngine - JSP Compiling/Deploying Errors

I am in the beginning phase of developing a web server using a Google App Engine. I use App Engine SDK 1.5.3 , JRE system library [jdk1.7.0_01], GWT SDK[GWT-2.4.0.], and java in Eclipse - Helios. The ...
0
votes
0answers
102 views

axis web service deploying in weblogic

We are distributing a war file file to a client to be deployed to weblogic. It will have 1 axis web service. It seems that I have to run an ant task or command line after deploying to register the web ...
0
votes
1answer
29 views

Developing an eclipse plugin to deploy on my server

How can we create an eclipse popmenu plugin (which is similar to Google App engine SDK). i.e. If I have created a project, when I clicked on the plugin menu, it should be able to deploy to my ...
0
votes
1answer
51 views

MVC implementation with .Net 3.5

I have implement MVC1 with one of domain www.onlinegk.in it is working fine when I am running it in local machine, but when I am deploying it in my webserver it's action link is not working, getting ...
0
votes
1answer
75 views

Deploying asp.net mvc web site

I have asp.net mvc web site. When i want to change some code in controller i need to build all the site and upload it to the server. Is there some merhods when i need just copy controller file by ftp? ...
-1
votes
1answer
84 views

Copy SSIS Package Created in SQL Server 2008 onto SQL Server 2005

I am having problems moving an SSIS package I created on one server in MS Visual Studio 2008/MS SQL Server 2008 to a server which has MS SQL Server 2005. I am getting the following error and would ...
-2
votes
4answers
171 views

How to call a Java method while deploying a WAR

How to call a Java method while deploying a WAR