Tag Archives: MVC

ASP.NET MVC C# Hello World!

This simple tutorial will guide you to create a small MVC application with CRUD features. This explains how easy we can use MVC Entity framework to develop our apps. Goal : We want to create an address with with 3 fields , Name, Email ID, Address. We should have the option to Create, View, Update… Read More »

Rotativa :: HTTP Error 401.2 – Unauthorized You are not authorized to view this page

Scenario Using Rotativa as PDF convertor in ASP.NET MVC C# with Active directory login authentication Problem HTTP Error 401.2 – Unauthorized You are not authorized to view this page due to invalid authentication headers Cause : If you use Rotativa.ActionAsPDF it will not pass the header values related to authentication to the new page. So… Read More »