You need to Uninstall Microsoft Aspnet mvc from the project by using Package manager console and reinstall it.
I already referenced jquery ui css even though it is not showing the suggestion List. I checked everything fine lately I find the problem on some other css.
When you pass URL of web page to the function and it will result the icon of the website.
You can redirect to an external URL by using Redirect Method() or via Json Result.
You should insert @RenderBody() inside the Layout page.
I got this error that the web.config was referencing System.Web.WebPages.Razor, Version=2.0.0.0. Later I changed it to System.Web.WebPages.Razor, Version=3.0.0.0.
In this example, I will show you how to load an html page in asp.net MVC view. You can call an html page from your view using Html.Action helper method.
Go to tool menu in visual studio and select Library package manager and click Package manager console. If you want to check whether new updates are available for the installed package
I found the cause of this error that the web.config was referencing System.Web.WebPages.Razor, version=2.0.0.0. Later I changed it to System.Web.WebPages.Razor, version=3.0.0.0 it works fine problem was resolved.
We can retrieve data from URL to controller action method by two methods in asp.net mvc such as parameter of action method function and Query string. We can get Query string value just like web forms as Request.QueryString.