New NEPURS Photo Gallery
Found the perfect photo gallery I could implement with little (famous last words) effort.
There's an ASP.NET Personal Starter Kit that has been modified to use MS Access! This has a nice photo gallery.
http://forums.asp.net/t/942049.aspx
http://www.victorcorey.com/PersonalStarterKitMSAccess.vsi
This is a great solution, since our main concern is money. Site owner cannot afford to pay godaddy.com to use SQL Server.
The only down fall is that the template stores actual photos inside the database, so the MS Access file runs the risk of becoming too big for the 5gb godaddy.com free website limit.
So, recently I converted this ASP.NET Personal Starter Kit & MS Access to store the string path to an image rather than storing entire image!
See my asp.net post here for more details:
http://forums.asp.net/p/942049/3101424.aspx#3101424
There's an ASP.NET Personal Starter Kit that has been modified to use MS Access! This has a nice photo gallery.
http://forums.asp.net/t/942049.aspx
http://www.victorcorey.com/PersonalStarterKitMSAccess.vsi
This is a great solution, since our main concern is money. Site owner cannot afford to pay godaddy.com to use SQL Server.
The only down fall is that the template stores actual photos inside the database, so the MS Access file runs the risk of becoming too big for the 5gb godaddy.com free website limit.
So, recently I converted this ASP.NET Personal Starter Kit & MS Access to store the string path to an image rather than storing entire image!
See my asp.net post here for more details:
http://forums.asp.net/p/942049/3101424.aspx#3101424


Comments