mq

来源: BlogBus 原始链接: http://www.blogbus.com:80/blogbus/blog/diary.php?diaryid=175648 存档链接: https://web.archive.org/web/20050108060505id_/http://www.blogbus.com:80/blogbus/blog/diary.php?diaryid=175648


mill2002 for chatting <<<Login Failed: Reason:.... help plz! | 首页 | Login Failed: Reason:.... help plz!>>> 2004-05-14 mq_1980 I solved the "Configuration failed!" problem! Posted: 23 Sep 2003 02:06 AM i am exactly a newbie of ASP.NET though i was very familiar with ASP 3. when i determined to start my ASP.NET way with the IBuySpy Store application last week, a fucking puzzled problem blocked my road. i got the following log message. 10:00:42 2003?9?23?: [Checking system requirements] 10:00:42 2003?9?23?: [Pass] Detected a local instance of SQL Server. 10:00:42 2003?9?23?: [Pass] Determined SQL Server version (8.00.194). 10:00:42 2003?9?23?: [Pass] Detected .NET Framework. 10:00:42 2003?9?23?: [Pass] Detected Internet Information Server (IIS). 10:00:44 2003?9?23?: [Begin Sample Configuration] 10:00:44 2003?9?23?: [Pass] Created IIS virtual directory.: StoreVBVS 10:00:44 2003?9?23?: [Pass] Determined SQL Server version (8.00.194). 10:01:00 2003?9?23?: [Fail] Could not add ASPNET user to SQL Server. SQL Server does not exist or access denied. 10:01:00 2003?9?23?: [Done] i searched almost anywhere on the internet with google, yahoo, but nothing useful for me. so i decided to Solve It Myself. it's obviously that the problem is with SQL Server. i had installed MSDE and SQL Server 2000 tools (Query Analyzer, Enterprise Manager and so on). Note: I INSTALLED THE "Store" DATABASE WITH THE "Query Analyzer"! the SQL Server works well through the tools or OSQL, because i checked it with a ASP 3 application and a VB 6 application and a Manul Coded ASP.NET application (just to pull the data out from SQL Server), they all work well. the first success is VB 6 application, i used a ADODC and a DataGrid, and then the ASP 3 application (just a Connection and a Recordset), and then the Manul Coded ASP.NET application, and the last success. by this time the solution comes out: it is just the ConnectionString's problem!