BOOK: Professional ASP.NET 1.0, Special Edition/1.1
This is the forum to discuss the Wrox book Professional ASP.NET 1.1 by Alex Homer, Dave Sussman, Rob Howard, Brian Francis, Karli Watson, Richard Anderson; ISBN: 9780764558900
You are currently viewing the BOOK: Professional ASP.NET 1.0, Special Edition/1.1 section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
I am using Professional ASP.NET 1.1 in Win2k Pro, II 5 (local machine), VS.NET 2003, has SQL Server 2000 installed in a remote machine
After run "Setup.exe", the virtual directory/database all created, but the "Defaule.htm" page never changed as supporsed to do so ("Once the configuration routine has been run, this page will be replaced by a menu page").
This is the error message I get from "Setup.log"
27/10/2004 8:59:15 AM: : Installing databases
27/10/2004 8:59:16 AM: [Fail] : Error adding user 'AAB19559\csclos' to AAB19559 : Windows NT user or group 'AAB19559\csclos' not found. Check the name again.
27/10/2004 8:59:16 AM: [Fail] : Error adding user 'AAB19559\IUSR_AAB19559' to AAB19559 : Windows NT user or group 'AAB19559\IUSR_AAB19559' not found. Check the name again.
27/10/2004 8:59:16 AM: [Fail] : Error adding user 'AAB19559\IUSR_AAB19559' to pubs : Windows NT user or group 'AAB19559\IUSR_AAB19559' not found. Check the name again.
27/10/2004 8:59:29 AM: [Pass] : Database installation of 'WroxBooks.sql' suceeded.
27/10/2004 8:59:29 AM: [Fail] : Error adding user 'AAB19559\csclos' to WroxBooks : Windows NT user or group 'AAB19559\csclos' not found. Check the name again.
27/10/2004 8:59:36 AM: [Pass] : Database installation of 'IBuyAdventure.sql' suceeded.
27/10/2004 8:59:36 AM: [Fail] : Error adding user 'AAB19559\csclos' to IBuyAdventure : Windows NT user or group 'AAB19559\csclos' not found. Check the name again.
27/10/2004 8:59:38 AM: [Pass] : Database installation of 'UserList.sql' suceeded.
27/10/2004 8:59:38 AM: [Fail] : Error adding user 'AAB19559\csclos' to UserList : Windows NT user or group 'AAB19559\csclos' not found. Check the name again.
27/10/2004 8:59:38 AM: : Database installation complete
27/10/2004 8:59:38 AM: : Modifying web.config files
27/10/2004 8:59:39 AM: [Pass] : Modify web.config file 14_Securing_ASP.NET_Applications\windows27/10/2004 8:59:39 AM: [Dbg] : Adding: server=AAB19559; UID=csclos; PWD=csclos;database=UserList
27/10/2004 8:59:39 AM: [Pass] : Modify web.config file 14_Securing_ASP.NET_Applications\custom-forms-based27/10/2004 8:59:39 AM: [Dbg] : Adding: server=AAB19559; UID=csclos; PWD=csclos;database=UserList
27/10/2004 8:59:39 AM: [Pass] : Modify web.config file 14_Securing_ASP.NET_Applications\personalization27/10/2004 8:59:39 AM: [Dbg] : Adding: server=AAB19559; UID=csclos; PWD=csclos;database=Northwind
27/10/2004 8:59:39 AM: [Dbg] : Adding: server=AAB19559; UID=csclos; PWD=csclos;database=pubs
27/10/2004 8:59:39 AM: [Dbg] : Adding: server=AAB19559; UID=csclos; PWD=csclos;database=IBuyAdventure
27/10/2004 8:59:39 AM: [Dbg] : Adding: Provider=SQLOLEDB.1;Data Source=AAB19559;User Id=csclos;Password=csclos;Initial Catalog=IBuyAdventure
27/10/2004 8:59:39 AM: [Dbg] : Adding: server=AAB19559; UID=csclos; PWD=csclos;database=WroxBooks
27/10/2004 8:59:39 AM: [Dbg] : Adding: Provider=SQLOLEDB.1;Data Source=AAB19559;User Id=csclos;Password=csclos;Initial Catalog=WroxBooks
27/10/2004 8:59:39 AM: [Dbg] : Adding: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=
27/10/2004 8:59:39 AM: [Pass] : Modify web.config file
27/10/2004 8:59:39 AM: : Modification of web.config files complete
27/10/2004 8:59:39 AM: [Fail] : Cannot update user sarahware : EXECUTE permission denied on object 'sp_UpdateUser', database 'UserList', owner 'dbo'.
27/10/2004 8:59:39 AM: [Fail] : Cannot update user timtom : EXECUTE permission denied on object 'sp_UpdateUser', database 'UserList', owner 'dbo'.
27/10/2004 8:59:39 AM: [Fail] : Cannot update user billygoat : EXECUTE permission denied on object 'sp_UpdateUser', database 'UserList', owner 'dbo'.
27/10/2004 8:59:39 AM: : Configuration complete
After download setup file, I found "ReadMFirst.txt" and "SetupReadMe.htm", one "Default.htm" contains the same instruction as "SetupReadMe.htm", one "Start.htm" gives me feeling that it is another "Readme.txt" file.
What a mess!!
My suggestion:
1) Using step-by-step instructions instead of one "Setup.exe" file, if you use one "Setup.exe" file, you have to consider every single machine's configuration setting and this is impossible.
2) The author can safely assume any one purchase "Professional" serial ASP.NET book has the ability to follow the above step-by-step instructions without problem, but run a "Setup.exe" file make me really confused and seems can do nothing about it.
I am a bit worry about the books quality I purchased recently - it seems authors in rush, they'd rather give you a "Quick and Dirty" solution instead of carefully designed, clearly explained professional book which you can trust and teach yourself.
Does anyone else who purchased any Wrox computer book in the past 6 months has the same feeling as me?
I hope I was wrong as I DID TRUST WROX AUTHORS A LOT!!
Charles:
This is some good feedback about the value of a single setup.exe file versus a series of setup steps for the reader to follow, especially for advanced readers. We'll keep this in mind as we look at how best to provide the example files in future books.
Jim Minatel
Senior Acquisitions Editor
Wiley Technology Publishing
WROX Press
Jim's Book of the week: Beginning XML 3rd Edition
Have the same problem - Default page dosen't load
although, setup appears to have run correctly and
my system is identical except 2K server.
I have read all 6 pages of this forum and am unable
to get the example's menu to display.
Does anyone have any suggestions?
I have run setup, and after that ran makeall.bat.
A quick at the install log dosen't give any hints
as to an error.
I too feel these instructions are too brief as I am
unsure what or where (which directories) to launch
from. 'ie visual studio tools command prompt' ??
thats not in my tool menu. So I used DOS cmd prompt.