diff between forms authentication and windows
authentication?
Answer Posted / mallikarjun.b.a
Form authentication is based on cookies,and it used
internet and interanet bur windowas authentication it is
used only internar, form authentication password stored in
config file,windows authentication password stored in
system database.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Explain what is an application domain?
Explain me how does linq work?
How can you assign an rgb color to a system.drawing.color object?
What is .net assembly?
State the differences between the dispose() and finalize().
What is the difference between web application and enterprise application?
What is "common language specification" (cls) in .net?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
What are the new features of Framework 1.1 ?
How will you load dynamic assembly? How will create assemblies at run time?
what is the default security setting in .net?
Explain the process of serialization in .NET?
What is view state in .net?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
Can "this" be used within a static method?