wmgraham
08-18-2009, 09:21 PM
If anybody has any example of aspnet authentication working inthe DASP environment, I would be thankful if you could share how you did it. (I am using Asp.Neet 3.5)
I have the most simple rudimentary application that I created solely for the purpose of getting aspnet authentication to work on my app at DASP.
I have a SQL2005 DB. I used the utility to create the aspnet_Applications, aspnet_Users, etc. tables.
I built an application on my local computer, pointing it in web.config to my SQL DB at DASP. In web.config I switched authentication mode to "Forms" and defined Domain, etc. I set up the connection string for "LocalSqlServer" and tested it successfully. I defined a membership provider in web.config and defined the connection string and applicationName, etc. I also added a machineKey definition in my web.config.
When I FTP my app to DASP, I can register and login successfully (and I can look in the DB and see that the registrations and the lastAvtivityDate are updating as they should), but the LoginStatus and LoginView controls are not working.
I would be greatly appreciative of any working example using aspnet authentication on a server as DASP.
Thanks in advance.
I have the most simple rudimentary application that I created solely for the purpose of getting aspnet authentication to work on my app at DASP.
I have a SQL2005 DB. I used the utility to create the aspnet_Applications, aspnet_Users, etc. tables.
I built an application on my local computer, pointing it in web.config to my SQL DB at DASP. In web.config I switched authentication mode to "Forms" and defined Domain, etc. I set up the connection string for "LocalSqlServer" and tested it successfully. I defined a membership provider in web.config and defined the connection string and applicationName, etc. I also added a machineKey definition in my web.config.
When I FTP my app to DASP, I can register and login successfully (and I can look in the DB and see that the registrations and the lastAvtivityDate are updating as they should), but the LoginStatus and LoginView controls are not working.
I would be greatly appreciative of any working example using aspnet authentication on a server as DASP.
Thanks in advance.