Hi, I am using C# .aspx page to authenticate a user in AD environment. Then if the login is successful the user is redirected to the .asp VB script located at the same directory. The question that I want to ask is how do I transfer a variable Username to the VB script.
In the previous iteration the VB script was using Windows authentication, to check the user. And I was asked to move everything to the form authentication. I have no problem with authentication I just need to find a way of how to get a variable across. I feel as if it something simple and banal but, my experience of asp/aspx is shady.
The help will be greatly appreciated.
In the previous iteration the VB script was using Windows authentication, to check the user. And I was asked to move everything to the form authentication. I have no problem with authentication I just need to find a way of how to get a variable across. I feel as if it something simple and banal but, my experience of asp/aspx is shady.
The help will be greatly appreciated.
Comment