We had a server that got up graded it uses the following code to pull a user id into the linked server to access another application.
However right now it is not pulling the user id and it is dropping us to a landing page that requires a password, is there any way to add the password to the code so it would bypass this and take them to another log on page.
The server it is going to is very old and so is this code so I am sorry in advance.
<%@ Page Language="VB" Debug="True" %>
' *************************************************
' Function: Mail Group Admin (admin) Redirect Page
'
' Description: This page creates a cookie needed by
' mail group admin utility and then forwards the user
' on to the utility's admin area.
'
' Author: Richard R Ruggieri III (rrr168)
' Version: 1.0
' Date: 7 April 2009
'**************************************************
< ...
Go to the complete details ...