Click here to Skip to main content
15,892,737 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAdd/update nodes in xml file using javascript Pin
DineshSharmain9-Nov-08 21:47
DineshSharmain9-Nov-08 21:47 
AnswerRe: Add/update nodes in xml file using javascript Pin
m-khansari10-Nov-08 1:07
m-khansari10-Nov-08 1:07 
GeneralRe: Add/update nodes in xml file using javascript Pin
DineshSharmain10-Nov-08 1:23
DineshSharmain10-Nov-08 1:23 
GeneralRe: Add/update nodes in xml file using javascript Pin
m-khansari10-Nov-08 2:31
m-khansari10-Nov-08 2:31 
GeneralRe: Add/update nodes in xml file using javascript Pin
DineshSharmain10-Nov-08 2:51
DineshSharmain10-Nov-08 2:51 
GeneralRe: Add/update nodes in xml file using javascript Pin
m-khansari12-Nov-08 1:40
m-khansari12-Nov-08 1:40 
QuestionProblem in Opening Page in HighSlide Pin
Syed Ali Raza9-Nov-08 21:46
Syed Ali Raza9-Nov-08 21:46 
QuestionSingle sign On on VPN Pin
Sakshi Smriti9-Nov-08 21:45
Sakshi Smriti9-Nov-08 21:45 
I have an intranet web based applicaion(ASP.NET 2.0) for HR and employees called TRS.
There is a single sign on,i.e. your email id windows id and TRS id are made same at the time of creation.
The users cliclks on a link and the foloowing method is done to sign him in:
1.I Pick up his windows id
2.Check for the same ID in TRS Database as ID's are same.
3.If found log him in and show the default welcome screen.

This worked fine as long as the application was on intranet.
But now IT has provided Aventail VPN log in from where users access their email i.e. Outlook webmail and TRS also.
The problem lies here,
When you authenticate and enter the VPN session you can access all other application and Outlook.

When TRS is clicked a dialog box opens for user name and password in which you have to provide your windows user name id and password for your company.
Then if the credentails are correct you are shown the welcome page.
<b>The problem is that the dialog box is not required.</b>
Can anyone guide me as to how to do this i.e pick the user name from which the user logged inside VPN
Outlook opens directly once you enter the VPN session.
In the same way the site should get opened once authenticated to VPN and another dialog box for user name and password should not come.
Thanks in advance.

The authentication I currently use is windows authentication.

The code to fetch user name is:
Dim usernames() As String
userName = Request.ServerVariables("AUTH_USER")

The web config file is :
&lt;authentication mode="Windows"/&gt;

&lt;identity impersonate="false"/&gt;

&lt;authorization&gt;

&lt;deny users="?"/&gt;


&lt;/authorization&gt;
QuestionRelative path Problem Pin
dipak.dipak9-Nov-08 20:56
dipak.dipak9-Nov-08 20:56 
AnswerRe: Relative path Problem Pin
Arun Jacob10-Nov-08 0:27
Arun Jacob10-Nov-08 0:27 
GeneralRe: Relative path Problem Pin
dipak.dipak10-Nov-08 0:57
dipak.dipak10-Nov-08 0:57 
AnswerRe: Relative path Problem Pin
dipak.dipak10-Nov-08 0:55
dipak.dipak10-Nov-08 0:55 
GeneralRe: Relative path Problem Pin
Ashfield10-Nov-08 1:20
Ashfield10-Nov-08 1:20 
AnswerRe: Relative path Problem Pin
Abhishek Sur10-Nov-08 2:15
professionalAbhishek Sur10-Nov-08 2:15 
QuestionASP.NET Pin
Dimuthu Nuwan9-Nov-08 19:29
Dimuthu Nuwan9-Nov-08 19:29 
AnswerRe: ASP.NET Pin
AhsanS9-Nov-08 19:59
AhsanS9-Nov-08 19:59 
AnswerRe: ASP.NET Pin
N a v a n e e t h9-Nov-08 20:03
N a v a n e e t h9-Nov-08 20:03 
AnswerRe: ASP.NET Pin
Brij10-Nov-08 0:26
mentorBrij10-Nov-08 0:26 
QuestionHow to ocreate folder though coding??? Pin
Anand Desai9-Nov-08 18:40
Anand Desai9-Nov-08 18:40 
AnswerRe: How to ocreate folder though coding??? Pin
AhsanS9-Nov-08 18:54
AhsanS9-Nov-08 18:54 
AnswerRe: How to ocreate folder though coding??? Pin
Guffa9-Nov-08 19:28
Guffa9-Nov-08 19:28 
AnswerRe: How to ocreate folder though coding??? Pin
N a v a n e e t h9-Nov-08 19:58
N a v a n e e t h9-Nov-08 19:58 
GeneralRe: How to ocreate folder though coding??? Pin
Anand Desai9-Nov-08 20:34
Anand Desai9-Nov-08 20:34 
Questionsecure webservice Pin
Member 38798819-Nov-08 18:33
Member 38798819-Nov-08 18:33 
AnswerRe: secure webservice Pin
Ashfield9-Nov-08 21:43
Ashfield9-Nov-08 21:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.