ASP .NET 2.0 special folders explanation request

  • Thread starter Thread starter Bob Hanson
  • Start date Start date
B

Bob Hanson

Hello All,

I noticed in the ASP.NET beta 2 that we have more special folders. Can
I get some clarification regarding these folders? I am just making sure
of the intent.

Thanks in advance,

Bob Hanson
 
/bin for dependant assemblies
/app_code for .cs/.vb files you'd like ASP.NET to compile for you
/app_globalresources for shared .resx files and other localizable resources
/app_localresources for page, master and sitemap specific localizable resources
/app_webreferences for WSDL files to be compiled into proxies
/app_data for arbitrary data files that won't be served up directly to a
HTTP client
/app_browsers for .browser files to declare what features a browser supports
based upon user agent header (this replaces <browserCaps> in machine.config
/app_themes for CSS and .skin files for use when Theming a page

-Brock
DevelopMentor
http://staff.develop.com/ballen
 

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