Autenticación basada en forms
Publicado por Armando de león (16 intervenciones) el 22/12/2006 19:28:10
Que tal
estoy desarrollando una aplicación que requiere poner un login y usuario para entrar, lo requiereo basado en forms, el código lo pongo asi en el web config
<authentication mode="Forms" />
<forms name=".ASPXAUTH" loginUrl="login.aspx" />
al ejecutar el proyecto me muestra lo siguiente:
"Error while trying to run project: Unable to start debugging on the web server. Server side-error occurred on sending debug HTTP request"
"Make sure the server is operating correctly. Verify there are no syntax errors in web.config by doing a debug.Start whitout debugging. you may also want to refer to the ASP .NET and ATL Server debugging topic in the online documentation"
creo que es parte de configurar el IIS, pero le estuve moviendo a la configuración dle IIS y sigue marcando el mismo error
alquien puede ayudarme?
Gracias
estoy desarrollando una aplicación que requiere poner un login y usuario para entrar, lo requiereo basado en forms, el código lo pongo asi en el web config
<authentication mode="Forms" />
<forms name=".ASPXAUTH" loginUrl="login.aspx" />
al ejecutar el proyecto me muestra lo siguiente:
"Error while trying to run project: Unable to start debugging on the web server. Server side-error occurred on sending debug HTTP request"
"Make sure the server is operating correctly. Verify there are no syntax errors in web.config by doing a debug.Start whitout debugging. you may also want to refer to the ASP .NET and ATL Server debugging topic in the online documentation"
creo que es parte de configurar el IIS, pero le estuve moviendo a la configuración dle IIS y sigue marcando el mismo error
alquien puede ayudarme?
Gracias
Valora esta pregunta


0