Subscribe to Feed

Archive for June, 2009

If your RSS feeds re not updating properly in Internet Explorer 7 or Internet Explorer 8 (most probably in Windows Vista or Windows 7), there are couple of things you can try.
Problem Type1: Feed Synchronization Issue
Fir and fore most verify if the feed synchronization is corrupted. Here is how you do it.

Open a command prompt [...]

AES encryption is supported for machine key encryption in ASP.NET 2.0 and later. For more info read MSDN article http://msdn.microsoft.com/en-us/library/w8h3skw9.aspx). Here are answers couple of common questions related to AES encryption in ASP.NET:
what is the supported key length? ASP.Net supports any valid AES key. (AES key length usually [...]

12Jun

10 Links for the Week 06/12/2009

Posted by admin as Asp.Net

An in depth look at the Historical Debugger in Visual Studio 2010 This series of blog posts cover an  in depth how and when to use the Historical Debugger. The Historical Debugger supports six mainline scenarios:
Application Event Recording Playback Debugging (a.k.a Time Travel Debugging) [...]

You can determine the Name or ID of hosting IIS application from with in the ASP.Net web site or Web application by using “HostingEnvironment” class.
HostingEnvironment class is defined in the System.Web.Hosting namespace.
He is how you get the name of the application and its physical path.
HostingEnvironment.SiteName
HostingEnvironment.ApplicationPhysicalPath
 
And to get the unique identifier for the Web application,
HostingEnvironment.ApplicationID


 

 

Subscribe to Feed

Categories

Links

Dev Jobs