Guest User

Untitled

a guest
Jul 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <authentication mode="Windows" />
  2. <identity impersonate="true">
  3.  
  4. [AllowAnonymous]
  5. public ActionResult Index () {
  6. return View();
  7. }
  8.  
  9. <location path="HomeController/Index">
  10. <system.web>
  11. <authorization>
  12. <allow users="*"/>
  13. </authorization>
  14. </system.web>
  15. </location>
Add Comment
Please, Sign In to add comment