问题描述
在网上下载了一个aspx源代码Asp.net2.0电子商务网源码这是地址http://www.51aspx.com/CV/AspNetDianZiShangWu/其配置文件为<?xmlversion="1.0"?><configuration><appSettingsfile="Membership.config"><addkey="WebDAL"value="Jiaen.SQLServerDAL"/></appSettings><connectionStrings><addname="ConnectionString"connectionString="DataSource=.SQLEXPRESS;AttachDbFilename=|DataDirectory|liveportal.MDF;IntegratedSecurity=True;UserInstance=True"providerName="System.Data.SqlClient"/><addname="SqlConnection"connectionString="DataSource=.SQLEXPRESS;AttachDbFilename=|DataDirectory|liveportal.MDF;IntegratedSecurity=True;UserInstance=True"providerName="System.Data.SqlClient"/><addname="MemberShipDAL.Properties.Settings.WMFConnectionString"connectionString="DataSource=.SQLEXPRESS;AttachDbFilename=|DataDirectory|liveportal.MDF;IntegratedSecurity=True;UserInstance=True"providerName="System.Data.SqlClient"/><addname="MemberShipDAL.Properties.Settings.AspNetMembershipSql"connectionString="DataSource=.SQLEXPRESS;AttachDbFilename=|DataDirectory|liveportal.MDF;IntegratedSecurity=True;UserInstance=True"providerName="System.Data.SqlClient"/><addname="LivePortalConnectionString"connectionString="DataSource=.SQLEXPRESS;AttachDbFilename=|DataDirectory|liveportal.MDF;IntegratedSecurity=True;UserInstance=True"providerName="System.Data.SqlClient"/></connectionStrings>****不做任何修改(没有将数据库文件附加到sql2005中)直接F5调试运行出现如下错误1.首先:没有可用于当前位置的源代码。2.接着:尝试为文件C:DocumentsandSettingsAdministrator桌面JiaEn_51aspxwebApp_Dataliveportal.MDF附加自动命名的数据库,但失败。已存在同名的数据库,或指定的文件无法打开或位于UNC共享目录中。不解****我看见里面有个附件web.config,我把上面那个配置文件删了直接用附件web.congig其内容如下<?xmlversion="1.0"?><configuration><appSettingsfile="Membership.config"><addkey="WebDAL"value="Jiaen.SQLServerDAL"/></appSettings><connectionStrings><addname="ConnectionString"connectionString="DataSource=(local);uid=sa;pwd=sasasa;database=liveportal"providerName="System.Data.SqlClient"/><addname="SqlConnection"connectionString="DataSource=(local);InitialCatalog=liveportal;User=sa;Password=sasasa"providerName="System.Data.SqlClient"/><addname="MemberShipDAL.Properties.Settings.WMFConnectionString"connectionString="DataSource=(local);InitialCatalog=LivePortal;User=sa;password=sasasa"providerName="System.Data.SqlClient"/><addname="MemberShipDAL.Properties.Settings.AspNetMembershipSql"connectionString="DataSource=(local);InitialCatalog=LivePortal;User=sa;password=sasasa"providerName="System.Data.SqlClient"/><addname="LivePortalConnectionString"connectionString="DataSource=(local);InitialCatalog=LivePortal;IntegratedSecurity=True"providerName="System.Data.SqlClient"/>我把相应的数据库文件附件到sql2005中,把这个字段uid=sa;pwd=sasasa改了一下,其余字段没变,还是运行不了我真的实在不知道怎么做了希望高手帮助一下谢谢了在线等
解决方案
本帖最后由 xinguan408 于 2010-05-01 05:18:48 编辑
解决方案二:
DataSource=(local)
解决方案三:
作者允许你使用,不提供你源代码。你可以看看能不能反编译。
解决方案四:
引用楼主xinguan408的回复:
在网上下载了一个aspx源代码Asp.net2.0电子商务网源码这是地址http://www.51aspx.com/CV/AspNetDianZiShangWu/其配置文件为<?xmlversion="1.0"?><configuration><appSettingsfile="Membership.config"><addkey="WebDA……
人家多个数据库,是否都需要正确配置?
解决方案五:
额?你在51上的下的源码,源码里有数据库不?你检查下你粘那一堆里就有路径
解决方案六:
应该是被改路径了肯定带有51字样
解决方案七:
貌似不止一个数据库吧这当然运行不起来
解决方案八:
这代码太恐怖了,果断扔了,找别的源码
解决方案九:
这种就丢了吧。。。没意义的
解决方案十:
拜托,别人的怎么可以直接用!!!