ASP .NET 2.0 special folders explanation request

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
 
B

Brock Allen

/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
 

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

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,527
Members
44,998
Latest member
MarissaEub

Latest Threads

Top