When working on my ASP.Net web site trying to create a Dataset I get the following message:
"Your are attempting to add a dataset to an ASP.NET application For a dataset to be generally conumerable in your site, it should be placed inside the 'App_Code' Folder. Would you like to pleace the dataset in the 'App_Code' Folder? YES / NO / Cancel"
I am using "Visual Web Developer 2005" by the FTP method of connection to "win21.securedc.com" and have already created an 'App_Code' directory.
If I answer 'NO' I can create the Dataset in a nonimated folder but no parts of the site can access it.
If I answer 'YES' a new App_Code folder is created but it is created at the "win21.securedc.com" root which is above my domain folder in the directory tree and can not be seen at domain level and thus does not work either.
Obviously selecting 'Cancel' does nothing
Has anyone had this problem and worked out a solution.