how can u create the forms authentication?and what is the
difference between forms authentication and windows
authentication?
Answers were Sorted based on User's Feedback
Answer / tejkrishna
form authe. can be created by modufying web.config file.
dentting its mode=forms attriute.
windows isdefualt authenmode.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / venu
authentication and authorization are to restrict the endusers
to access credential data or pages.
authentications are in asp.net windows,forms,passport
authentications
by default is windows in .net
authorization is contain allow and deney allow is to check
whether the user have authorized r not deney is send it back
to login page by iis or form..
Is This Answer Correct ? | 1 Yes | 1 No |
In a Code-Behind class generally which type of code is found ?
what is client-server architecture in .net? and what is 3-tier architecture?
What is application and session in asp.net?
What is role-based security?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
What is asp.net globalization?
COM+ Used ________________ Isolation Level
Disable Mouse right click on web page in asp.net?
What is bson in web api?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
Explain in what order a destructors is called.
what is ienumerable interface?