Let me provide more details. I had already posted a thread about new and more starterkits comming soon.
You may read it here....
During my personal email correspondence with Mr. Jeff King, he was very kind enough to answer all my questions about New StarterKits with indepth details.
As per his email, this Classified StarterKit is currently in beta2 stage. That is the reason, this Classified is not shown as a StarterKit in www.asp.net section. This kit will be available as an official StarterKit in StarterKit section once it crosses beta
stage and enter FINAL Stage. This will happen in Last days of APRIL 2006.
I have already downloaded the kit and have installed it without any hassels.
All I can say is I am very happy with this Kit and specially uploading 5 photos togather with immediate view facility is the one i liked most.
All i could not find was the admin control panel. Rest is Great. I shall be oblidged if someone will provide me a way to enter admin panel.
Thanks
Paggy4u
Paggy4u
-----------------------------------------
Working with Dynamic Languages
Hello,
All i could not find was the admin control panel. Rest is Great. I shall be oblidged if someone will provide me a way to enter admin panel.
----------------------------------------------------------------------------------------
Ok, i have found the solution. You just have to create a Role as an Administrators and a Profile as user.
Once you login as an administrator, you are welcomed with a Control Panel.
The starterkit also comes along with SQL for sql 2000, so anyone wanting to start with sql 2000 may also proceed, rather than working with sql express or sql2005. Please refer the data directory after installation.
Paggy4u
Paggy4u
-----------------------------------------
Working with Dynamic Languages
You make yourself an administrator in the asp.net config site. Then logon to site and an extra tab appears at the top. Also an extra link appears at the bottom.
I am having problems with the images though. i have set them to be stored on the file system. However it seems to rename them wrongly and will not display them.
I am having problems with the images though. i have set them to be stored on the file system. However it seems to rename them wrongly and will not display them
paul
Yes, theres a bug.. but if you use the database everything works well. Can't wait for this to come out of beta.
Glad to hear you are having a lot of success! I am thinking about using this starter kit for my office. I want to be able to create a classifieds site for employees of my company. I think Microsoft has something similar for their employees. I hope to post a
link when its all done. Paggy4u, please keep us informed of your progress!
I do agree that there is a severe bug in storing Images in files. It stores perfectly in databases, but not in Files. I think this bug will be solved in final release.
The NEXT serious bug which i noticed is that the form does not come for approval again after changing/updating the matter. The form comes for activation and approval only for the first time. Once it is approved it loses the
track. I Personally think that Form should come for approval every time there are any changes done. Since anyone can misuse with the contents and upload nasty photographs or edit the form once gain with abusive language also. This
BUG should be seriously taken into consideration.
Thanks
Paggy4u
Paggy4u
-----------------------------------------
Working with Dynamic Languages
I do agree that there is a severe bug in storing Images in files. It stores perfectly in databases, but not in Files. I think this bug will be solved in final release.
If it is interesting, I solve this problem by adding string
SELECT @Id AS [Id]
in InsertPhoto stored procedure in CLASSIFIEDSDB.mdf before
paggy4u
Contributor
3017 Points
774 Posts
More Information here about this StarterKit
Apr 20, 2006 02:16 AM|LINK
Let me thank first my Forum Friend " Office Pro " for providing me a link to download this
Classified StarterKit.
Its here....
http://msdn.microsoft.com/vstudio/eula.aspx?id=6CAB323A-7655-4351-9F10-A5B51F66A02D
Let me provide more details. I had already posted a thread about new and more starterkits comming soon. You may read it here....
During my personal email correspondence with Mr. Jeff King, he was very kind enough to answer all my questions about New StarterKits with indepth details.
As per his email, this Classified StarterKit is currently in beta2 stage. That is the reason, this Classified is not shown as a StarterKit in www.asp.net section. This kit will be available as an official StarterKit in StarterKit section once it crosses beta stage and enter FINAL Stage. This will happen in Last days of APRIL 2006.
I have already downloaded the kit and have installed it without any hassels.
All I can say is I am very happy with this Kit and specially uploading 5 photos togather with immediate view facility is the one i liked most.
All i could not find was the admin control panel. Rest is Great. I shall be oblidged if someone will provide me a way to enter admin panel.
Thanks
Paggy4u
-----------------------------------------
Working with Dynamic Languages
paggy4u
Contributor
3017 Points
774 Posts
Re: More Information here about this StarterKit
Apr 20, 2006 11:28 AM|LINK
----------------------------------------------------------------------------------------
Ok, i have found the solution. You just have to create a Role as an Administrators and a Profile as user.
Once you login as an administrator, you are welcomed with a Control Panel.
The starterkit also comes along with SQL for sql 2000, so anyone wanting to start with sql 2000 may also proceed, rather than working with sql express or sql2005. Please refer the data directory after installation.
Paggy4u
-----------------------------------------
Working with Dynamic Languages
ruckme
Member
159 Points
56 Posts
Re: More Information here about this StarterKit
Apr 21, 2006 08:22 AM|LINK
Yes. i can
You make yourself an administrator in the asp.net config site. Then logon to site and an extra tab appears at the top. Also an extra link appears at the bottom.
I am having problems with the images though. i have set them to be stored on the file system. However it seems to rename them wrongly and will not display them.
paul
sep1008
Member
35 Points
7 Posts
Re: More Information here about this StarterKit
Apr 21, 2006 08:08 PM|LINK
Yes, theres a bug.. but if you use the database everything works well. Can't wait for this to come out of beta.
OfficePro
Member
15 Points
3 Posts
Re: More Information here about this StarterKit
Apr 21, 2006 09:08 PM|LINK
paggy4u
Contributor
3017 Points
774 Posts
Re: More Information here about this StarterKit
Apr 22, 2006 03:56 AM|LINK
I do agree that there is a severe bug in storing Images in files. It stores perfectly in databases, but not in Files. I think this bug will be solved in final release.
The NEXT serious bug which i noticed is that the form does not come for approval again after changing/updating the matter. The form comes for activation and approval only for the first time. Once it is approved it loses the track. I Personally think that Form should come for approval every time there are any changes done. Since anyone can misuse with the contents and upload nasty photographs or edit the form once gain with abusive language also. This BUG should be seriously taken into consideration.
Thanks
Paggy4u
-----------------------------------------
Working with Dynamic Languages
tmorton
All-Star
56556 Points
9751 Posts
ASPInsiders
Moderator
Re: More Information here about this StarterKit
Apr 22, 2006 04:02 AM|LINK
Now you know why the ASP.NET Forums does not allow moderated members to edit their own posts... ;-)
I agree with your assessment.
ASP.NET/IIS.NET Website Manager, Neudesic
dr.forex
Member
5 Points
1 Post
Re: More Information here about this StarterKit
Apr 22, 2006 06:38 PM|LINK
If it is interesting, I solve this problem by adding string
in InsertPhoto stored procedure in CLASSIFIEDSDB.mdf before
After this
gets correct ID, and filenames not equal 0.*.jpg as early.
sep1008
Member
35 Points
7 Posts
Re: More Information here about this StarterKit
Apr 23, 2006 11:46 PM|LINK
Nice... Thanks!
paggy4u
Contributor
3017 Points
774 Posts
Re: More Information here about this StarterKit
Apr 25, 2006 02:58 PM|LINK
----------------------------------------------
Hello Office Pro,
Could you kindly provide a link for the classifieds for microsoft employee. May be i can learn something more with that reference too.
Thanks
Paggy4u
-----------------------------------------
Working with Dynamic Languages