|
|
 |
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0  | This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

August 7th, 2006, 12:06 PM
|
|
Authorized User
|
|
Join Date: Jul 2006
Location: , , .
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Membership: aspnet_sql.exe -> aspnet_regsql.exe
I am Configuring ASP.NET 2.0 Application Services to use SQL Server 2000 (or SQL Server 2005) and I found that the utility provided by the framework 2.0 and described in the book Chapter 4 page 126 (on the top) as "aspnet_sql.exe" in reality is called "aspnet_regsql.exe". Maybe an earlier version of this utility had the first name.
The whole path (on my machine) is: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspn et_regsql.exe and also I found the utility was unable to connect to my Sql server 2000 by using Sql Server authentication, so I used another Sql server 2000 using windows authentication to generate the DB objects and after this I create an script to create this objects in my real DB server.
A complementary good blog for this Application Service is:
http://weblogs.asp.net/scottgu/archi...25/423703.aspx
Thanks,
Rick P.
Note. Let me know if anybody needs the sql script.
|

August 9th, 2006, 10:52 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Location: Atlanta, Georgia, USA.
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
This folder should have SQL scripts already:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
I assume you know that the code for this book requires SQL 2005 for some of the features, like paging. SQL 2000 can't be used with the book's code unless you make some changes.
Eric
|

August 10th, 2006, 12:40 AM
|
|
Authorized User
|
|
Join Date: Jul 2006
Location: , , .
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Eric,
My company as many others have SQL Server 2000 as repository for all its systems and the migration to SQL Server 2005 can take some months, so I have to go ahead and do my new applications in SQL Server 2000, indeed the pagination will be done in a different way.
Thanks!,
Rick
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |