Code --->
<%
Dim WshShell,bkey
Set WshShell=Server.CreateObject("kfs.firstcom")
bkey=WshShell.get_regstring("HKLM\Software\KFS\OnlinePayment\FilePath")
Response.Write bkey
%>
Corresponding Error--->
Server object, ASP 0177 (0x800401F3)
Invalid class string
<--- --->
Tell me if the problem is anything else besides a permission error..cause this is not a permission error
The script was formerly written in OLE and is being converted in ASP ...here firstcom is the DLL File , not kfs...or probably u could send me the syntax ?