Web Deploy: Unauthorized or Permission Denied
Last Updated on Monday, 6 May 2013 06:14 Written by Andrew Brown Friday, 10 May 2013 12:00
If you are getting permission-related errors when attempting to publish via Web Deploy, it may be because the ACL’s you have set in your development environment are incompatible with Arvixe’s ACL configuration. Information on how a Web Deploy publishing file is created/configured can be found here.
Learn MoreArvixe ASP.NET Web Deployment (How-To Guide)
Last Updated on Saturday, 9 March 2013 03:25 Written by Eric Anderson Tuesday, 12 March 2013 12:00
Setup for Arvixe WebsitePanel:
1.) Login to your Arvixe WebsitePanel
2.) Click Web>Web Sites> yourwebsite.com
3.) Now under your web site’s Home Tab in the Authentication category make sure
Enable Integrated Windows Authentication isn’t checked And that
Enable Basic Authentication is checked
4.) Now under the Extensions Tab in the ASP.NET category if your site was built
with .NET 4.5 make sure that you set the dropdown box to 4.0 (Integrated)
How to Bin Deploy ASP.NET Assemblies on Shared Servers
Last Updated on Tuesday, 6 November 2012 08:29 Written by Abner Myloth Friday, 9 November 2012 12:00
On ASP.NET platform it is quite common to use 3rd party assemblies like MVC, MS chart controls to add features accessible from your code which are not present in the .NET framework by default.
In your development machine, you do this by installing the required assembly server-wide. Assemblies get installed in Global Assembly Cache (GAC) and all you need to do is to reference that in web.config file.
However, it may not be possible to install all these 3rd party assemblies in a shared server as different users might be using different versions of the same assembly.
Learn MorenopCommerce Tips: Your First NopCommerce Site, Part 4: Deploying to Your Arvixe Server
Last Updated on Saturday, 23 June 2012 04:14 Written by Carole Bennett Tuesday, 26 June 2012 12:00
Before deploying your nopCommerce site, you should prepare for deployment with Part 3!
Let’s start with the Hosting Account Information you get after signing up with Arvixe.
How to Deploy Your Git Repo Into a Shared Environment Using Arvixe
Last Updated on Friday, 25 May 2012 11:37 Written by Arian Jahansouz Thursday, 10 May 2012 01:33
This article will show you how to deploy your git repo into a shared environment using Arvixe. This article was originally written by Arlo Carreon over at his website. Stop by and take a look!
Git is rapidally becoming more and more popular; and while Github is a great way to store your projects, you will need a way to deploy your web app to your shared hosting. Arvixe is one of the most affordable and reliable shared hosting providers I’ve come across and a perfect example for demonstrating how to deploy your git repo into a shared environment.
1.) Setup SSH Access with Arvixe
Make sure you have SSH access. Shared hosting accounts with Arvixe do not come with SSH access by default. You will to go to the support chat and ask for SSH access, this will only take minutes and is effective immediately. Once they give you access, make sure you can login. Here is how you would SSH into your account with your Arvixe username and password.
Learn More

Recent Comments