10.12.17: (This is one of the important videos)
AuthenticateLogic is very very important for project works: also the store procedure here is important
<authentication>
</authentication>
<authorization>
<deny users=”?”> //if it is * it means that it is open for all but ? sign means it is only for requested users
</authorization>
What is difference between connection string and appSettings ?
<appSettings>
<add key=””>
</appSettings>
<connectionStrings>
</connectionStrings>
LinqToSql Class
12.12.17: (This is one of the important videos)
For project works