anonymous Log in
Search
Recents:
v3.0
csql-l
Re: consulta error 500.23
20/10/15 14:48

María de los Ángeles

Replies: 0


Les comento que agregue en el web.config
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
</system.webServer>

y levanta el menu por defecto pero al querer acceder por ejemplo a
wwusuarios o sea http://localhost/NuevaPruebaDesarrollo/usuario.aspx
me da

Server Error in '/NuevaPruebaDesarrollo' Application.
------------------------------
*The resource cannot be found.* * Description: *HTTP 404. The resource you
are looking for (or one of its dependencies) could have been removed, had
its name changed, or is temporarily unavailable. Please review the
following URL and make sure that it is spelled correctly.

* Requested URL: */NuevaPruebaDesarrollo/usuario.aspx

------------------------------
*Version Information:* Microsoft .NET Framework Version:2.0.50727.8662;
ASP.NET Version:2.0.50727.8662



2015-10-20 17:05 GMT-03:00 María de los Ángeles <m.angelesviera@gmail.com>:

> Estoy haciendo una prueba con GX Evo1 .net/sql
> tengo windows 10 iis 10
> la aplicación especifica bien pero cuando hago F5, me abre el explorador
> con el siguiente error y no se solucionarlo
>
>
> HTTP Error 500.23 - Internal Server ErrorAn ASP.NET setting has been
> detected that does not apply in Integrated managed pipeline mode.
> Most likely causes:
>
> - This application defines configuration in the
> system.web/httpHandlers section.
>
> Things you can try:
>
> - Migrate the configuration to the system.webServer/handlers section.
> You can do so manually or by using AppCmd from the command line - for
> example, *%SystemRoot%\system32\inetsrv\appcmd migrate config "Default
> Web Site/"*. Using appcmd to migrate your application will enable it
> to work in Integrated mode, and continue to work in Classic mode and on
> previous versions of IIS.
> - If you are certain that it is OK to ignore this error, it can be
> disabled by setting
> system.webServer/validation@validateIntegratedModeConfiguration to
> false.
> - Alternatively, switch the application to a Classic mode application
> pool - for example, *appcmd set app "Default Web Site/"
> /applicationPool:"Classic .NET AppPool"*. Only do this if you are
> unable to migrate your application.
>
> (Set "Default Web Site" and "Classic .NET AppPool" to your application
> path and application pool name)
> Detailed Error Information:
> Module ConfigurationValidationModuleNotification BeginRequestHandler
> StaticFileError Code 0x80070032
> Requested URL http://localhost:80/NuevaPruebaDesarrollo/execute.xmlPhysical
> Path C:\Desarrollo\KbPrueba\NuevaPrueba\CSharpModel\web\execute.xmlLogon
> Method Not yet determinedLogon User Not yet determined
>
> --
> Lic. María de los Ángeles Viera
>



--
Lic. María de los Ángeles Viera

-----------------------------------------
Para Suscribirse/Desuscribirse:
http://www.gxtechnical.com/cgi-bin/hforum.exe?2,3,30,22
Por consultas owner-csql-l@gxtech.com.uy


Back to csql-l