Hi Victor I have a question regarding the extended personal starter kit. There are two page files, one concerning the password and the other, security question can you explain what your plan was for these pages. I see that they are in the root of the site
I would have though that they would have been placed in the admin folder with of course admin permissions. Unless they were there for learning purposes and expecting the user to place them there in the admin folder themself. I'm a bit confused can you please
instruct me in their purpose I don't see them in the sitemap. I ask only because I am a novice user of asp.net and like to ask questions before dive in to things. Thank you for your time.
I think you are talking about the RecoverPassword.aspx and ChangeSecurityQuestion.aspx pages. It has been sometime since I have looked at the codebase from the default install, so I'm not sure if these were implemented. These pages are for users to recover
their password and change their security question once logged in that is why they are not in the admin folder. The RecoverPassword is linked from the homepage just below the login form and the ChangeSecurityQuestion is linked from the Profile section once
logged in.
i saw all of the post nd most of the people works fine , but for me i facing the installation problem . When i double click the personalStarterKitMSAccess.vsi, it shows a error msg , "String cannot have zero length " ,currently i am using visual studio 2008
Professional Edition . How can i solve this problem?
Much thanks to Victor as well. Great job! I can host the website just fine with GoDaddy. The issue I run into is with the connection string. The default connection string in the Extended Kit is the following:
I think on any other host this would work. On GoDaddy, however; they require you to put your Access Database in their access_db folder that is created when you setup using an Access Database. The problem here is the DataDirectory part in Source=|DataDirectory|Personal.mdb;
for example. Based on the following website:
the DataDirectory folder refers to the App_Data folder which is where a database would be by default but NOT with GoDaddy.
My question is simple: how do I use the Extended Kit with GoDaddy with an Access Database? Is this even possible? I think I can use this connection string if I refer to the access_db folder instead of the App_Data folder. How do I do that? Help here would
be much appreciated. Thanks in advance.
Kevin
connection stringsGoDaddyPersonal Web Site Starter KitGoDaddy connection stringsMicrosoft AccessAccess
Wow. This is awesome! Thanks so much. Had no problems. Just do an Open Web Site within VS2005, and works every time!
Was even able to modify the entire application and db to store pics on a file system instead of inside the MS Access DB, which was getting very large. I store the pic's path as a string in the DB. Works great.
Thanks so much!
Personal Starter Kit ASP.NET Web Site Administration Tool
I, too, have godaddy and use this setup. I bypass the godaddy setup of having to put the access db file in their access_db folder. I have found that the MS Access DB file doesn't have to reside in the access_db folder. I completely ignore this folder and
place my Access DBs wherever I desire. I just ensure the godaddy folder that houses my Access DB file has write permissions. My godaddy access_db folder is actually empty right now :)
My personal.mdb lives in the App_Data folder as the kit suggested. I never touched the kit's default settings. I loaded the kit on my local machine, ensured it worked, then just uploaded all the files from my local machine to my godaddy website, and it
just always has worked.
Were you able to change the web.config settings in the kit to accomodate the godaddy access_db folder? This would be great info to know.
The only problems I've had so far are the permissions management. That doesn't work. I have another site in our company's intranet that uses SQL w/VB.net and everything works fine.
SMc
"I have not failed. I just found 10,000 ways that don't work." - Thomas Edison
DKB
Member
201 Points
263 Posts
Re: Personal Starter Kit for MS Access
Aug 22, 2008 01:02 PM|LINK
Hi Victor I have a question regarding the extended personal starter kit. There are two page files, one concerning the password and the other, security question can you explain what your plan was for these pages. I see that they are in the root of the site I would have though that they would have been placed in the admin folder with of course admin permissions. Unless they were there for learning purposes and expecting the user to place them there in the admin folder themself. I'm a bit confused can you please instruct me in their purpose I don't see them in the sitemap. I ask only because I am a novice user of asp.net and like to ask questions before dive in to things. Thank you for your time.
DKB
victorcorey
Member
332 Points
104 Posts
Re: Personal Starter Kit for MS Access
Aug 22, 2008 04:13 PM|LINK
I think you are talking about the RecoverPassword.aspx and ChangeSecurityQuestion.aspx pages. It has been sometime since I have looked at the codebase from the default install, so I'm not sure if these were implemented. These pages are for users to recover their password and change their security question once logged in that is why they are not in the admin folder. The RecoverPassword is linked from the homepage just below the login form and the ChangeSecurityQuestion is linked from the Profile section once logged in.
Hope this helps.
DKB
Member
201 Points
263 Posts
Re: Personal Starter Kit for MS Access
Aug 23, 2008 04:42 PM|LINK
Hi Victor I see what is happen with them now I see how they are used once a person is logged in, and thanks for your prompt logical reply.
DKB
kekewong
Member
6 Points
42 Posts
Re: Personal Starter Kit for MS Access
Dec 12, 2008 04:28 PM|LINK
i saw all of the post nd most of the people works fine , but for me i facing the installation problem . When i double click the personalStarterKitMSAccess.vsi, it shows a error msg , "String cannot have zero length " ,currently i am using visual studio 2008 Professional Edition . How can i solve this problem?
THanks.
kgraue
Member
2 Points
1 Post
Re: Personal Starter Kit for MS Access (using GoDaddy)
Feb 18, 2009 06:03 PM|LINK
Much thanks to Victor as well. Great job! I can host the website just fine with GoDaddy. The issue I run into is with the connection string. The default connection string in the Extended Kit is the following:
I think on any other host this would work. On GoDaddy, however; they require you to put your Access Database in their access_db folder that is created when you setup using an Access Database. The problem here is the DataDirectory part in Source=|DataDirectory|Personal.mdb; for example. Based on the following website:
http://programming.top54u.com/post/ASP-Net-2-0-Access-Database-connection-string.aspx
the DataDirectory folder refers to the App_Data folder which is where a database would be by default but NOT with GoDaddy.
My question is simple: how do I use the Extended Kit with GoDaddy with an Access Database? Is this even possible? I think I can use this connection string if I refer to the access_db folder instead of the App_Data folder. How do I do that? Help here would be much appreciated. Thanks in advance.
Kevin
connection strings GoDaddy Personal Web Site Starter Kit GoDaddy connection strings Microsoft Access Access
vsortiz
Member
4 Points
2 Posts
Re: Personal Starter Kit for MS Access
Feb 20, 2009 01:12 PM|LINK
Wow. This is awesome! Thanks so much. Had no problems. Just do an Open Web Site within VS2005, and works every time!
Was even able to modify the entire application and db to store pics on a file system instead of inside the MS Access DB, which was getting very large. I store the pic's path as a string in the DB. Works great.
Thanks so much!
Personal Starter Kit ASP.NET Web Site Administration Tool
vsortiz
Member
4 Points
2 Posts
Re: Personal Starter Kit for MS Access (using GoDaddy)
Apr 19, 2009 02:09 AM|LINK
Hi kgraue,
You likely figured this out by now :)
I, too, have godaddy and use this setup. I bypass the godaddy setup of having to put the access db file in their access_db folder. I have found that the MS Access DB file doesn't have to reside in the access_db folder. I completely ignore this folder and place my Access DBs wherever I desire. I just ensure the godaddy folder that houses my Access DB file has write permissions. My godaddy access_db folder is actually empty right now :)
My personal.mdb lives in the App_Data folder as the kit suggested. I never touched the kit's default settings. I loaded the kit on my local machine, ensured it worked, then just uploaded all the files from my local machine to my godaddy website, and it just always has worked.
Were you able to change the web.config settings in the kit to accomodate the godaddy access_db folder? This would be great info to know.
Good luck!
ASP.NET Membership GoDaddy access_db ms access
acustovic
Member
2 Points
1 Post
Re: Personal Starter Kit for MS Access (using GoDaddy)
Sep 19, 2009 09:34 PM|LINK
Hi,
Does anyone have the Personal Starter Kit for MS Access coded in VB.NET? Any help would be appreciated.
Thank you!
Access net vb Personal Starter Kit visual basic
smcmiata
Participant
998 Points
297 Posts
Re: Personal Starter Kit for MS Access (using GoDaddy)
Sep 21, 2009 05:59 PM|LINK
Mine is currently using VB.net with access:
http://www.seanmcgriff.net
The only problems I've had so far are the permissions management. That doesn't work. I have another site in our company's intranet that uses SQL w/VB.net and everything works fine.
SMc
DKB
Member
201 Points
263 Posts
Re: Personal Starter Kit for MS Access (using GoDaddy)
Feb 16, 2010 04:02 AM|LINK
Can you share out how you got the website to work with godaddy I'm guessing you did have to change the connection string.
DKB