What's the cultureinfo of aspnet_wp.exe process?

  • Thread starter Thread starter Neo
  • Start date Start date
N

Neo

The short date format of my computer is dd/mm/yyyy and I get the same short
date format when running other program.
But the asp.net web page showed the short date format is m/d/y. Why
aspnet_wp.exe has a different cultureinfo?
How should I do to let aspnet_wp.exe has the same cultureinfo as the system
setting?

Thanks.
 
i guess cause the default it AMERICAN ??
the page has a culture property that u can set to your region.. or just set
it in the web.config so that all pages follow the setting..
 
Back
Top