Profiles in Windows Forms

  • Thread starter Thread starter Arno Nel
  • Start date Start date
Hi,

Unless the SqlProfileProvider requires something ASP .NET specific, you can
try to reference system.web.dll and instantiate the SqlProfileProvider class
from your Windows Forms application. You may also need to add certain
configuration sections to your app.config file.
 
Back
Top