Hello,
I have an issue with my site and i am hoping i can get some help or someone point me in the right direction.
The site:
Asp.net, vb.net and SQL Server 2008 Using VS2010 Web Developer and SSMS 2008 Running on two separate boxes, one as a web server and the other as the SQL server.
it is a user driven site, somewhat similar to a forum, where a user posts something, they have the ability to add images to their post. If they do, the file name gets saved into a directory that is specific to the user logged in, the location of the image
gets stored into a table in the database using IP address as opposed to a share Drive. For instance,
172.16.0.36\\username\postID\filename
the posting is published and visible to the public. My View.aspx page pulls the posted data using a dataGrid and the images using a DataList.
If I am viewing t ...
Go to the complete details ...