How to Change Login Mode In SQL Server 2005
http://www.facebook.com/widgets/like.php?href=https://altafhussainbd.wordpress.com/2011/06/16/how-to-change-login-mode-in-sql-server-2005/ In Sql server you can login in two mode: 1. Windows...
View ArticleRunning IIS and Apache in Same Box
http://www.facebook.com/widgets/like.php?href=https://altafhussainbd.wordpress.com/2011/12/22/running-iis-and-apache-in-same-box/ I was facing problem to run IIS and Apache simultaneously. After a few...
View ArticleInstalling asp.net state service
http://www.facebook.com/widgets/like.php?href=https://altafhussainbd.wordpress.com/2011/12/23/installing-asp-net-state-service/ As some how I got my AspNet State service failed to run, its deleted...
View ArticleDeveloping Message Passing Application (MPI) in Visual Studio: Parallel...
In this I will discuss about how you could make your environment ready for parallel computing to work with MPI in C++. Here are the steps: 1) First download and install Microsoft HPC pack 2008 SDK from...
View ArticleInstalling RavenDB as Service
http://www.facebook.com/widgets/like.php?href=https://altafhussainbd.wordpress.com/2012/05/23/installing-ravendb-as-service/ For fewdays I was playing with RavenDB, a document database developed in C#...
View ArticleReading Ontology With OWL: IMPORT using JENA
If we want to read an ontology that also import another ontology ( have an OWL: IMPORT), both the ontology URI has to resolve. But, most of the time we may need to load both the ontology from file...
View ArticlePlay Project Setup in IntelliJ ( Play + Java)
1. Tips: Install your play framework in directory name without white space: 2. Creating a New Project To create a new project in Play you need to follow the following steps: 1. Open CMD and go to your...
View ArticleEnabling Bootstrap Templates in ASP.NET Web Sites and Working With Visual Studio
Installing Bootstrap The best way to install Bootstrap and working with VS would be installing it with NUGet 1. Create a new Project, (ASP.net WebForm Project) 2. Open Package Manager Console and type...
View ArticleDisabling Foreign Key Constraints In a Table; Enabling them back After Schema...
Some times we may need to change table schema but when there are Foreign Key constraints in any column of that table it won’t allow to change anything. We can Disable Fk Constraints check while...
View ArticleOh! Daddy! GoDaddy’s Shared Hosting: System.Security.SecurityException: That...
Lately, I was deploying an semantic web based application in a Shared hosting server in GODADDY.COM. And I was Getting the following error for one of the assembly I was using....
View Article