
HTTP 500 Internal Server Error
Try turning off Friendly HTTP Errors from within IE and see if that gives
you a better error message.
--
-Brad Kingsley
Host your ASP+ application with us today!
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Reliable Windows NT & Win2k Hosting
ORCS Web, Inc - http://www.orcsweb.com/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Quote:
> I am trying to instance an object called Convert and then call a
> function in ASP. Here is my code
> <% Set objConvert = Server.CreateObject("Convert.Object") %>
> <% Response.Write objConvert.Convert(text1.text,"EBC") %>
> can anyone tell me what is wrong?