Posts Tagged ‘ASP.NET’

Overriding certain culture aspects when using ASP.NET Globalization.

Tuesday, July 15, 2008 11:12 1 Comment

ASP.NET Globalization greatly eases the development of websites in multiple languages by using the language settings from the visitors web browser. This works great, but there are situations that you might not want to use globalization for all possible settings. For example, if you have an auction site and all currency values are stored in [...]

This was posted under category: Web Tags: , ,

Publishing an ASP.NET site that uses Membership components.

Tuesday, June 17, 2008 10:25 No Comments

There appears to be a bug in the publishing of ASP.NET sites that use Membership components to a remote web server. If you create a new Visual Studio 2008 ASP.NET project that uses Membership components, and use the ASP.NET Web Site Administration Tool to secure access to folders within the project, these permissions are, by [...]

This was posted under category: Web, Windows Server 2003 Tags: , , ,