index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard (version 1)
search this forum:
:: HTTP 500 - Internal server error :: (4)Post a New Message | Post a Reply
Dec 29 2003, 10:18 AM
 HTTP 500 - Internal server error Post a Reply
 garrettpk

View this author's profile Send this author a private message

since: Dec 29, 2003
from: Wisconsin

I am getting a HTTP 500 - Internal server error when I try and access the default.asp page using the sql connection string example on the website.  Any ideas?

Dec 29 2003, 3:52 PM
 Re: HTTP 500 - Internal server error Post a Reply
 garrettpk

View this author's profile Send this author a private message

since: Dec 29, 2003
from: Wisconsin

Here is a more detailed error message

AspWebSolution error '800a01a8'

Object required

/asp-report/default.asp, line 3


Dec 30 2003, 9:14 AM
 Re: HTTP 500 - Internal server error Post a Reply
 whichman

View this author's profile Send this author a private message Visit author's homepage

from: Laurel, MD

In Internet Explorer 5.0 go to Tools/InternetOptions/Advanced and and uncheck "Friendly HTTPmessages." This will cause your browser to stop giving you the HTTP500 Internal Server Error message and pinpoint the actual problem with your script.


If Internet Explorer (IE) reports a 500 error, use the IE menu, select Tools >> Internet Options >> Connections Tab >> LAN Settings and ensure that:

Automatically detect settings

and

Use automatic configuration script

are both not 'checked'


-------------------------
Master of the Game
Dec 30 2003, 9:42 AM
 Re: HTTP 500 - Internal server error Post a Reply
 garrettpk

View this author's profile Send this author a private message

since: Dec 29, 2003
from: Wisconsin

Here is the error I get........

AspWebSolution error '800a01a8'

Object required

/asp-report/default.asp, line 3
*******************************************************

This is my default.asp page

<%
Dim objReport, strConnectionString
Set objReport = Server.CreateObject("AspWebSolution.ReportWizard")

'SQL Server connection string
strConnectionString = "Provider=MSDASQL;Driver={SQL Server};Server=gkrueger;Database=Northwind;User ID=sa;Password=password;"


'NOTE: You must call the Init procedure before adding any HTML Tags/Text into your page
objReport.Init(strConnectionString)

%>

<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <title>test</title>
</head>
<body>
<h1>this is my report</h1>
<%
objReport.DisplayReports
Set objReport = Nothing
%>
</body>
</html>

***********************************

Any help with this is greatly appreciated...

Pages: (1)   [1]

search this forum: