24-jul-2012, 17:26
|
#3 (permalink)
|
| Usuario activo
Fecha de Ingreso: julio-2012
Mensajes: 3
|
Gracias por tu respuesta y disculpen es que me es un poco complicado ya que nunca e llevado cursos con respecto a este tema, de lo que e medio visto y e arreglado algunas paginas tengo este archivo del webconfig de la pagina de el cliente, habia investigado y encontre que habia que agragarle las entradas del PHP, y deje configurado asi el webconfig no se si estara bien y si bien como que mas informacion puedo brindar ??
Aca el webconfig.
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<security>
<authentication>
<basicAuthentication enabled="false" />
</authentication>
</security>
<defaultDocument>
<files>
<clear />
<add value="index.html" />
<add value="index.htm" />
<add value="index.php" />
<add value="index.aspx" />
<add value="Default.html" />
<add value="Default.htm" />
<add value="Default.asp" />
<add value="Default.aspx" />
<add value="underconstruction.html" />
</files>
</defaultDocument>
<httpRedirect enabled="false">
<clear />
</httpRedirect>
<handlers>
<remove name="PHP_via_FastCGI" />
<add name="PHP via FastCGI (*.php)" path="*.php" verb="GET,HEAD,POST,DEBUG" modules="FastCgiModule" scriptProcessor="C:\Program Files (x86)\PHP\v5.3\php-cgi.exe" resourceType="File" />
<add name="ASPClassic (*.htr)" path="*.htr" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="C:\Windows\system32\inetsrv\asp.d ll" resourceType="File" />
<add name="ASPClassic (*.cdx)" path="*.cdx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="C:\Windows\system32\inetsrv\asp.d ll" resourceType="File" />
<add name="ASPClassic (*.asa)" path="*.asa" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="C:\Windows\system32\inetsrv\asp.d ll" resourceType="File" />
</handlers>
<httpProtocol>
<customHeaders>
<clear />
<add name="X-Powered-By" value="ASP.NET" />
</customHeaders>
</httpProtocol>
</system.webServer>
</configuration>
Muchas gracias saludos.
|
| |