目前,在上传歌曲时出现的页面如下: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".
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.
做不少工作呢,歪的地方得扶正,边大的要剪掉等等;我要选“原创制谱”我亏心那,"sunzp"在"sooopu"网和"ktvc8"网上发的谱子一多半是他自己扫描的。
我的意思是在作品"来源"栏里加上“扫描或拍照”项。这样说明作品既不是我制作的,也不是转载别人的。
把整个乐队的乐谱都写在一张纸上,这谱叫总谱,由于哪件乐器的谱子都得写,所以一页最多只能写4、5小节,这样的一首(长征组歌)总谱,从曲一到曲十共185页,这样的谱子只有指挥能看,他可以随便翻篇,别人手里都有乐器,不能随便翻篇,只能自己抄自己的,(二胡抄二胡的谱;笛子抄笛子的谱;小号抄小号谱…..),这样的谱子叫分谱。总谱只给指挥一个人用的,分谱是给大家用的。咱网站上只有“总谱”这栏,没有“分谱”这栏,现在的“分谱”由于没有“分谱”这栏,所以“分谱”都上传到“总谱”里了,这样就加大了总谱的搜索难度。我个人愚见,下次修改时应增加“分谱”这栏。
“分谱”就不能分的太细了,要分就分 “交响乐(管弦乐)”分谱、“军乐(吹奏乐)”分谱、 “民乐”分谱三栏就行,不然就都放在一个“分谱”里,让上传者在文件名上标注也行,总比没有强。我中文学的不好,不知我说明白没有,我已加了你QQ,我的QQ是704343666,微信13274103486。有事联系我!
另外,咱网站上上传的歌谱,若发现错了重传,也给计谱币,我觉得你只有失误才重传,重传的就不应再积分了,搜谱网上重传的就不计分了。
--------------------------------------------------------------------------------
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>