I have a website made using Visual Web Developer. Every attempt I've made at handling databases, or manipulating the ASP.NET configuration manager has failed in frustration. Consequently, I'm wondering if anybody knows of an open-source, downloadable project I can use for this.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
I built my intranet based (and authenticated) website & related database management system based upon the Contoso University MVC Entity Framework project Deviations: I created an intranet project instead of normal web project web.config items: The only items I needed to configure in the web.config file was
On specific controllers which needed stricter permissions, on the line preceding the ActionResult you can add in an [Authorize] element for specific users or groups |
|||
|