godaddy

ASP.NET MVC godaddy stats page

Hello. I'm trying to access my /stats page and am hosted with godaddy.com with an ASP.NET MVC website. I keep getting prompted "Authentication Required" but this is something in my web.config causing me to get the prompt. Example message: A username and password are being requested by http://domain.com. The site says: "domain.com" I...

PHP / MySql Insert on GoDaddy

I'm using heredocs for a php/mysql insert statement on godaddy. When the function is called the page refreshes correctly, however, the data is not being inserted into the database and no errors are appearing. I've tested locally using MAMP and when the file is uploaded to the server it does not work. Has anyone had this issue before o...

How to deploy C# code to a server? How to run an exe on a server?

Th short story is: I have a Godaddy shared Windows server account and I have some C# code on my computer that runs perfect locally. I want to run this code on the server as an exe file. Is this possible? I do not believe I have command prompt or remote desktop access to my shared space. More details: The end goal is to have a website wh...

Godaddy Java support and Confusing and Many problems

Dear All, Could any body please help me ? I called godaddy several time and still no proper answer. Problem 1) Hosting Plan :- I asked for Java linux unlimited host plan and initially they gave me Linux Web Hosting - Unlimited - 3 years but My simple Hellowrold JSP not worked(showing the full file contents with JSP tags) so I called ...

Setting write permissions on godaddy hosting.

I have godaddy asp.net hosting. Every time I upload the build, it’s a manual laborious task of setting write permissions(to folders) through the web interface. Is this something I can automate? Are there any nant /script tasks with which can do this? ...

How to run a .NET Class Library on a Go Daddy server?

Thanks to the awesome people that answered my previous post, I was able to make a .NET Class Library and run the library from a button on my webpage. The program is designed to run on the server constantly. It checks the database to see if there are any pending actions, then sleeps for 10 minutes. When I click the button on my webpage t...

WCF and godaddy port forwarding

I have a WCF web service running under IIS 7 with a static IP address: 173.1.1.1:9100 I set up a domain name using godaddy.com and forwared to my static ip address/port: mydomainname.net. I have a client test app that works when I use the ip/port address, but not the godaddy domain name. I can bring up the service description in a bro...

How to deal with the 200MB limit of Godaddy database?

Hello. For the 'unlimited plan', Godaddy's web hosting offers 'unlimited' databases (SQL Server & MySQL). However what beats me is the maximum size of each database, which is 200MB. I am not sure if this is a challenge to many out there but it would be for me as the time passes. So what I am looking for is a mechanism to be able to grow...

How to setup cron job?

Hi, I have a windows shared hosting account with Godaddy.com with PHP5 that does not allow cron or scheduled job. I am developing a website in PHP5 with CakePHP and I need to run a cron job to send emails. What will be the best way to do it? Thanks for your answers in advance. :) ...

GoDaddy.com shared hosting with NHibernate and MVC 1.0

I'm getting the following error after a migration to shared hosting on godaddy.com [SecurityException: Request failed.] System.Security.CodeAccessSecurityEngine.ThrowSecurityException(Assembly asm, PermissionSet granted, PermissionSet refused, RuntimeMethodHandle rmh, SecurityAction action, Object demand, IPermission permThatFailed...

MySQL and PHP works locally, not on GoDaddy

Hi, I'm using GoDaddy's Shared Linux hosting and some PHP I wrote just won't work with my DB on the server. EDIT: I fixed the problem. I accidentally deleted the "database" connection variable from a config file. Wow. That was silly of me. EDIT: By not work, I mean that I can't read the DB. I've messed around enough to know that the...

send smtp email through godaddy

So, I'm trying to send an smtp email from my website as a confirmation that their order has been place. The site is hosted on godaddy and I have no idea what's going on. I'm getting all kinds of error messages. The current one is: "System.Net.Mail.SmtpException: Mailbox name not allowed. The server response was: sorry, your mail was ad...

SQL REMOTE connection is EXTREMELY slow

I've set up a msSQL remote connection on a GoDaddy shared hosting account (known as Direct Database Access). I'm doing some javascript/HTML/css work on the site and don't need/want to have to download/manage a separate database. The remote connection works and the pages load as expected. However, each time I request a DB driven page in...

Cache Expiration On Static Images

I have a php site using html5 run on a linux server on godaddy. I need to set a cache expiration date on static images and a css file. I also need to gzip a css file and cannot seem to find the correct syntax for either. I am not sure if I am making this too complicated or what. Am I correct to think I can get this done with an exp...

Insufficient permissions for setting the configuration property 'checkCertificateName'

Hi Friends, I have hosted my web site on go-daddy with shared hosting plan.when i am trying to browse any page which content logic to send email i get below error Insufficient permissions for setting the configuration property 'checkCertificateName' But page without the send email logic working fine so any can help me to resolve thi...

jpegtran and GoDaddy

Does godaddy have jpegtran installed by default? If so, how do I use it from php? If not, how do I install it? Thanks! ...

+ in the URL in ASP.Net

PAls, I have lot of URLs with + in it. ie., (http://domain.com/abcd+ac.aspx, etc) Im planning to move that hosting to Godaddy, but they firmly said they wont support + in the URL. Reply from them : Unfortunately, our servers will not recognize special characters such as the "+" character and is not something that we are will...

Code Signing for Vista with GoDaddy Certificates

We recently purchased a Code Signing certificate from GoDaddy. Following their instructions, we were able to use the SignTool from MS and sign our installer. When installing under XP, this works great. However, when installing under Vista, if we look at the certificate, it is saying "One of the countersignatures is not valid. The fil...

GoDaddy Subdomain Hosting Issue/Question with Disk Access (C#/ASP.NET 3.5)

This isn't a very complicated scenario really, but as I start to type out the problem I'm realizing how convoluted it can become textually. Let me try and be very clear: First, the set up... I have a C#/ASP.NET web application that is publicly facing on my main domain (www), let's call it www.mysite.com. Nothing fancy, just a front-e...

.htaccess rules with a second domain to use a different directory than root?

Domain1 uses root / I am trying to have Domain2 use /domain2 When I visit domain2.com, I want it to appear as domain2.com and use the files from /domain2 instead of root / The closest I got was: RewriteEngine on RewriteCond %{HTTP_HOST} ^domain2\.com$ [NC] RewriteRule ^/?$ /domain2/$1 [L] But if I try to go to some page at doma...