Questions tagged [asp.net-profiles]

The ASP.NET profile feature associates information with an individual user and stores the information in a persistent format. Profiles allow you to manage user information without requiring you to create and maintain your own database. In addition, the ASP.NET profile feature makes the user information available using a strongly typed API that you can access from anywhere in your application.

You can store objects of any type using profiles. The profile feature provides a generic storage feature that allows you to define and maintain almost any kind of data while still making the data available in a type-safe manner.

For more visit MSDN

158 questions
16
votes
1 answer

MVC-Mini-Profiler - Web Forms - Can't find /mini-profiler-results

I'm trying to get MVC-mini-profiler to work with webforms. NUGET I've installed the Nuget package. PM> Install-Package MiniProfiler Head I have this in the head section of my website.