Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

21
votes
5answers
10k views

ASP.NET MVC and IIS 5

What is the best way to get hosting of an ASP.NET MVC application to work on IIS 5 (6 or 7). When I tried to publish my ASP.NET MVC application, all I seemed to get is 404 errors. I've done a bit of ...
3
votes
5answers
573 views

Storing PayPal credentials in a web application(asp.net) on a shared host

I have created a web application that is hosted on Godaddy on a shared server. I plan on using paypal for my transactions, which creates a problem. At this point the credentials(paypal email and ...
2
votes
3answers
667 views

How can I use `scp` to deploy a website's `.htaccess` file?

I am currently using the following command to upload my site content: scp -r web/* user@site.com:site.com/ This works great except that the .htaccess file is not sent. Presumably, this is because ...
0
votes
1answer
40 views

Zend Framework http requests prefixing parent domain instead of subdomain on shared host

I have added a standard zend project into a directory off the root on a shared host. I created a subdomain sub1. parent domain www.main.com sub domain sub1.main.com The rewrite rules seem to be ...
0
votes
2answers
84 views

On this workflow, does git command needs to be installed on the production server?

Developer A - Local Repository --> pulls/push ---> github Developer B - Local Repository --> pulls/push ---> github Capistrano would remain on our developers' machines, however we will define ...