The ASP.NET MVC Framework is a Microsoft web application framework that implements the model-view-controller (MVC) pattern.

learn more… | top users | synonyms

1
vote
1answer
163 views

Extended validation certificate not changing browser bar green in Firefox

I'm having some problems with an Extended validation certificate on a site that isn't showing the green bar correctly in Firefox. Chrome and IE are working fine. When I load the page the bar appears ...
0
votes
1answer
33 views

The layout page “~/Views/Shared/_Layout.cshtml” could not be found

I got this error and I can't figure out what is going on. I am positive the _layout.cshtml resides in the shared folder and for the sake of trying things out, I moved to the Home folder and it then ...
0
votes
1answer
61 views

Hosting a web application on discountasp.net using SQL CE 5

I am hoping that someone may have experience with this, since the discountasp site is very lacking in straightforward answers. I am building a lightweight web application and have decided to have SQL ...
1
vote
0answers
40 views

Installshield in VS2012 and deployment of web application in IIS7.5

I deployed a web application in IIS 7.5 using installshield. But after deploying the site I am facing below error on accessing the site from URL. HTTP Error 403.14 - Forbidden The Web server is ...
1
vote
0answers
93 views

MVC4 App opens with directory listing and gives a 404 for any direct URL's entered in the browser

I've just deployed a previously (on my local IIS) working MVC4 app to IIS 7.5 on the dev server. After tweaking this and that - one knows how these things get forgotten - the app finally launches, but ...