CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > Asp.Net Forum > starter_kits_and_source_projects.commerce_starter_kit Tags:
Item Type: Date Entered: 9/15/2005 11:30:59 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 1 Views: 32 Favorited: 0 Favorite
2 Items, 1 Pages 1 |< << Go >> >|
"KamranJavid" <
NewsGroup User
Installing VBSDK Starter Kit9/15/2005 11:30:59 AM

0

I am having some problems installing the VBSDK Starter Kit.  I have installed MSDE SP3 and everything seems to be fine.  The service has started ok and when I create a test connection in the control panel it works fine. 

However when I run the VBSDK installation program and it gets to the part where I am supposed to select the local database instance everything seems to fall apart.  The drop down list contains 'localhost', but the Install button is not enabled and when I click the 'Test Connection' button it comes up with a 'unsuccesfull database connection' message box.

What have I done wrong?  has anybody else had this same problem?  I am running XP Professional SP2.  Any help would be appreciated.

Cheers.
"jakeburkey" <>
NewsGroup User
Re: Installing VBSDK Starter Kit9/16/2005 4:40:31 AM

0

Kamran,

I think that you can get the install to recognize the default instance of MSDE by giving the ASPNET user account access and ownership of that instance (assuming that you are using IIS 5.x and not IIS 6.0).  The alternative is to create a named instance and use that, which works for sure. 

There are some good instructions for installing a named instance at this link:
http://web.lemoyne.edu/courseinformation/MIS465/Chapter06Data/MSDE_ReadMe.doc

Basically, you will do the following, step-by-step:

1. CONFIGURE THE  PATH  VARIABLE as described in the document linked above to
C:\Program Files\Microsoft SQL Server\80\Tools\Binn

2. CONFIGURE THE  ASPNET USER ACCOUNT - at the command prompt, enter

osql -E -S (local)\NetSDK -Q "sp_grantlogin 'MACHINENAME\ASPNET'"

3. CONFIGURE INDIVIDUAL DATABASES - at the command prompt, enter

osql -E -S (local)\NetSDK -d DatabaseName -Q "sp_grantdbaccess   'MACHINENAME\ASPNET'"

osql -E -S (local)\NetSDK -d
DatabaseName -Q "sp_addrolemember 'db_owner',   'MACHINENAME\ASPNET'"

Note: Replace the 'MACHINENAME' with the name of your server, and replace
DatabaseName with whatever name you want for the database.

If you want to use the default instance, just run the code above using (local) instead of (local)\NetSDK.

jake

2 Items, 1 Pages 1 |< << Go >> >|


Free Download:













importing name spaces

asp .net c# web framework for building web sites, code generators and unit testing

flag status in datagrid

problem with path using asp:literal

adding stylesheets with master pages?

ajax returning object to javascript question

pdf to html convertion using c#

need a good free asp host!

datagrid

how to browse the folder in asp.net ....on server machine...

what is the use of custom validator?

where to start??

web matrix & microsoft application blocks

using session variable to chang sitedatasource

get remoteaddress(ip)

reference to a non-shared member requires an object

array sort nightmare

content management

asp email

if the value is 0.00..

enable disabled control without postback

input string not in correct format

storing special characters in appsettings

ie timeout?

how to establish communication between two asp.net applications?

dropdownlist.selectedvalue

changing a gridview query based on dropdown box

using button in gridview, pass unique id to next page & displaying multiple information

object reference not set to an instance of an object

can you tell me what the command line error bc2010: compilation failed means

textbox width and height in netscape

ms access text field limit 255 character ?

login, account administration, password reset -- -any controls for this?

creating html document from asp

icon to get started

asp page totally locked

could not load type 'webapplication3.itemdetails'.

sharing data between asp and asp.net

new to asp.net

wmi connection error to remote machine

dynamical server.mappath for upload

display something in a datagrid only if certain value....

loop through all checkboxes

sending multiple newsletters avoid crash/ auto recover after reset

how much can web matrix do?

need to register dlls and ocxs at runtime using vb.net

getting active poll

list-detail class design.

vb to c#

memory mangement best practices

   
  Privacy | Contact Us
All Times Are GMT