2
Answers

MVC - Where to place the <authentication mode= "forms">

osyris zosar

osyris zosar

3y
382
1
Hello

I want to set up my own login system 
 
But i can not seem to find the Web.config file that i saw on older tutorials
were i can pace the 
  1. <authentication mode="Forms">  
  2.     <forms loginurl="/Login/Login"></forms>  
  3. </authentication>  
 perhapsit has been removed in the newer version.
 
Answers (2)