filipefws 0 Denunciar post Postado Janeiro 24, 2005 Fiz um site em Asp .net com o VS .net 2003, e agora como faço para publicar ???Na minha casa roda, mas eu vim publicar eles aqui na escola, que tem net ... e Fiz o upload dos arquivos , default.aspx, web.config, styles.css , e dá o seguinte erro quando tento carregar a pag :Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".<!-- Web.Config Configuration File --><configuration> <system.web> <customErrors mode="Off"/> </system.web></configuration> Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.<!-- Web.Config Configuration File --><configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web></configuration> não sei o que fazer .... :( Compartilhar este post Link para o post Compartilhar em outros sites
DiFalco 0 Denunciar post Postado Janeiro 24, 2005 você tem q levar para publicar SEMPRE a pasta bin, os arquivos .aspx, web.config, global.asax e os seus arquivos de imagens e estilos... espero ter ajudado. http://forum.imasters.com.br/public/style_emoticons/default/joia.gif http://forum.imasters.com.br/public/style_emoticons/default/joia.gif http://forum.imasters.com.br/public/style_emoticons/default/joia.gif Compartilhar este post Link para o post Compartilhar em outros sites
filipefws 0 Denunciar post Postado Janeiro 24, 2005 Toda a pasta bin ? :o Compartilhar este post Link para o post Compartilhar em outros sites
DiFalco 0 Denunciar post Postado Janeiro 25, 2005 Toda a pasta bin ? :o toda! Compartilhar este post Link para o post Compartilhar em outros sites
filipefws 0 Denunciar post Postado Janeiro 25, 2005 Valeu galera ... depois de um tempo, func .... acho que tem que esperar um pouco pra func .... mas brigadão mesmo !!! http://forum.imasters.com.br/public/style_emoticons/default/joia.gif Compartilhar este post Link para o post Compartilhar em outros sites