Buy Questpond's video subscriptions on
huge discount
.
Online: 10001
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Forums
>
ASP.NET
>
Loading ...
what is the machine key in webconfig file in webconfig file .
Posted by
Saigeetha
under
ASP.NET
on 8/7/2010 | Views : 28689 | Status :
[Member]
| Replies : 2
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
Hi Friends
I watched forms authentication videos from dotnet funda . The tuetor said machine key in webconfig file , what is the machine key in the webconfig file.
Can any one explain .
Thanks,
saigeetha
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
Syedshakeer
on: 8/8/2010
[Member]
Starter
0
Hi,
Check this link,you will get more information about MachineKey
http://msdn.microsoft.com/en-us/library/ff649308.aspx
Syed Shakeer Hussain
Saigeetha
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Poster
on: 8/8/2010
[Member]
Starter
0
I hope you are talking about this video
http://www.dotnetfunda.com/tutorials/videos/x71-single-signon-using-forms-authentication-in-aspnet-.aspx
.
Machine key a unique key that differentiates one computer from others. And this key is used to create unique identifier when cookie is created in the client machine from a server side code. This key is generally present in the machine.config file when you install .NET framework that is generally not visible to the user as it remains in the .NET Framework installation directory. When you specify the same key in your web.config, the value of machine key specified in the machine.config is overridden by the one you have specified in the web.config file.
In this video, the tutor is explaining about the single sign on, that is only possible when your machine key is same for all your server so that the cookie created by one server is validated by other server as well. Thats why tutor has kept both web.config machine key same.
Hope this explanations will help you to understand Single sign on completely.
Thanks and keep asking.
Saigeetha
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
How to get the exact property name while getting error
(0)
PDB file is not showing Line Number in dot net application hosted on server
(0)
Both Strings morethan 5 letters in length end of the words one vowel and one consonent is different
(0)
how to check Any adjacent letters transposed between two strings(ex: JOHN, JHON)
(1)
can't receive data after success login ?
(1)
Implement Multi-Tenant in Azure Logic Apps
(0)
Why ASP.Net Core 7.0 Web API showing as Connection refused?
(0)
Iterating over columns of dataframe and print as rows in Python Django
(0)
More ...