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
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