how can u create the forms authentication?and what is the
difference between forms authentication and windows
authentication?
Answer Posted / 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 |
Post New Answer View All Answers
What are the built-in objects in asp.net?
Do you know using sql cache invalidation?
What is the use of session?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
Can you explain architecture of your project ?
Why should i prefer JSP over asp.net or any other web development language..??
Write a code for sending an email from asp.net application.
What is the difference between client-side and server-side validations in webpages?
What is repository pattern in mvc.net? : asp.net mvc
What do you understand from custom control?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What does mean by a neutral culture?
How many web config files can be created for an application?
How to set the pane area to transparent of a scrollPane component.?