Anyone used WinHost for hosting a SQL / ASP.Net MVC solution?
It appears that they've got a pretty good thing going, but I have reservations with a couple of points, primarly their requirement that a subdomain point to a directory in your application, and how MVC will deal with that when my subdomain might be a webforms app.
Example: mydomain.com is ASP.Net MVC, but blog.mydomain.com might be BlogEngine.Net--and by their guidelines, have to be installed as a subdirectory of mydomain.com.
Edit: I hate it when I can't get my point across. Suppose I have a company web site built with MVC, and a blog run on a WebForms application. What I'm hearing/seeing/reading is that if I use a single account on WinHost, I'm going to have to give up my vanity url mycompany.com, and put everything in mycompany.com/someFolderMVC so that I can also have blog.mycompany.com in some other folder: blog.mycompany.com/someOtherFolderWebForms.
I really don't care about the blog pointing that way, but if I lose the top domain, it's awkward for customers--think about it: www.mycompany.com/mycompany/products ? So basically, what I'm seeing is that I have to use two "accounts" with WinHost--which defeats the whole point of being interested in such inexpensive hosting.
Ok, now, lest anyone think I'm on a rant: this is something I CURRENTLY DO with another hosting provider--that is, each subdomain is pointed to it's own folder, with no redirects required. Hence, I have myCompany.com, blog.myCompany.com, stuff.myCompany.com etc, all pointed at different folders, without requiring any script to do redirects, and certainly keeping my "vanity" urls... blog.myCompany.com is my blog, myCompany.com is my company site.