Gracias por leer,
Mira lo que pasa es que subí lo que estoy haciendo en asp.net al hosting, pero no me funciona, me da este error:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
le hice montones de cambios al parametro este y nada, lo unico diferente del web.config distinto a otros que tengo es esto... sin antes decirles que en mi localhost funciona impeke:
<connectionStrings>
<add name="usadss_jplConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0 ;Data Source=C:\Inetpub\wwwroot\sdeff\bdddsd\uasdssdd_js l.mdb"
providerName="System.Data.OleDb" />
</connectionStrings>
alguien sabe como solucionarlo???