Sign in
Tech-no-logy Demystified with Sandeep Joshi
Visual Studio 2012/2011 ALM, Windows Azure, ASP.NET MVC, Windows 7 Compatibility and some other thoughts...
Tags
.net
.NET 4
ALM
AppCompat
Articles
ASP.NET MVC
ASP.NET MVC Framework
Azure
C#
Community
Component Frameworks
Install
javascript
jQuery
Microsoft
Microsoft Developer Network
Microsoft Visual Studio
NET
Programming
Step-By-Step
UAC
Virtual Labs
VISTA
Vista Features
VS2008
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Google Gadget
Archive
Archives
September 2012
(4)
August 2012
(2)
January 2012
(3)
December 2011
(3)
October 2011
(1)
September 2011
(2)
August 2011
(4)
July 2011
(3)
May 2011
(7)
April 2011
(1)
March 2011
(1)
February 2011
(4)
December 2010
(2)
November 2010
(3)
October 2010
(1)
July 2010
(3)
June 2010
(6)
May 2010
(5)
April 2010
(1)
February 2010
(1)
November 2008
(1)
October 2008
(2)
September 2008
(2)
August 2008
(3)
July 2008
(2)
June 2008
(12)
May 2008
(6)
March 2008
(1)
February 2008
(7)
November 2007
(7)
October 2007
(2)
August 2007
(2)
July 2007
(3)
June 2007
(1)
March 2007
(4)
February 2007
(5)
January 2007
(2)
November 2006
(6)
October 2006
(3)
September 2006
(3)
August 2006
(8)
June, 2010
MSDN Blogs
>
Tech-no-logy Demystified with Sandeep Joshi
>
June, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Tech-no-logy Demystified with Sandeep Joshi
ASP.NET MVC - Handling SSRS reports with ReportViewer – Part II – Deployment Challenges
Posted
over 3 years ago
by
sajoshi
0
Comments
In part I – we’ve discussed how to create the report + how to get it working on a local box. The real fun starts when it comes to deployment. Here is the summary of challenges I faced: 1. When I deployed the solution to a Windows Server 2003 box I got...
Tech-no-logy Demystified with Sandeep Joshi
ASP.NET MVC - Handling SSRS reports with ReportViewer – Part I
Posted
over 3 years ago
by
sajoshi
5
Comments
Reports provides first level of Business Intelligence for an application. They are generally thought as low hanging fruit till the other functionality is developed but suddenly becomes the most critical part of the app as we approach the project milestones...
Tech-no-logy Demystified with Sandeep Joshi
ASP.NET MVC - The Issue with Global.asax and Load Balanced Servers
Posted
over 3 years ago
by
sajoshi
0
Comments
I was troubleshooting one of the issues where my ASP.NET MVC app was working in DEV environment (Win 2k3 single server) and when moved to Pre-PROD (Win 2k3 load balanced) we started getting 403 Forbidden errors. There were quite a few possibilities: The...
Tech-no-logy Demystified with Sandeep Joshi
ASP.NET MVC - Creating a Single Select List box and showing tooltip for lengthy items
Posted
over 3 years ago
by
sajoshi
0
Comments
Challenge 1: Even when you set multiple = false the list box still ends up as <select multiple>... in the resulting HTML. http://stackoverflow.com/questions/351483/how-do-i-create-a-listbox-in-asp-net-mvc-with-single-selection-mode Here is how I...
Tech-no-logy Demystified with Sandeep Joshi
User authentication against AD and Roles based authorization in ASP.NET MVC – Part II
Posted
over 3 years ago
by
sajoshi
2
Comments
In this post we are going to focus on second option when the roles are maintained in the DB. Step 1: In the web.config file, we have to specify the database connection string where the roles are stored: <connectionStrings> <add name="ApplicationServices"...
Tech-no-logy Demystified with Sandeep Joshi
User authentication against AD and Roles based authorization in ASP.NET MVC – Part I
Posted
over 3 years ago
by
sajoshi
12
Comments
It is a common scenario in an enterprise application when as per the requirement we have to authenticate the users against their AD account and authorize them against application specific roles. Especially for the applications that are intranet facing...
Page 1 of 1 (6 items)