joe_pool_is
Member
How can I display a "Save As..." dialog box using ASP.NET or VB.NET "code behind"?
We want to locate our database in a different directory than the website is located on (same server, though), so that random visitors (hackers?) can not stumble upon it with a direct link.
I am going to work with Server.MapPath() to try and locate the database (currently does not work, either), but I don't know how to make it "downloadable" for our client's PC once they have logged into the site.
Does anyone have any suggestions? Am I taking the wrong approach to this?
Joe
We want to locate our database in a different directory than the website is located on (same server, though), so that random visitors (hackers?) can not stumble upon it with a direct link.
I am going to work with Server.MapPath() to try and locate the database (currently does not work, either), but I don't know how to make it "downloadable" for our client's PC once they have logged into the site.
Does anyone have any suggestions? Am I taking the wrong approach to this?
Joe