Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there, am developing an asp.net website am using visual studio 2008, i have used serialization to store my login information, but the .bin file is stored on the computer other than the website/project folders.

my worry is, when i take my website for hosting on the production server this information will stay behind on my pc.

This is where the file is stored now:
C:\program files\visual studio 9.0\common7\IDE\

please how can i store this serialized data into my website folders?

Martin
Thanks in Advance
Posted
Updated 21-Jul-10 1:39am
v2

1 solution

You can use Server.MapPath
 
Share this answer
 
Comments
Martin Jarvis 21-Jul-10 13:30pm    
Reason for my vote of 5
Pretty much the way to go.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900