Tagged Questions
1
vote
1answer
93 views
using login controls with sql server (not express)
I installed Visual Studio 2008 Professional(updated with SP1), then I uninstalled SQL server 2005 Express and installed SQL Server 2005 Standard.
now I am not able to add 'SQL Server Database' to ...
1
vote
2answers
280 views
Is it possible to set the Authentication Ticket manually when using the ASP.NET Login Control?
I am using the ASP.NET login control. I want to be able to set the timeout for Forms Authentication individually for each user (instead of globally in the web.config). From what I understand the ...
0
votes
4answers
80 views
After login send user back to the page where he was?
I am using the login control and the login button is in the master page.
I have a page (i.e. page1.aspx) where user can go with login and without login as well.
If the user is in that page1.aspx and ...
0
votes
2answers
865 views
Broken ASP.Net Login Control
Help! I'm using the ASP.Net Login control on a Login page, but the Login button no longer appears to be working and the Authenticate event is not firing. On clicking Log In, the page just returns to ...