godaddy

ASP.NET - MVC Routing - Different link in development than in hosting environment.

In my website which is hosted by GoDaddy, I'm seeing slightly different behavior in how my URLs are being generated. In my development environment, the page loads just fine, but on the GoDaddy servers, a page cannot be found message is appearing. Rather than http://www.rsolberg.com/PhotoAlbums/ I am getting http://www.rsolberg.com/rsol...

GoDaddy Hosting - Medium Trust Workaround?

I've seen a few different questions here on SO related to shared hosting, specifically GoDaddy, with medium trust configurations. While most questions seem to be oriented around trying to include a 3rd party DLL in your application, I really haven't seen a consistent answer on how to move forward. I am trying to utilize the FlickrNet f...

GoDaddy Unlimited Account Problem

When I assign multiple domains to directories in my GoDaddy hosting account management it creates a virtual directory for these domains. It also makes those domains go to that directory. For some reason, sometimes it forwards back to the full path of the hosting account. ie., I have domain abc.com in folder /_sites/abc.com/, and if I ...

MySQL + Visual Studio 2008 + GoDaddy = FAIL?

Hi, I'm trying to connect my ASP.NET web application to a mysql database that is hosted by GoDaddy. I downloaded and installed the MySQL connector and then tried to use the "Connect to Database" operation in Visual Studio. It shows an option for "MySQL Database" and I put in my credentials, but it gives me an error, "Unable to connect to...

File I/O in medium trust?

I'm attempting to read the contents of a file in a medium trust environment (Go Daddy), and Im naturally getting SecurityException with FileIOPermission. Is there anyway around this? ...

How can we set the cron setting in Godaddy?

How can we set the cron setting in Godaddy? ...

Setting up a git repo on my GoDaddy hosting plan

I have a project which is version-controlled using git. What I want to be able to do is set up a repo on my (ssh-enabled) GoDaddy shared hosting package so that I can deploy with a push rather than dragging and dropping in FTP. Any tips would be appreciated. Best would be an account from someone who's already done it, but I couldn't pe...

change default startup page Asp.net windows hosted godaddy

when I visit http://mywebsiteurl.com/ by default it will load Default.aspx, index.html, or welcome.html... I would like to know how I can make a directory point to index.ashx (or something else other then index.html) is it inside the web.config file? ...

Wildcard subdomains with GoDaddy giving me 404 error

I have a hosting account with GoDaddy and I enabled wildcard subdomains by adding an A Record pointing to the IP Address. However when I try opening abc.mydomain.com, I get a 404 error. I searched the web and am doubting whether I need a .htaccess file. That file does not exist in my root folder. Can someone please guide me how to config...

Question about SQL Server users on shared Godaddy hosting accounts

I have a client who needs a report created using data retrieved from a SQL Server database on a shared Godaddy hosting account. I do not need full access to this database, so I have asked the hosting account owner (supposedly a web site developer) to create a user for me that has only select privileges on the tables I need access to. H...

Trust Level required for Membership Providers

Hello all, I am hosting an ASP.Net site with GoDaddy - It seems that the trust level for the application is Minimal, this seems to create issues with my using the standard SQLMembershipProvider. Can anyone help me to understand if this is a limitation of the SQLMembershipProvider, or the fact that I only have Minimal trust? To put it a...

string template and medium trust hosting

Hi my problem is with string template and operating under medium trust that godaddy enforces. Has anyone had the same problem and what did you do? Moving to another host is a solution so feel free to name one. Modifying the code will be the last thing I want to do since it is mostly done and it will set me back some time. I have read ...

Add an Expires Header

hi there I just made a website and after running it, i think is running slow. I've put YSlow firebug plugin, and I get a C mark for my website speed(very bad, because there are some images texts and some css) first i have to "add an expire header". How can I do that, if my hosting servers are on godaddy deluxe linux account? many thx ...

Sending email through gmail SMTP on GoDaddy

Is this possible? I am able to send through localhost, but on godaddy the email doesn't get sent. Has anyone managed to achieve this? I'm using C# ...

Umap (AS3) Feedlayer URL on GoDaddy.com is not working?

I have created a Umap AS3 (AfComponents) map on my client's site and creating a FeedLayer which calls a KML file which client generates via a CMS. Everything was working fine until I discovered that .kml is not reading. I checked on firebug and found that the URL http://www.domainname.com/myReal.kml is not directly accessible. I don't k...

Is there any hope of installing ioncube on a shared linux hosting account with godaddy?

This has been the nightmare of all nightmares. For 4 days now I have been fighting to install ioncube loaders on godaddy. I am sure that I have uploaded the correct loaders, and I am using a zend extension line in a php5.ini file that is located in the public_html folder. The ioncube directory is also in the public_html folder. It will...

Do I need to do something with the .htacess file?

I have installed a PHP program onto my godaddy shared host (linux) account. I am now getting 404 errors. I have contacted support for the program but have not heard back. From what I am reading on various forums, there seems to be an implication that I need to change something in the .htaccess file. The only .htaccess file is in the "j...

Godaddy WebPermission Issue on FTPwebrequest

I have created FTPwebRequest to write a file from one of my Windows 2003 share hosting account to one of my Linux hosting account. This is the code, I use to upload the file between servers (domains) Public Sub uploadFileUsingFTP(ByVal CompleteFTPPath As String, ByVal CompleteLocalPath As String, Optional ByVal UName As String = "UserN...

How to have an SSL Certificate installed in an Indy Server and seen as trusted?

Using Delphi 2007, Indy 9 to build a standalone Server working in Secure mode. I used SSLBuddy to generate the certificate request, got a root certificate and a standard certificate from GoDaddy, a MyDomain.crt, (I selected the "other" type as web server). I then used SSLBuddy to generate the key and cert files passed to the TIdServer...

Need help with sending email using a godaddy account.

Hi, I'm trying to send an email using my godaddy hosting. I've also given away the username and password (as you can see in the code) for the testing email account so if anyone has the time, can they try and send an email using these settings? I'm totally at a brick wall. I've got Thunderbird setup and it connects and sends emails fin...