asp.net - Save a file locally -


i want save xml file using xml serialization on server , restore object value xml.

the problem xml file keeps disappearing if rebuild. how should save file , ensure remain there?

you should review using system.io in asp.net starting point.

a safe store files app_data, mentioned earlier.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -