Server Error in '/' Application.--------------------------------------------------------------------------------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".……服务器是2003 , 在服务器支持asp.net了,  建了虚拟目录 上传上去的asp.net网站在2003上可以自己浏览  我自己的机子浏览它就给我报错  咋搞的啊  这程序虽小,我写了好久了,写得很辛苦呀 

解决方案 »

  1.   

    在webconfig的 <customErrors>标记里把mode属性改下,看报出来是什么错误
      

  2.   

    <customErrors mode="Off">
    设置成Off就可以看到详细信息
      

  3.   

    web.config你的项目里是不是没有这个文件啊?
    如果有配置一下吧
      

  4.   

    改了!!!还是一样的页面!!
    看英文 还是让我去改web.config 的customErrors标记mode
      

  5.   

    我是在IIS上配置的虚拟目录!!又关系吗??我在自己的2000机子上开发的时候 根本没有配置IIS的 都是VS2005用devenv.exe帮我开网站的!是不是要我去服务器也装个VS2005啊!!!
      

  6.   

    <customErrors mode="Off">在客户端显示的屏蔽了的错误信息,你直接在站点服务器上打开网站,就可以看到详细的错误信息。
      

  7.   

    framework2.0安装下,顺便去IIS里面配置改下