cancel
Showing results for 
Search instead for 
Did you mean: 

using .net connector----question regarding the saplogin page

Former Member
0 Kudos

i am using the sap.net connector in visual studio 2003.

i am creating an asp.net web application

i have the saplogin.aspx page. i use this page as is and set it as my start page.

this page comes up correctly and then i click the login button.

i then have a default page where i create my proxy and do my processing

this all works fine

my question is this:

when i click the login button on the saplogin page does it automatically assume to go to the default.aspx page. i see no code in the page to redirect it to the default page.

is there a way to code that login page in the default page and put all the settings in it so that it logs in automatically??????????????

thank you in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Janice,

How are you doing ?

the relevant portion you need to look at is in the web.config file

<authentication mode="Forms">

<forms name=".ASPXFORMSAUTH" loginUrl="SAPLoginPage.aspx" />

</authentication>

the SAPLoginPage parameter is defaulted and can be over written at any point.

with respect,

amit

Answers (0)