Hello Guys!!!
Can anybody help me? I am having problems using ASP.NET forms based security with my website.
All I have done is use the ASP.NET config tool to add forms-based security to my site. The relevant part of web.config is
On my local machine, it works fine - ASP.NET has kindly generated a database (Aspnetdb.mdf) in the App_Data folder to which my (potential) users are added when they sign up.
When I upload my site and go to my sign up page, it contemplates it for about a minute, then gives a runtime error.
In addition, I tried uploading my local Aspnetdb.mdf file to App_Data on the server, but could not get permission to write to the folder. Is that the reason why?
Thank you for your help!!
Ed