http://www.galleryserverpro.com/download.aspx
I am using sqlserver 2008/Visual studio 2008/.net Framework 3.5
Below are the steps I followed to make it work.
- Unzip GalleryServerPro_V2_3_3750_source.zip in physical directory.
- Open Visual Studio 2k8
- Click On Open web site
- Select folder GalleryServerPro_V2_3_3750_source\Website and Click Ok.
- From the solution explorer delete the SqlLite.dll from the bin folder
- Copy the content of web_sqlserver_3.5.config into web.config(as I am using the sqlserver and .netframework 3.5)
- Open GalleryServerPro_V2_3_3750_source\Website\gs\config\galleryserverpro.config and change the Sqllite provider to SqlServer Provider by replacing
to this:
<dataProvider defaultProvider="SqlServerGalleryServerProProvider">.
To Install the database hit the below link
http://localhost/Website/default.aspx?g=install
Follow the wizard Steps and provide the DBserver Information , Database ll be installed
To visit the gallary hit the below link
http://localhost/Website/default.aspx
No comments:
Post a Comment