Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/05/2010, 04:36
Avatar de angel1993
angel1993
 
Fecha de Ingreso: octubre-2009
Mensajes: 752
Antigüedad: 15 años, 3 meses
Puntos: 22
Problema con web.config

No me funcionan los .aspx y le he mandado al host, me dijieron que editase e web.config que esta mal y.. no entiendo yo de esto.. en mi webconfig pone
<?xml version="1.0" encoding="UTF-8"?>
<!--
Please refer to machine.config.comments for a description and
the default values of each configuration section.

For a full documentation of the schema please refer to
http://go.microsoft.com/fwlink/?LinkId=42127

To improve performance, machine.config should contain only those
settings that differ from their defaults.
-->
<configuration>
<system.web>
<compilation debug="true" />
</system.web>
<connectionStrings>
<remove name="LocalSqlServer" />
</connectionStrings>
</configuration>