godaddy

How do I setup an MX record for a sub-domain?

Update - GoDaddy said they don't provide support for custom MX records. I gave up and we just setup an MX record on another domain. I am hitting a road block in assistance with GoDaddy in setting up an MX record correctly and tired of waiting "24 to 48 hours" for propagation. I am going to describe this question in relation to the GoD...

Subdomain on different host

Hi everyone! I'm trying to host a subdomain for my site with a different hosting company and I'm running into issues on how to set it up. Here are the specifics: - Domain is registered with GoDaddy. - Nameservers are pointing to DiscountASP.net where ASP.NET app has been happily running for couple of years. - Would like blog.mydomain....

Subdomain on different host

ok so i have a domain name that im trying to point to a subdomain on my godaddy hosted domain. So domain1.com should point to sub.domain2.com . I cant get it to work without giving me a 403 error from godaddy because they dont recognize the incoming domain name (domain1.com) Thanks. ...

CNAME on GoDaddy

I have a domain on godaddy and want to point it to a specific place on another domain. So domain1.com points to domain2.com/page2.html Godaddy seems to make me want to just point to domain2.com, which houses another landing page. Anyone know how to do this? I don't want the user to know they are on domain2.com/page2.html, so a simple...

Is there a way that I can run a ASP.NET MVC Project on godaddy.com shared web hosting?

Is there a way that I can run a ASP.NET MVC Project on godaddy.com shared web hosting? ...

How do I setup / configure ELMAH on GoDaddy ASP.NET hosting

FYI: ELMAH is the Exception logging framework that is mentioned on Coding Horror here. How do I setup / configure ELMAH on GoDaddy ASP.NET hosting? I seem to get 404 errors when trying to access elmah.axd. I have followed all of the instructions here to modify my web.config and bin deploy the Elmah assembly. I was using the BETA 2 bi...

Another Security Exception on GoDaddy after Login attempt

Host: GoDaddy Shared Hosting Trust Level: Medium The following happens after I submit a valid user/pass. The database has read/write permissions and when I remove the login requirement on an admin page that updates the database work as expected. Has anyone else had this issue or know what the problem is? Anyone? Server Error in '/' ...

How to migrate from sql server express to sql server?

I have been developing a web app that I wish to deploy on godaddy that is using a .mdf file for data. I would like to use a sql server database that comes with the account for my data. What is involved in setting up my config and how do I get the schema copied over? Here is the error I get: The 'System.Web.Security.SqlMembershipProvide...

Go Daddy SQL Server 2005 Remote Connection

Hi Guys, Is it possible to connect to my remote database hosted at godaddy from locally from my PC? And if yes how? I tried the connection string provided to me but it didn't work. Thanks ...

ASP.NET MVC on GoDaddy Not Working (Not Primary Domain Deployment)

I am trying to get ASP.NET MVC working on GoDaddy and I'm not having much luck. I have read the post on SO that covers the subject, but I must have a slightly different configuration or must be missing somehting along the way because the main MVC page comes up, but all links seem to fail and no amount of tweaking the URLs seems to get i...

URL Rewriting under IIS at GoDaddy

I'm trying to get URL rewriting to work under IIS 7 at GoDaddy. I have wordpress installed and would like to use the "pretty" permalinks. After searching I found a few articles at learn.iis.net (general info and specific info for wordpress) but nothing from those articles helped me. I tried adding a web.config with the following config...

Exception When Using Entity Framework On GoDaddy

I am trying to use the Entity Framework in an ASP.NET application hosted at GoDaddy. I keep receiving the following error: Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change ...

How do I get HTTPHandlers to work on Godaddy?

I am so frustrated. I have godaddy and I built a Sitemap class to use for my site drinkingfor.com. But the httphandler doesn't seem to be picked up under GoDaddy servers. Need some help. The code works on my Dev machine, but once I move it over to Godaddy it shows up as NOT Found. I swear this is like my last straw with Godaddy. Th...

Mod_rewrite with godaddy

I'm trying to get mod_rewrite to work on a client's website who insisted that we use Godaddy web hosting. She's got a shared linux hosting account. Will mod_rewrite work (using .htaccess) and if so, how? I'm not sure if Godaddy uses Apache or not. ...

System.Web.AspNetHostingPermission SecurityException when trying to use ManagedFusion Rewriter on Goddaddy

Hello Everybody. I wonder if someone could help me out with an issue I'm experiencing trying to get my site up and running on Goddaddy. I'm trying to get extension-less url rewriting working using the ManagedFusion Rewriter (http://www.codeplex.com/urlrewriter/) Unfortunately I'm getting the following error: Server Error in '/' Applicat...

MySQL Client / Benchmarking Tool

I have a site hosted on a godaddy.com Linux shared hosting plan. We recently switched to a Joomla CMS so that the sales department could edit the site without breaking any of my css. The problem is now that each page takes about 4-6 seconds to load. I can load large static images just fine, so that only leaves SQL as the other culprit. E...

ASP.Net MVC ActionLink's and Shared Hosting Aliased Domains

So, I've read this and I've got a similar issue: I have a shared hosting account (with GoDaddy, though that's not exactly relevant, I believe) and I've got an MVC (RC1) site deployed to a sub-folder which where I have another domain name mapped (or aliased). The sub-folder is also setup as an application root as well. The site works w...

ASP.NET Parser Error: Could not load the assembly 'App_Web_XXXXXXXX'

I've looked around online for this problem and I get a lot of 'delete temporary files' and 'restart IIS' answers. The site works fine when I'm running it locally, but when I publish to a windows server hosted via Godaddy I get this error. Is there any other way I could debug this? At the bottom of the error page it says: Version Info...

Cannot connect to remote MySQL DB from GoDaddy

I developed an ASP application (VBScript backend, JavaScript frontend) that makes use of a remote MySQL database (Bugzilla). The applicaiton works well on a localhost, yet fails to work when uploaded to GoDaddy. Spending two hours on the phone with GoDaddy's support didn't help... The error I'm getting is: =============================...

How do you deploy an ASP.NET MVC site using StructureMap 2.5.3 in a medium trust hosting envrionment?

I am getting a SecurityException (as seen below), even with [assembly: AllowPartiallyTrustedCallers] in my AssemblyInfo.cs. I am deploying to GoDaddy, which is a medium trust environment, which I don't think StructureMap is set up to run under natively, although the 2.5.3 release notes mention adding the AllowPartiallyTrustedCallers att...