Hola gente, les comento el error que tengo, estoy utilizando VS2008, en dicho proyecto tengo atachada una BD (Juegos.mdf).
El problema es que no puedo acceder a la BD cuando publico el sitio.
tengo la BD en la siguiente direccion
ftp://ftp.nicomariani.com.ar/public_...ata/Juegos.mdf
yo he utilizado el siguiente string de conexion pero debe estar faltando algo....
<add name="Test1" connectionString="Data Source=LOCALHOST;AttachDbFilename=|DataDirectory|\ App_Data\Juegos.mdf;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient" />
+ Info..
Es en un servidor de ********, por si tiene algo que ver...
ERROR...
el error que me tira es el siguiente..
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
Source Error:
Line 24: </connectionStrings>
Line 25: <system.web>
Line 26: <roleManager enabled="true"/>
Line 27: <globalization culture="auto" uiCulture="auto"/>
Line 28: <compilation debug="true">
Source File: \\hmfsw00\web00\DTC002\nicomariani.com.ar\public_h tml\ices\web.config
Desde ya muchas gracias....