Profiles in Windows Forms

  • Thread starter Thread starter Arno Nel
  • Start date Start date
A

Arno Nel

How do i use asp.net Profile provider in a windows forms application ?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top