mill2002
来源: BlogBus 原始链接: http://www.blogbus.com:80/blogbus/blog/archive.php?id=4614 存档链接: https://web.archive.org/web/20041222122510id_/http://www.blogbus.com:80/blogbus/blog/archive.php?id=4614
mill2002 1970/01/02 到 2004/05/31 for chatting scottwater.com/blog/
2004-05-26 13:30 http://scottwater.com/blog/ Post by mill2002 @ 13:30 weihua ju
2004-05-26 13:11 weihua ju Post by mill2002 @ 13:11 xml programming for .Net 的书那一本好?
2004-05-25 18:08 谢谢~ Post by mill2002 @ 18:08 程序员驿站
2004-05-23 15:46 程序员驿站 Post by mill2002 @ 15:46 Login Failed: Reason:.... help plz!
2004-05-14 15:52 http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=479385 Login Failed: Reason:.... help plz! Post by mill2002 @ 15:52 mq_1980
2004-05-14 15:33 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!