locked
IIS 7.5 with MVC not working properly but it's working in IIS Express RRS feed

  • Question

  • I'm having trouble to configure my local IIS and on our server to make an MVC application working properly. First time we try to use an MVC project.

    Config: Visual Studio 2013 on a Windows 7 64 bit. IIS 7.5. .Net Framework 4.5.1 installed.

    Used this example: https://code.msdn.microsoft.com/AngularJS-with-Web-API-43e5de16

    Working perfectly with IIS express, but when I change it to Local IIS, the top Menu is not even displayed. I don't receive any errors to guide me.

    I tried many many options found on the web:

    <modules runAllManagedModulesForAllRequests="true"/>

    %windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -ir

    change modules and other things in the web.config file.

    None of that as work! I was told that the routing is not configured correctly in IIS, but even after changing the web.config, it is not working.

    Need help for this!


    • Edited by SpaceCS Tuesday, April 7, 2015 6:59 PM more information
    • Moved by Barry Wang Wednesday, April 8, 2015 6:41 AM IIS forum issue
    Tuesday, April 7, 2015 3:43 PM

Answers

  • Sorry, wrong forum. This forum supports setup of the .NET Framework itself.

    For your IIS configuration issue, the best help will be in the IIS forums, here:

    http://forums.iis.net/

    • Proposed as answer by Just Karl Wednesday, April 8, 2015 9:18 PM
    • Marked as answer by Just Karl Wednesday, April 15, 2015 9:19 PM
    Tuesday, April 7, 2015 10:08 PM

All replies

  • Sorry, wrong forum. This forum supports setup of the .NET Framework itself.

    For your IIS configuration issue, the best help will be in the IIS forums, here:

    http://forums.iis.net/

    • Proposed as answer by Just Karl Wednesday, April 8, 2015 9:18 PM
    • Marked as answer by Just Karl Wednesday, April 15, 2015 9:19 PM
    Tuesday, April 7, 2015 10:08 PM
  • Hello,

    Either ask where pvdg42 suggests or in Microsoft's ASP.Net forums:

    http://forums.asp.net/

    As Microsoft's ASP.Net forums are on a different platform, we cannot move the question for you.

    Karl


    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book: Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

    Wednesday, April 8, 2015 9:19 PM