Is the MS documentation wrong or does the program really live in App_Data

P

Patrice

English is not my native language but it seems to be poorly worded.
Technically speaking :

Resolves to a relative path to a mapping and metadata files. This is the
value that is set through the AppDomain.SetData("DataDirectory", objValue)
method.
(from http://msdn.microsoft.com/en-us/library/cc716756.aspx)


I would have said something such :

- this is a placeholder that will be replaced by the data directory used by
this program to store its data (defaults to App_Data for a web
application)...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top