How To Use Medium Trust In Asp.net 2.0 Its hard to explain why this is happening to every 2nd developer and he is complaining about medium trust level problem with hosting company.Microsoft explain step by step but still this problem doenst resolve WHY?These steps are enough for developer. Why they are still complaining.SOLUTION:DONT USE DATAREADER WHEN YOU ARE BINDING YOUR DATA WITH DATAGRID, GRIDVIEW OR ANY CONTROL.USE DATASETNO need...... Similar Editorial : by Dave Collins. | Source : C# 3.5
Url Rewriting In Asp.net With Sample Project URL rewriting is the process of intercepting an incoming Web request and automatically redirecting it to a different URL.To understand completely?follow below linkhttp://msdn.microsoft.com/en-us/library/ms972974.aspxIn this article I am going make a simple example which will take only few minutes and you will learn how to achieve URL Rewriting.I believe developer doesn't have much time to read...... Source : C# 3.5