I am new to web pages.
I made a ASP.Net website(Razor) but here WebSecurity uses cookies and I didn't wanted to use inbuilt features..
Hence I made a new ASP.NET Empty WebSite and then added a Layout page & a content page..
Now when I browse it with in the browser it shows extension .cshtml... This is not the case when I made a ASP.NET website(Razor), they show no extension.
My Question:
- Is there a way I can hide .cshtml extension or show .html instead.?
- Can I edit WebSecurity default methods like it saves userId in cookies I want to save it in Session..?