60能卖?能的话给我也留个言...
jdjdj...
用webgl+unity3d听我的...
我在网站下载了<a href="http://www.51aspx.com/CV/OfficeAnywhere" target="_blank"><font color="#339900">协同OA办公自动化系统源码</font></a>,设置好IIS后出现如下错误:<br/>Runtime Error <br/>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. <br/>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".<br/><br/><!-- Web.Config Configuration File --><br/><configuration><br/> <system.web><br/> <customErrors mode="Off"/><br/> </system.web><br/></configuration><br/> <br/>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.<br/><br/><!-- Web.Config Configuration File --><br/><configuration><br/> <system.web><br/> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/><br/> </system.web><br/></configuration><br/> <br/>按照错误提示做了,还是没用,请教这是什么原因?如何解决啊?谢谢了
这个程序的登陆界面和主界面html码有大量的破坏,直接运行是运行不了的,我花了好几天的功夫才把错误全部修改过来然后才能运行起来,而且里面的界面,功能很简陋,代码写的也是不敢恭维
我也出现这个错误,等51解答啊~~~~