deploying .resx files

J

Jeff

Hey

ASP.NET 2.0

I'm wondering when deploying a web application are the .resx files placed in
the \Bin directory?

I guess they are not placed in the \Bin directory, instead I think they are
placed in the root directory of the deployed web application. But I'm not
100% sure about this..

any comments?

Jeff
 
C

Cowboy \(Gregory A. Beamer\)

They are compiled into DLLs. The default language is foudn in the /bin
directory, while other languages are in their own language folder under
/bin.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside the box!
*************************************************
 
A

aejw.com

99% of the time, .resx files are compiled into the outputed dll and dont
need uploading. The other 1% of the time, if you manually connect to the
resource file, it needs to be placed where the code expects to find the
file...
 

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

Top