hi

Can Any Tell What Mistake I am doing on this Code When Calling DLL

<%
Dim objConvert
Dim str

Set objConvert = Server.CreateObject("Islamic_Calendar.PrayerTimes")
objConvert.Create_XML("One.xml")
str=objConvert.GetXMLString()
Response.Write(str)

%>

Getting Error Message: HTTP 500.100 - Internal Server Error - ASP error

What is the Solutions For the How to call dll using Vbscript