how to customise the authentication . . ?
hi everybody
thanks for those who try to solve this !
i am having an asp.net application, which will be used by both intranet and internet users.
now for authentication purpose ie for logging into the system , both intranet and internet users , at present i am using the "forms authentication " method. the problem is that for every new user i have to add them into the database even for the intranet users
since my intranet users are already being authenticated while switiching on the machine ie window password and username. so if i want to use this already exsisting authentication, then i can go for windows authentication am i correct.
since i am having only one web.config file is it possible for the following
1) windows authentication for intranet users
2) forms authentication for internet users
why i am planning to do this is
in case of intranet users, it is not necessary for them to sign in since they are already authenticated users. only for the internet users i have to do this.
is it possible for doing this
I am awaiting for the possible solution
|