Link to home
Create AccountLog in
Avatar of ts84zs
ts84zs

asked on

Basic Authentication IIS, change look of login popup

I have intranet website hosted on IIS. It has some ASP .NET pages... For that website, I have set "Basic Authentication" in IIS to authenticate the users...
So when i open that website, it prompts for userid/password and if user puts in windows login-password, it lets user to view the webpage...
My question is, is it possible to change the look and feel of that popup/dialogbox of userid/password prompt?
I am using Internet Explorer...
thanks so much
Avatar of Abhigyan Srivastava
Abhigyan Srivastava
Flag of India image

Normally no. But where there is a will there is a way. What you need to do is to design your own custom login form and then use code to authenticate the user against the AD or your server.

You can read the following two articles in the same order as they are given and let me know if you still has a doubt.

https://msdn.microsoft.com/en-us/library/aa479391.aspx
followed by
https://evolpin.wordpress.com/2012/08/24/iis-mixed-authentication-securing-a-web-site-with-basic-authentication-and-forms-authentication-2/

Best of luck.
Avatar of ts84zs
ts84zs

ASKER

thanks so much

i am looking into it..
Avatar of ts84zs

ASKER

it looks bit difficult...
Do you recommend to use it?
ASKER CERTIFIED SOLUTION
Avatar of Abhigyan Srivastava
Abhigyan Srivastava
Flag of India image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of ts84zs

ASKER

thanks so much for the guidance...

I will keep this question open, till I confirm with my project manager. once its confirmed, i will close it...
thanks again...
What did your PM said?
Avatar of ts84zs

ASKER

I still have to wait till he comes back... I will close this question and if i have to implement the new way, i will open another question...

thanks
Ok. Let me know if you need any help.