CLR: .Net / Mono / Boo / Otros CLR > ASP .NET

 Problema Con El Web.config

<< < (5/5)

marcbil:
esta pagina solo contiene un label
esta creada directamente en una carpeta del servidor remoto


<%@ Page Language="VB" MasterPageFile="~/web/MasterPage.master" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    hola a ti</asp:Content>

este es un masterpage solo contiene unas imagenes

<%@ Master Language="VB" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<script runat="server">

</script>

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <asp:Image ID="Image1" runat="server" Height="67px" ImageUrl="~/imagen/stipo.jpg"
            Width="731px" />
        <asp:ImageButton ID="ImageButton1" runat="server" Height="39px" ImageUrl="~/imagen/botcoti.jpg"
            Width="154px" />
        <asp:ImageButton ID="ImageButton2" runat="server" Height="38px" ImageUrl="~/imagen/botfac.jpg"
            Width="151px" />
        <asp:Button ID="Button1" runat="server" Text="Facturas" />
         
        <asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
        </asp:contentplaceholder>
    </div>
    </form>
</body>
</html>

el web config es este

<?xml version="1.0"?>
<!--
    Note: As an alternative to hand editing this file you can use the
    web admin tool to configure settings for your application. Use
    the Website->Asp.Net Configuration option in Visual Studio.
    A full list of settings and comments can be found in
    machine.config.comments usually located in
    \Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
   <appSettings/>
   <connectionStrings/>
   <system.web>
      <!--
            Set compilation debug="true" to insert debugging
            symbols into the compiled page. Because this
            affects performance, set this value to true only
            during development.
        -->
      <compilation debug="true"/>
      <!--
            The <authentication> section enables configuration
            of the security authentication mode used by
            ASP.NET to identify an incoming user.
        -->
      <authentication mode="Windows"/>
      <!--
            The <customErrors> section enables configuration
            of what to do if/when an unhandled error occurs
            during the execution of a request. Specifically,
            it enables developers to configure html error pages
            to be displayed in place of a error stack trace.

        <customErrors mode="off">

        </customErrors>
        -->
   </system.web>
</configuration>

como vez ni si quiera es una aplicacion pero ni esto me funciona

sergiotarrillo:
por favor puedes enviarlo en un zip y adjuntarlo.

Saludos,

sergiotarrillo:
Hoy tuve un problema parecido no podia ejecutar nada. Me mostraba el siguiente mensaje de error: Mutex could not be created.

Fui a don supergoogle, y me llevo a este link: http://forums.asp.net/1109781/ShowPost.aspx.

Segui los pasos y solucione mi problema.

Saludos,

Navegación

[0] Índice de Mensajes

[*] Página Anterior

Ir a la versión completa