I've got a GoDaddy shared hosting account, and I need a database that is larger than the 200MB limit imposed on their included databases.
I'm looking for a way to create MDF and LDF files locally from a SQL Server 2005 Express server, and copy them into my webspace. However, I'm not having any luck making that work. GoDaddy won't help...
I have an ASP.NET application hosted on Godaddy that I want to send email from. When it runs, I get: Mailbox name not allowed. The server response was: sorry, relaying denied from your location. The important parts of the code and Web.config are below:
msg = new MailMessage("[email protected]", email);
msg.Subject = "Gree...
I have an ASP.NET app that accesses a SQL Server database with membership and roles tables included. The app works perfectly when run locally, but when I deploy it to a shared Godaddy host, write operations on the database seem to act funny. I added before my connection strings in web.config to see if the app was trying to access a di...
I am having a similar problem as described here: stackoverflow.com/questions/364637/asp-net-mvc-on-godaddy-not-working-not-primary-domain-deployment
I have multiple domains pointing to different folders. Each folder is set as an application root in IIS7 on GoDaddy's shared hosting. These folders are [ContentRoot]/websites/folder1, [C...
Anybody came into this before?
Hosting a site on godaddy, the site is developed in codeigniter framework(php), to get pretty url, put this into .htacess
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
problem is only domain.com/index.php seems to work, other urls e.g domain.com/u...
Dear Experts,
I am encountered with a special requirement. I really dont know weather this is possible or not. But any suggestions or alternative solutions are greatly appreciated.
I have a main domain say www.example.com written in asp.net with a collection of static pages with no much functionality in it and have a regular SSL on it. E...
Hello,
we are getting a SecurityException when using Entity framework on godaddy. The entity has been configured against a MySql store. (v. 6.1.2) A bit of wierdness with the exception though... Looking at the exception stack it seems to imply that if we open up a connection to MySql anywhere in the site, then we should get the same...
I'm trying to get an ASP.NET MVC app working on GoDaddy ... I should have known it wouldn't be easy. The first few pages work, but they are all static. The first time a Controller is executed I get the exception below.
Here is the Controller action method:
[AcceptVerbs(HttpVerbs.Get)]
public ActionResult Index(Section? section, int? pa...
Hi
I'm using GoDaddy Deluxe Plan Hosting and SubSonic 3.0.
I have problem with Security Exception.
I searched the net and found several older solutions, like this one:
http://ozzieperez.net/blog/?p=9
(this one is from 2 years ago)
I tried this and I still could not manage to make it working...
Can someone please confirm that SubSonic...
I am having trouble using XmlSerializer with medium trust in my ASP.NET MVC 2 application. The stack trace is:
[SecurityException: That assembly does not allow partially trusted callers.]
Bactum.PracticeTesting.MultipleChoiceQuestion.set_Prompt(String value) +0
Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderQ...
Okay, I have read many of the routing posts concerning putting asp.net mvc on godaddy. However, I have not come to a solution to my current problem. I am trying to publish an ASP.NET MVC application to a subfolder on godaddy. I have upgraded the account to use IIS 7 and I have included the MVC dlls in \bin\ deployment method. However, I ...
I just purchased an unlimited shared hosting windows account on godaddy with 2 databases only to realise that they have a 200mb limit on SQL Server databases. My website uses the automatically generated ASP.NET 2.0 membership database. The nature of my website (free classifieds) requires the storage of a significant number of users.
Sin...
I am installing Umbraco 4.0.2.1 on a client's Godaddy hosting account. I have set permissions to write on the bin, config, css, data, media, umbraco, usercontrols & xslt folders yet I am getting the following error.
Server Error in '/subfolder' Application.
Required permissions cannot be acquired.
Description: An unhandled exception o...
I use InstallShield 2010 which requires a SPC/PFX and a PVK file to sign my files. I just got a GoDaddy Code Signing CERT but all they gave me was a SPC file. I right-clicked it and installed it in Windows 7. I assume the PVK file is somewhere on this system but I cannot find it using the Certificates MMC, etc.
So how will I use this...
I am trying to write a page to host on godaddy and the code keeps throwing an exception. I believe that the problem is that the permissions on the server will not let the subclass of XmlUrlResolver get instantiated, but I'd love some help with this please...
This code does work on my local dev box, and if I use File.ReadAllText(Hosting...
I'm having an issue with custom errors on an ASP.NET MVC app I've deployed on Go Daddy. I've created an ErrorController and added the following code to Global.asax to catch unhandled exceptions, log them, and then transfer control to the ErrorController to display custom errors. This code is taken from here:
protected void Applicati...
Hello,
I have a site where I download data from one site using cUrl a then generate a image from it, which is stored on the server and displayed on other websites.
I've got everything working perfectly, except from a cron job.
Whenever I run this script it stops after a while (it's more than 30 secs though, more like 2-3 minutes, it's...
Ok heres the deal
I purchased a windows shared hosting account on godaddy that came with 2 MSSQL databases. I setup one to hold my site data and the other installed aspnet membership schema to store site members. The site works perfectly even displaying data from the 1st database. However when I try to login or register I get this nasty ...
I have read several articles on what needs to be done to successfully host a WCF service on GoDaddy.
--UPDATE--
I've abandoned the GoDaddy hosting option, and am hosting this with FluidHosting.com. They seem pretty solid, and all the issues below are still valid...
--END UPDATE--
I have since implemented these:
adding remove name......
HI,
I have Deluxe Linux shared hosting account on GODADDY.
I have uploaded basic index.html,test.jsp in provided folder. I also configred jsp handle in my web.xml and waited for 1:00am(sceduled server restart for godaddy)
but my jsp page is not compiling and showing me all my jsp code in page loaded in browser.
What can be the issue? Do...