I published my VS2008 ASP.NET MVC 1.0 project to a local folder, then FTPed it to a virtual directory on my host (GoDaddy). I attempted to run and it complained that System.Web.Mvc.dll is missing, so I copied that.
After that I get a 404. Now I know that it gets to my HomeController.Index method, because it does a RedirectToAction. T...
I'm hosting an ASP.Net MVC site on GoDaddy. The site is in the root directory, and when I try to go to http://mydomain.com/stats, it redirects me to my MVC's logon page. I have no stats controller or view in my application, so it's not that it's hitting the wrong page.
I contacted GoDaddy and they said it was most likely something i...
I've a problem when trying to run mysqldump using the cron manager in GoDaddy's hosting interface. It spew out:
Got error: 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client when trying to connect
Anyone ever have the same problem? Is there a solution that doesn't involve updatin...
I have a webhosting at Godaddy with MS-SQL, I have a table called Product with 3 columns (Id, Title, Details)
I want to implement Freetext or Contains function to search multiple words.
When I execute the query:
Select * from Product
where freetext(Title,'Car Honda')
It answers me "Cannot use a CONTAINS or FREETEXT predicate on table...
Hello,
I asked the following question on SuperUser.com and the question was closed. Maybe it should be asked on ServerFault.com. Not sure.
But here it is on SO hoping it will get some traction.
Hello,
I have a wordpress website. It is NOT a wordpress.com website. This website is hosted at godaddy.com This weekend whenever I fired u...
I have a PHP site where all pages include an 57K generated PHP file. I'm thinking of using an opcode cache, so the file doesn't need to be parsed for every time a page is loaded (I assume loading the already parsed file would be faster than reading the 57K source file).
APC seems to be good candidate for this, but according to phpinfo m...
Hello,
For context please read over my previous question.
http://stackoverflow.com/questions/2329371/wordpress-website-is-automatically-redirecting-after-load
Thanks to all of you who helped and advised in that last question. The site is cleaned up now and I thought would offer a few clues I noticed during cleanup and was wondering...
I have develop a simple website using VS8 and C# when I debug everything works fine, then I built using Ctrl + Shift + B and when I upload the site to a godaddy server it display the next error:
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following s...
Hi!
I am using mysql as db for my asp.net application. Here are the facts:
I am using connection string from web.config which has both username and password.
I can do SELECT with tableadapter.
When I am trying to do INSERT with tableadapter, I am getting "mysqlexception insert command denied for user" error
When I try to do INSERT pr...
Hi!
I am using mysql as db for my asp.net application. Here are the facts:
I am using connection string from web.config which has both username and password.
I can do SELECT with tableadapter.
When I am trying to do INSERT with tableadapter, I am getting "mysqlexception insert command denied for user" error
When I try to do INSERT prog...
Hi,
I don't know if it's appropriate to ask for this but I really need to know what's the initial content of /var/www/vhosts/mydomain.com/conf/httpd.include on Godaaddy's VDS because the conf directory was accidentally deleted by somebody and now I cannot start Apache.
We didn't purchase an assited service plan so Godaddy won't help m...
Is it possible to use any of the many implementations of comet like streamhub..etc with a hosted web account from providers like GoDaddy i.e. get a domain and web hosting account from them.
I want to host a iphone web application on go daddy, but i need to have comet i.e. data/ notifications pushed to my application.
Any other alterana...
I really need some help with this as I have been trying to fix this for months and I can't figure it out.
I run an online chess site written in Silverlight 3.0
The architecture is Silverlight Client connecting to a WCF service that reads and writes data to a SQL Server database. It is hosted on Godaddy,
Once every so often I get the...
I've got an Asp.net site set up on GoDaddy which is using UrlRewriter.net (not to be confused with UrlRewriting.net) to enable url rewriting which seems to be working ok, though I had to set IIS to run in IIS6 mode, rather than IIS7. The problem I have is that my default document is 'virtual' so while it's possible to browse to mydomain...
Hi all, I'm using GoDaddy's Shared Linux hosting.
Using php i am inserting or updating the mysql database with create date or modified date using the variables
$datestring = "%Y:%m:%d %h:%i:%s";
$time = time();
$createdate= mdate($datestring, $time);
In this $createdate will be the variable i use to insert or update t...
I'm relatively new to both hosting and PHP, so apologies for (probably) missing the obvious, but…
I built a page which would allow file uploads to my site, following the example laid out here:
W3Schools PHP upload exercise
Through the File Manage on my Godaddy hosting, I created a folder named ’upload’ so that the file would land ther...
I'm using GoDaddy and would like to have MongoDB for my pet project.. but I don't really think its possible, since it has to be running the Daemon... but.. it doesn't hurt to ask, is there a way?
...
I am getting an Access to the path '[path]' is denied. This site is hosted by Godaddy. How can I open up the path "images/profiles" to allow the site to write to that path?
thanks
...
Yeah, I know! It's not my choice.
I am doing a large data import using a PHP script into a mysql DB hosted on godaddy. It seems their mysql connection gets killed every few hours regardless of what work it's doing. Their tech support is useless, and I've exhausted myself writing attempted workarounds. Right now, I'm trying to do a mysq...
You own thecheesecakefactory.com and your site lives there. You know that many of your visitors will simply type cheesecakefactory.com into their browser, so you purchase that domain as well.
What is the cleanest way of handling the redirection. I know GoDaddy offers a "domain forwarding" service but I am not sure if this is the "prope...