I use forms authentication to login and then redirect users to another site. When they return the first time they are directed to the login page. After this it works fine but they shouldn't have to login twice!
Any ideas?
Any suggestions on a good way to validate users as they move from page to page? I initially use forms authentication but they can actually move to other sites.
Thanks in advance!
What does everyone recommend for Secure Registration Procedures, also what is the best way for users to retrieve forgotten passwords?
Thanks in advance!
I can display pages on my local machine but once moved to our server the pages won't display. I ran aspnet_regiis -i and continue to have problems. I was wondering if anyone had a step by step or any suggestions for configuration of servers. (IIS 5.0, Windows 2000 and framework installed)
Is there a way to have multiple updates in one stored procedure! I have ten update statements that need to be executed based on the parameters that are passed! Can this be done in one stored procedure?
I am trying to pass values from one web site to a virtual web site and I can't get the values. I tried querystrings and passing via forms. I try to capture the values and no information is displayed. With in the site I can successfully pass values between pages!
Thanks,
angst11
I have a shell script that runs an uninstall but need it to select all defaults! When the program runs it asks to select auto or custom and click next! Is there a way to select next through the shell script so no one is prompted. Any ideas!
Thanks,
Angst 11
Here is an example of a function!
Function ChkStr(string)
ChkStr = Replace(string, "'", "''")
End Function
Function being called before adding to database!
ChkStr(Request.Form("Specifications"))
angst11
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.