Top "Sharp-architecture" questions

Sharp Architecture is a solid architectural foundation for rapidly building maintainable web applications leveraging the ASP.

ASP.NET MVC3 and Windows Auth on IIS keeps redirecting to /Account/Login

I'm running MVC3 and a windows auth web application. When I deploy to IIS6 it runs great until I hit …

asp.net-mvc asp.net-mvc-3 iis-6 windows-authentication sharp-architecture
Override for fluent NHibernate for long text strings nvarchar(MAX) not nvarchar(255)

When ever you set a string value in fluent NHibernate it alwasy sets the DB vales to Nvarchar(255), I need …

c# nhibernate fluent-nhibernate automapping sharp-architecture