1

I have looked up solution, but I haven't quite found the right solution for this problem. I would use to just clean my VS and that would fix it, but now it continues to keep coming up. Thanks!

It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. C:\Users\atruong0\Documents\Visual Studio 2010\Projects\TubeRecord\TubeRecord\cathodeassembly\web.config

AustinT
  • 1,998
  • 8
  • 40
  • 63

2 Answers2

0

I had this very same problem after enabling view compilation for my solution. I tried lots and lots of solutions but unfortunately none of them worked for me.

The first thing you'll want to do is install the ASP.NET MVC 3 Tools Update if you don't already have it. That was supposed to fix the problem, but for me, at least with VS Web Developer Express 2010, it didn't help.

I stumbled on this question about it and there are a lot of possible solutions there. I tried all of those before I found out about the tools update, but alas, no joy. I'd definitely recommend trying the tools update before anything else.

Community
  • 1
  • 1
John H
  • 14,422
  • 4
  • 41
  • 74
0

Haha, So I figured out my simple problem. I just had another folder with duplicate files in it x_x. Thanks for the help guys.

AustinT
  • 1,998
  • 8
  • 40
  • 63