ASP.NET 1.1
In an increasing number of the web applications that I have had to design and work on, its ideal the best of both worlds when it comes to authentication. Ideally, they would like their intranet users to be able to seamlessly log onto the system (Windows integrated authentication) and make authorization decisions based on their domain roles or groups. First lets see how easy is it to enable Windows Authentication:- When creating the virtual directory using the IIS MMC snap-in, ensure that 'Anonoynous...
In ASP.NET related forums i have been coming across questions and errors regarding "Server Controls configuration problem" or Microsoft.Web.UI.WebControl... not generated". So i decided to give it a blog :) What you need first is to first Download "Internet Explorer Web Controls" from the asp.net site at TREEVIEW CONTROL or IEWEBCONTROLS which i recommend. After installation by running IEWebControls.exe you would see there are :- 4 web controls added to your IDE Toolbox: A treeview, a tabstrip,...
Operation must use an updateable query. I tried updating/writing to a table in MS ACCESS database from an ASP.NET application and i recieved the above error.Which means i can't update or insert to my database file and it didn't have the "WRITE" permission.So i decided to add this PERMISSION to my MS ACCESS file. I use WIN XP and i discovered that by right clicking the folder where my MC ACCESS DATABASE FILE is i didn't see the the SECURITY options in the TAB options and either through the properties...
I was re-installing Visual .Net 2003 yesterday and the installation went smoothly only after to get to it it came out with the error:- Dte.olb could not be loaded.Please re-run setup and repair your installation I said to myself another hours of installtion but before that i decided to look out for the cause and i found a solution on Shannon's site The problem was that the file which is a COM oblect didn't register succesfully So what you just have to do is to re register by doing:- regsvr32 "c:\Program...
Quote library not registered" when creating new c# project item or project Error I got an email from someone the other time asking me how i fixed the error above.The error comes up when you want to create a new C# project. VS.NET pops up the message and says library not registered" .I have also blogged the first error i got in this blog related to Visual Studio.Net. Actaully who would have ever thought a DLL from the Visual C++ directory tree in Visual Studio would get unregistered simply by running...