Home All Groups Group Topic Archive Search About

Where to store User Controls in ASP.NET 2.0?

Author
26 Nov 2005 1:11 AM
Michael
Hi,

Should User Controls be stored in App_Data folder in ASP.NET 2.0? Is that
like a best practice?

Thanks.

Author
26 Nov 2005 1:26 AM
Christopher Reed
The App_Data folder is for database files such Access and SQL Server.  As
for the user controls, you can probably use just as you did before.

Show quoteHide quote
"Michael" <nospam@nospam.com> wrote in message
news:e9DEjai8FHA.2492@TK2MSFTNGP10.phx.gbl...
> Hi,
>
> Should User Controls be stored in App_Data folder in ASP.NET 2.0? Is that
> like a best practice?
>
> Thanks.
>

Bookmark and Share