Tag: GoDaddy
-
Sending Emails – MVC4 on GoDaddy
Hey everyone, Just a really basic model that can be used to send emails on GoDaddy in MVC4. The model: using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Web; using System.Net.Mail; using System.ComponentModel.DataAnnotations; namespace LL.Models { public class Email { [Key] public int EmailId { get; set; } public string From { get; set;…
-
Unable to add ‘Scripts/services/OrderService.js’ to the Web site. An unknown WinINet error has occurred (code 12113)
Hey everyone, I ran into the following error while trying to publish via FTP to GoDaddy using Visual Studio 2013: Unable to add ‘Scripts/services/OrderService.js’ to the Web site. An unknown WinINet error has occurred (code 12113) While I wasn’t able to work out an exact cause it seems to have been triggered by my alternative…