How do you define authentication in Web.Config?
Answer Posted / alb.shah
in the authentication tag we have to specify the mode of
the authentication. The mode can be Windows, Forms,
Passport or None.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do http sessions work?
Explain the difference between web user control and web custom control?
What is data cache in sql server?
What are Authentication and Authorization?
What is a web api? Which protocol is used in a web api?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Explain server-side scripting?
Explain how do you deploy your asp.net application?
Explain the use of resource manager class in .net.
How may clustered index we can create in table?
What are the different methods of session maintenance in asp.net?
How do you use viewstate?
Disable browser cache for entire ASP.NET website?
What are the advantages of asp.net mvc framework? : asp.net mvc
What is difference between URL and URI?