Only the ASP.Net Web Site projects generate an automatic Profile class. A
lot of people find the ASP.Net Web Application Projects more versatile. The
problem is, they don't compile the Profile at runtime sicne the main
difference with the Web Application Project is that it compiles everything
at build time. There is a tool for the Web Application Project that will
enable you to automatically create a WebProfile class based upon the items
in the profile config. You could even put this in a completely seperate DLL
and consume it wherever you need to.

Signature
Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006
> You know ASP.NET automatically generates a class named Profile in the
> Temporary ASP.NET Files directory, But I want to write this class by
> myself,So I can use it in my class library,
> What should I do?
> Thanks for your read
bijay - 28 Jul 2007 08:24 GMT
We have the some problem. Can I have the information(url) of that tool please ?
> Only the ASP.Net Web Site projects generate an automatic Profile class. A
> lot of people find the ASP.Net Web Application Projects more versatile. The
[quoted text clipped - 10 lines]
> > What should I do?
> > Thanks for your read