4

Is there something special you usually have to do? I have a DailyRazor .Net Starter account, but it won't run my MVC app. Any ideas?

I have contacted support but they said it should work, but it's not... Thought maybe someone here could help me faster.

1
  • Well I was getting something like Resource not Found or something like that, though now I'm getting this: "CS0234: The type or namespace name 'Linq' does not exist in the namespace 'System' (are you missing an assembly reference?)"... but that should definitely be in the GAC Commented Aug 13, 2009 at 1:32

5 Answers 5

6

I've been through this with Gearhost.

Your host needs to install the following on your IIS server:

They need to enable the following settings:

If it's running IIS 6 on Windows 2003:

  • Enable Wildcard Mappings: (1), (2)

If it's running IIS 7 on Windows 2008, then you don't need to do anything.

Edit:

Regarding your Linq error; that means they probably don't have the correct version of the .NET Framework installed. I'd open a ticket and ask them. If they seem unwilling to help or to upgrade your server, there are plenty of hosts that will, and I can make recommendations if you'd like.

Sign up to request clarification or add additional context in comments.

3 Comments

Would you please make recommendations? I'd like something fairly cheap, but I'm willing to pay a little more for a good host. I'm going to email them and see what they'll do for me though first.
I can't recommend Gearhost (gearhost.com) enough. I use them for my ASP.NET MVC web applications; they have fantastic support, and they're more than willing to help out their customers.
looks like i'll be switching hosts
2

It sounds like the host does not have the latest version of the .net framework installed (3.5) , or if they do, your web application is perhaps set up to use an older version of asp.net.

Also, if they happen to be running on IIS6, there are a few extra steps they may have to do:
http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx

Comments

0

Try copying the MVC assemblies (System.Web. Abstractions, MVC, and Routing) to your Bin folder.

1 Comment

Visual Studio put them there automatically when I published the application.
0

In reference to your error, you can try adding the System.Linq dll to your bin folder to see if that gets rid of that error. Does your host have .NET 3.5 installed?

Comments

0

You need to copy System.Core.dll to your Bin folder.

Alternatively, ask DailyRazor to install .Net 3.5. (They might not listen, though)

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.