AspAlliance.com - Sudeep G http://aspalliance.com/author.aspx?uId=84247 AspAlliance articles by Sudeep G Using LogParser 2.2 to Parse IIS Logs and Other Logs In this article, Sudeep discusses the usage of LogParser 2.2 and its various options to parse IIS logs, FileMon and Regmon logs. After a brief introduction, he examines the LogParser command line syntax with various scenarios accompanied by relevant screenshots. Towards the end of the article, Sudeep provides few useful reference links which you can reference to explore the tool in greater detail. http://aspalliance.com/1714_Using_LogParser_22_to_Parse_IIS_Logs_and_Other_Logs Sudeep G Mon, 08 Sep 2008 00:00:00 GMT CodeSnip: Redirecting an HTTP Request to HTTPS in IIS 7.0 IIS 7 has a new User Interface and a new configuration system. In this article Sudeep provides step-by-step information on how to configure HTTP to HTTPS redirection which is a common requirement for Microsoft Exchange. http://aspalliance.com/1667_CodeSnip_Redirecting_an_HTTP_Request_to_HTTPS_in_IIS_70 Sudeep G Fri, 04 Jul 2008 00:00:00 GMT Using Forms Authentication with Membership Providers in ASP.NET 2.0 This article examines the usage of Forms Authentication with Membership Providers using ASP.NET 2.0 in a series of parts. After providing a detailed overview of the concepts, Sudeep demonstrates setting up ActiveDirectoryMembershipProvider, ActiveDirectoryMembershipProvider with Active Directory Application Mode, and the usage of SqlMembershipProvider and SQL Role Provider in a step-by-step manner with the help of sample code listings. In addition to these, he also enlists the use of AuthorizationManager with Active Directory Membership Provider. http://aspalliance.com/1658_Using_Forms_Authentication_with_Membership_Providers_in_ASPNET_20 Sudeep G Mon, 09 Jun 2008 00:00:00 GMT Understanding SQL Server 2005 Notification Services with ASP.NET 2.0 This article explains SQL Server 2005 notification services with ASP.NET 2.0 and demonstrates how to set up and test it using code samples. Sudeep initially provides a brief overview of the services and then examines various configuration aspects. He also deeply covers some of the common issues that prevent queries from working with SQL Server 2005 query notifications. At the end of the article you will learn the concept of polling based Invalidation techniques with the help of source code. http://aspalliance.com/1541_Understanding_SQL_Server_2005_Notification_Services_with_ASPNET_20 Sudeep G Mon, 14 Jan 2008 00:00:00 GMT