Connecting Tech Pros Worldwide Help | Site Map

Best practice for using Profiles in Web Application?

  #1  
Old October 16th, 2008, 04:55 PM
=?Utf-8?B?Y2hhcmxpc2E=?=
Guest
 
Posts: n/a
We are developing a Web Application in which we would like to utilize the
System.Web.Profile object. Unfortunately, .NET does not create the
infrastructure for Profiles in a Web Application, only in Web Site projects.
Is there a best practice for utilizing profiles in a Web Application?
  #2  
Old October 16th, 2008, 05:55 PM
Bob Barrows [MVP]
Guest
 
Posts: n/a

re: Best practice for using Profiles in Web Application?


charlisa wrote:
Quote:
We are developing a Web Application in which we would like to utilize
the System.Web.Profile object. Unfortunately, .NET does not create
the infrastructure for Profiles in a Web Application, only in Web
Site projects. Is there a best practice for utilizing profiles in a
Web Application?
There was no way for you to know it (except maybe by browsing through some
of the previous questions in this newsgroup before posting yours - always a
recommended practice) , but this is a classic (COM-based) asp newsgroup.
ASP.Net bears very little resemblance to classic ASP so, while you may be
lucky enough to find a dotnet-knowledgeable person here who can answer your
question, you can eliminate the luck factor by posting your question to a
group where those dotnet-knowledgeable people hang out. I suggest
microsoft.public.dotnet.framework.aspnet or the forums at www.asp.net.

Go to www.asp.net in any case and look for the Application Blocks to see
what MS considers "best practices"

--
Microsoft MVP - ASP/ASP.NET - 2004-2007
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do Large Scale Web Service Applications Maintain Session State? Joseph Geretz answers 11 February 13th, 2007 07:15 PM
custom base classes matt.delvecchio@shell.com answers 4 April 6th, 2006 05:55 PM