Tagged Questions

8
votes
6answers
2k views

MVC .Net and IIS 5

What is the best way to get hosting of an MVC.Net application to work on IIS 5 (6 or 7). When I tried to publish my MVC application, all I seem to get is 404 errors. Iv done abit o …
2
votes
3answers
317 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. Presumabl …
1
vote
3answers
81 views

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

Hi, 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 credenti …