jueves, 25 de septiembre de 2014

asp


http://realtimescenarios.blogspot.com/2014/02/iis-error-solutions-tips.html
 
Got Error while hosting WCF Web service in IIS:
"the configuration section 'protocolmapping' cannot be read because it is missing a section declaration"

Solution: Please make sure the application pool that is used for the website need to be setup to use .Net 4.0 framework.
 
***************
http://www.smallworkarounds.net/2010/01/http-error-40314-forbidden-web-server.html
HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory.
http://support2.microsoft.com/kb/942062/es
***************
http://hsoft1.blogspot.com/2013/08/el-controlador-pagehandlerfactory.html
El controlador "PageHandlerFactory-Integrated" tiene una condición previa incorrecta "ManagedPipelineHandler" en su lista de módulos
-----

NOTA: Este caso es para ASP.NET

Tambien luego de que tengas el IIS instalado debes ACTIVAR ASP.NET de la siguiente manera

1.Ejecutar
2. luego que estes en ejecutar escribes "cmd"
3. Te diriges al sigte directorio C:WINDOWSMicrosoft.NETFrameworkv1.1.4322 (en caso de que el framework que tengas sea el 1.1, en otro caso tecleas la version que tengas)
4.Luego en el directorio final tecleas "aspnet_regiis.exe -i -enable" esto lo hacemos para que el IIS reconozca las paginas ASP.NET.

Espero que te haya servido
http://www.desarrolloweb.com/faq/34.php
**********

http://stackoverflow.com/questions/16727612/authentication-mode-forms-configuration-error-on-godaddy-hosting
***************
http://www.c-sharpcorner.com/Forums/Thread/240892/server-error-in-application-after-web-hosting.aspx
http://stackoverflow.com/questions/3683390/authentication-mode-forms-error
http://msdn.microsoft.com/en-us/library/vstudio/bb763173(v=vs.100).aspx
http://support2.microsoft.com/kb/917413/en-us
http://support2.microsoft.com/kb/917413
http://stackoverflow.com/questions/24067697/error-occurred-during-the-processing-of-a-configuration-file-required-to-service
***************

http://msdn.microsoft.com/es-pe/library/1kdfe21k(v=vs.80).aspx

No hay comentarios:

Publicar un comentario