Bien retome despues de muchos dias este caso en el cual no podia hacer que una aplicacion asp net hecha dreamweaver corriera local y en el server de manera satisfactoria. Bien primero pense que se trataba de la falta de un archivo web.config que le hacia falta y en efecto parece que asi era dado que tome el visual studio y cree un web aplications en el cual agrege los formularios web creados en dremweaver el cual me genero las dll y el web.config para que corriera perfectamente en mi maquina local. Bien al tratar de llevarmelo al server lo primero que hice fue crear una carpeta virtual en iss con la ruta y documento y cree la carpeta bin en el raiz web wwwroot y hay añadi el dll de dreamweaver siguiendo los consejos de aca
http://foros.emagister.com/tema-erro...29-62866-1.htm y aqui en este foro hay uno tambien similar.... bien monte todo en ubicaciones igual a como tengo en mi pc local, pero en el server no ejecuta envia un error que no se con que este asociado pareciera que no encuentra la ruta de conexion... el error contiene esto.
Código:
System.Exception: This page has a MM:DataSet, MM:Insert, MM:Update or MM:Delete tag with a null or empty value for the ConnectionString and DatabaseType attributes.
Often, such values come from application settings in the web.config file. That file might be missing from the server executing this page. Or, it might be missing the particular add key tags for the database connection this page uses. If you are using Dreamweaver, look for the web.config file in the local root folder of your Dreamweaver site. Once you find this file, you can either:
Put this file onto the server that is executing this page.
Copy the add key tags from the web.config in the local root folder of your Dreamweaver site and paste them into the web.config file in the server that is executing this page.
at DreamweaverCtrls.DataSet.DoInit()
--------------------------------------------------------------------------------
System.Exception: This page has a MM:DataSet, MM:Insert, MM:Update or MM:Delete tag with a null or empty value for the ConnectionString and DatabaseType attributes.
Often, such values come from application settings in the web.config file. That file might be missing from the server executing this page. Or, it might be missing the particular add key tags for the database connection this page uses. If you are using Dreamweaver, look for the web.config file in the local root folder of your Dreamweaver site. Once you find this file, you can either:
Put this file onto the server that is executing this page.
Copy the add key tags from the web.config in the local root folder of your Dreamweaver site and paste them into the web.config file in the server that is executing this page.
at DreamweaverCtrls.DataSet.DoInit()
y al parecer sigue siendo el web.config pero lo eh personalizado cambiado y nada sige el problema. Tambien estoy considerando que sea la necesidad en el servidor de algunos controles o dll de dreamweaver dado que en el server no esta instalado el dreamweaver.. El server es win2003 con iss 6.0