Default Resource in ASP.NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a web application named CurrencyConverter . I have added a
webform named convert.aspx. When i have seen the directory in wwwroot, i
found a file named convert.aspx.resx. What is this file? Is this file default
resource? What we shall have to do if we want to compile default resources in
main assembly?

Any help mostly welcome.

Regards
G.V.Srinivasa Rao.
 
As Chris points out - wrong newsgroup.
To answer your question - yes, it holds form resources and is generated
automatically by the designer. It already is commpiled into your main
assembly - no extra steps required. If you want to keep using VS form
designer, you will need this file
 
Sorry chris, i have searched the newsgroups, but i did not find out the
proper group for ASP.NET web applications. So i have posted here. Please tell
me proper group for ASP.NET
 
Back
Top