Monday, August 13, 2007

To create a new event source in EventLog

create a new entry in registry under "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application

" tag.

Step 1. Type regedit in run

Step 2. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application

Step 3. Create a new key under application tag. "<Name of the source>"

Step 4. Done.

Create a new event source in EventLog.

To create a new event source in EventLog

create a new entry in registry under "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application

" tag.

Step 1. Type regedit in run

Step 2. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application

Step 3. Create a new key under application tag. "<Name of the source>"

Step 4. Done.

Wednesday, August 8, 2007

Web Authentication using windows live id

To authenticate your application using window live id.


 


  1.  

--Note: you are required live id. Please create before start register ur application. You can create live id from (http://login.live-int.com/)

Step to register application


 

  1. Then Integrate in ur login page.
  • Add the below code in your login page.

<iframe

src="http://login.live-int.com/controls/WebAuth.htm?appid=<appid>&context=<context>&style=<style>" width="100px" height="40px" frameborder="0" scrolling="no"> </iframe>

 

Tuesday, August 7, 2007