Sunday, July 18, 2010

Consuming web services in ASP application

There are two ways to use web service in asp page
1. Using SOAP request by means of xmlhttp Ajax request
2. USE COM+ service.

Sunday, January 24, 2010

T-SQL Puzzles and Challenges

http://beyondrelational.com is hosting brain twisting T-SQL puzzles. For more information visit
http://beyondrelational.com/

Sunday, January 17, 2010

Installing PHP in windows 2003 x64 Edition

Follow the steps in
1) http://www.webcheatsheet.com/php/install_and_configure.php
2) Copy this php.ini in C:\windows
3) For x64 execute the following command


Got two problems

1) %1 is not a valid win32 application
http://forums.iis.net/t/1151152.aspx
2) No input file found

http://www.iis-aid.com/forums/iis_aid_php_installer/no_input_file_specified

cscript F:\inetpub\adminscripts\adsutil.vbs SET
W3SVC/AppPools/Enable32bitAppOnWin64 1

Contributors