SQL help? ***Solved
|
I am new to asp.net and am trying to learn a little about sql. I put a small project together starting with the template ASP.NET Web application. I added the code for what I needed it for. The code is to be able to accept an uploaded file only if someone is login. I did not code anything for the login just used what VS had setup. It all works on local computer but once uploaded to site the login does not function. I know it has something to do with the sql data base. VS created it as App_Data and when I publish the project the data base is not included. I have tried searching for help but the results look like a forest to me I see no trees. Can someone help point me in the right direction.
I found the answer and help here. http://vinfris.wordpress.com/2011/01...th-membership/
|
Last edited by rplp4; 07-21-2012 at 05:18 PM.
Reason: Solved
|