Tagged Questions
0
votes
1answer
60 views
Deployed MVC4 application not opens completely
I deployed MVC 4 application to Arvixe.com hosting. In local everything is okay, site opens full, but after deploying, site opens, but, not full. css, jquery, javascript is not working. Only html tags ...
2
votes
1answer
336 views
Git Deployment Workflow that Takes Live Updates Into Consideration
What I'm Looking for
We're looking for a Git host that has web-manageable deployments via Git. Most deployment software I've found uses FTP, and if there is an update made on the live server (some of ...
1
vote
2answers
331 views
Symfony 2 on shared hosting?
I'm developing my app in Symfony 2, and one of the things that i have kept in mind is that symfony 2 have a lot of requirements. I know that in my pc works. But i've never tryed to deploy my app in a ...
1
vote
1answer
33 views
Deploying custom website onto clients hosting
I have developed a website application that includes a custom built CMS and PayPal payments etc...
My client already has hosting for his main website via the developer of that site.
I wish to host ...
0
votes
1answer
108 views
Cipher is not a Module error on A2 Hosting
I was trying to deploy a Ruby on Rails 3.0.3 application to A2 Hosting, I followed this tutorial ( http://wiki.a2hosting.com/index.php/Rails_3 ) using Passenger.
But I couldn't migrate my ...
1
vote
1answer
55 views
What is the best way to setup a development & production environment for a PHP/MySQL app?
I've been developing a web app locally on my local MAMP computer for the last few months. Now I am ready to launch it while continuing to add enhancements/fixes. So, I am wondering what is a good way ...
2
votes
3answers
659 views
Is it necessary to deploy .cs and designer.cs files in asp.net web application
Is it Necessary to Deploy the .cs and .designer.cs files of .aspx page while transferring the files through FTP to Deployment sever?
Or Does the application dll can takes care of it?
3
votes
2answers
205 views
Playframework 2 in the cloud
I started with python on google app engine 3 months ago.
Then I switched to Play2! on Heroku + mongodb and it is a breeze to work with.
I am really far in my project and I want to release the ...
1
vote
1answer
1k views
ASP.NET MVC 3 , 404 - File or directory not found
It is my first MVC project and always the first time has pain ;)
I did these steps to deploy project .
Used publish option in solution explorer and select File System.
Upload published file to ...
1
vote
1answer
195 views
Error accessing a WCF service
I have a very strange problem.
I have a working WCF service.
[ServiceContract]
public interface IService
{
[OperationContract]
int AddResult(int result, string name);
[OperationContract] ...
0
votes
1answer
63 views
Error while deploying a WCF service on web
I created a working WCF Service Library on my computer.
When I published it on the hosting (right-click -> Publish -> I entered address) and launched the web page with this service like ...
3
votes
4answers
3k views
Deploying a Symfony2 project
We were working on a Symfony2 project. Now, it's done and ready to be deployed. We uploaded the whole project files to the server (via ftp of course) and the database as well. Now when we open any ...
0
votes
1answer
385 views
Web Development Workflow Advice
I’ve been doing web development for some time now but getting more serious about it these days. Currently I’m coding on a OS X 10.6 machine running PHP, MySQL, Ruby, and Apache, then uploading files ...
4
votes
1answer
461 views
Multiinstance Application architecture and deployment in GlassFish app server
I need to setup a hosting environment for around 100 customers per one GlassFish server (v 3.1).
Each customer needs custom configured application that can be run independently from each other. (JDBC, ...
1
vote
2answers
459 views
Recommend me a hosting solution for Rails 3.1 (ruby 1.9.2+) apps / alternative to Heroku
I am wondering about the best hosting for Rails 3.1 app based on ruby 1.9.2+. Firstly I tried Site5. Unfortunately, in the time when I tried it, they supported only ruby 1.8.7 and also, the app ran me ...
1
vote
2answers
733 views
How and where to deploy my Python and BottlePy application
Ok, so I made this application in Bottle that uses the NLTK package. It works fine on my computer which has all neccesary libraries installed, however, I can't get it to work on Google's App Engine. ...
1
vote
1answer
485 views
Choice VPS for hosting application on Scala, Lift
I write web application on Scala, Lift, MongoDB. Which hosting is the best for deployment and production? Which tools (server etc.) you use in production?
18
votes
11answers
8k views
Play Framework application deployment
it's been a long time working on a play app & now comes the time to deploye it. that my first time so i'm kind of lost. which hosting compagny is the best & offer good pricing ?
1
vote
2answers
495 views
.htaccess permissions to stop outside world executing php scripts
I am setting up a new website and currently if I go to mydomian/php/someScript.php it will execute the php script. How can I let the files that include this still include this but not let anyone else ...
0
votes
2answers
718 views
ERP solution on .net 4.0
I just joined a new company , which is going to start working on an ERP solution. For this solution they are using .Net 3.5 instead of .net 4.0.Because they think that .Net 4.0 is still not stable and ...
0
votes
1answer
630 views
Heroku: Deploying rails application troubles
I'm trying to deploy my rails application with heroku (as shown here). I've created a very simple rails application (using ruby 1.9.2 and rails 3.0.3; i'm sure heroku supports these - see heroku ...
4
votes
2answers
1k views
Serving static files from Amazon S3
What is better for serving static files of most websites (javascripts, css, images, html): S3, something like EC2 or yet another option?
0
votes
3answers
179 views
Hosting-specific code in projects: push to Github too?
Imagine this common scenario: i hacked together a cool project i want to share with the world. So: i put it on Github, and fetch it from Github on my own website so people can see a demo. This also ...
5
votes
3answers
791 views
Mercurial Hosting software, alternatives? [closed]
Are there any software packages available for hosting Mercurial repositories on my own server, apart from the very basic script that comes with it?
I've looked over the PublishingRepositories wiki ...
6
votes
4answers
232 views
things to absolutely check when deploying an MVC 2 web application?
I am going to deploy my first MVC web application to the internet.
As is the first app with this framework for me, I was wondering if I can collect some advices regarding what should be done to ...
1
vote
2answers
982 views
ASP.NET Deployment Fails - Could not load file or assembly 'Microsoft.mshtml'
I have developed a Web application in VS2008. It works perfectly on my development PC. When I publish and upload to the shared Windows hosting service (which supports ASP.NET 3.5), it fails (even when ...
1
vote
0answers
97 views
Can you reccomend me a book on asp.NET application deployment? [closed]
Can you advise a book or an article with full coverage of asp.Net application deployment?
I mean consider you have developed your software on your local machine and now you want to host your ...
2
votes
1answer
298 views
What do I need to configure to host django applications on linode?
I am about to choose hosting provider for my Django project. I took a look on a linode
and it looks very promissing. It looks like very elastic solution but in my case this might be a disadvnatage ...
0
votes
1answer
373 views
What Web Hosting Service do I use for JRuby on Rails?
I'm developing a website with JRuby on Rails because I need some Java functionality server-side. I figure to deploy it, I will need to use a hosting service that supports JSP. Am I right and is that ...
0
votes
3answers
2k views
host the silverlight application in a new website(default.aspx)
when I create new silverlight project it asks Host the Silverlight application in a new Website followed by two fields- 1. Name: projectName.web 2. Type: ASP.Net Web Application Project OR Asp.Net Web ...
1
vote
3answers
299 views
How to host 50 domains/sites with common Django code base
I have 50 different websites that use the same layout and code base, but mostly non-overlapping data (regional support sites, not link farm). Is there a way to have a single installation of the code ...
3
votes
1answer
144 views
Is PHP the only choice re: massive and rapid uptake of a re-deployable, extensible web application?
My own answer to this question is YES, but I'd like to hear from others. Put another way the question could be: Would the success of 1-click-install WordPress (not WordPress.com, which is SaaS) be ...
0
votes
2answers
532 views
Custom Errors not Forwarding on ASP.NET MVC Site
On my site, a broken link throws the default, page not found error. In the web.config I have turned on CustomErrors and forward 404 errors to a custom message.
On my dev box it works, on the host it ...
0
votes
2answers
427 views
Deploying website with cookie-free domain path update for images and other resources
I'm working on as asp.net application. The application is reasonably large and involves lot of pages with many reference images and scripts. I have hosted such content on a cookie-free sub-domain.
My ...
0
votes
1answer
331 views
httphandler shared hosting deployment
I have the httphandler on shared webhosting.
It works.
The httphandler webapp (virtual) dir of this httphandler does not have web.config
and the whole shared user's website has web.config with ...
8
votes
5answers
437 views
Top 10 gotchas using shared hosting with ASP.NET
I have recently started using a shared-host for my clients so see project progress or to play with a new technology for myself. I seems like every time I deploy a new project that runs fine locally, ...
2
votes
4answers
215 views
What Rails deployment techniques best overcome environmental differences?
I work on Ubuntu developing a Rails app for my church. We use a hosted VPS also on Ubuntu. I use Capistrano to deploy periodic updates. Inevitably, however, an app that works on my local box, ...
1
vote
1answer
430 views
Deployment process - ASP.NET, SQL Server to shared hosting
After a number of failed deployment attempts (configs overwritten, files missing, out dated etc) to our shared hosting server I thought I might get some insight on processes to make deployment run ...
7
votes
7answers
861 views
What is the cheapest way to deploy an ASP.Net MVC application?
What is the cheapest way to deploy or host an ASP.Net MVC application? Any shared hostings? This is for a little toy application which I'll pay from my own pocket. Nothing entreprisy, the cheaper the ...
4
votes
4answers
3k views
EC2: can I host an http server there?
Does anyone have experience deploying GWT apps to EC2?
If I were to install tomcat or apache on a ec2 instance, could I have users connect directly to a url pointing there?
Would that be cost ...
3
votes
1answer
200 views
How can I centralize an entire website engine?
Prefer responses via php or ROR if possible!
Example:
The slide widget at www.slide.com can
be deployed anywhere on the web. But
the slide developers have
centralized edit capabilities to ...
