Replies: 5 comments
-
Which versions of .NET, IIS Express, Full IIS, Visual Studio, MVC and Boilerplate are you using? |
Beta Was this translation helpful? Give feedback.
-
The 2.6.0 type version I made via the wizard, using defaults provided by your UI option for that. The 2.7.0 version I made by taking the MVC6 sample part of the source as of the relevant commit, and stripping out the parts that are conditionally included/excluded (as per what the user selects in the wizard) such that it compiles. Both attempts were made in fresh solution files with no other projects present. It's worthy of note that I have a few older projects that were made from your v2.5.0 source. This is how this came about actually - I was looking to migrate them to the newer template. So: I suspect it's not an introduced misconfiguration of my dev machine, or else I'd expect this behaviour to be more widespread, and for it to have affected the older instances. It's possible, though, of course. |
Beta Was this translation helpful? Give feedback.
-
I have the same issue as well. I get the error in the OP when running via IIS, or when using the |
Beta Was this translation helpful? Give feedback.
-
Discovered what this is. I hadn't installed the Beta 8 Web Tools. I had upgraded dnvm and the DNX runtimes, but not the web tools. @Joe4evr , try installing them from https://www.microsoft.com/en-us/download/details.aspx?id=49442 . What a cryptic error for this! |
Beta Was this translation helpful? Give feedback.
-
Cool, glad you got it sorted. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Detailed Error Information:
Module IIS Web Core
Notification Unknown
Handler Not yet determined
Error Code 0x8007000d
Config Error
Config File ?\C:\Users\User\Documents\new\test2\WebApplication1\wwwroot\web.config
Requested URL http://localhost:15047/
Physical Path
Logon Method Not yet determined
Logon User Not yet determined
Request Tracing Directory C:\Users\User\Documents\IISExpress\TraceLogFiles\
Config Source:
-1:
0:
More Information:
This error occurs when there is a problem reading the configuration file for the Web server or Web application. In some cases, the event logs may contain more information about what caused this error.
If you see the text "There is a duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined", this error is because you are running a .NET Framework 3.5-based application in .NET Framework 4. If you are running WebMatrix, to resolve this problem, go to the Settings node to set the .NET Framework version to ".NET 2". You can also remove the extra sections from the web.config file.
View more information »
Beta Was this translation helpful? Give feedback.
All reactions