database connection wizard asp.net

W

Workinghard

when using the database connection wizard to connect and display mysql
database results, using the .asp selection on a .asp page, my database
results display just fine. But when i try to connect to my mysql database
using an .aspx page with the asp.net selected in the wizard, I get an error
message as follows:

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

Does anyone know why I can't get the wizard to work with a .aspx page and
using the asp.net selection in the wizard?

Any help would be appreciated
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top