0

私の問題を解決していただければ、本当に助かります。別のコンピューターで自分の Web サイトを開くことができません。次のエラーが発生します。

 Server Error in '/WebSite2' Application.

An attempt to attach an auto-named database for file C:\Users\evisen\Desktop\Amy the  conqueror\WebSite2\App_Data\Database.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.

 Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

  Exception Details: System.Data.SqlClient.SqlException: An attempt to attach an auto-named database for file C:\Users\evisen\Desktop\Amy the conqueror\WebSite2\App_Data\Database.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.

 Source Error: 

 An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

できる限り具体的であることを願っています。ありがとうございました!

4

1 に答える 1

1

このエラーは通常、接続文字列に問題がある場合に発生します。接続文字列を確認してみてください。

この関連フォーラムもチェックしてください。それが役立つことを願っています!

于 2013-10-13T18:13:39.840 に答える