After installing Sharepoint Foundation(again its not worked ) on my Windows 7 system I got this while looking into the Authentication feature of IIS. But after verifying the web.config file, I couldn’t find the duplicate entry. After searching I found that this issue is with ASP.NET 4.0 / VS 2010. The workaround for the scenario [...]
Posts Tagged: IIS 7
How to Store and Retrieve files from SQL Server Database
The forum I joined recently got lot of queries like How to Save Images in the Database, How to save files in SQL Server, How read files from Database etc. So I thought of writing a post regarding this. Even though I am part of a Web project, I am doing some Windows applications for [...]
A Simple Chat script using ASP.Net C#
Few days back one of my colleague was looking for a simple chat script in ASP.Net, but he can’t found one. Almost all of the chat scripts were in ASP and he want to do it for an internal site. So I thought about implementing one. And here is the simple script using ASP.Net’s Page [...]
Implementing Windows authentication in ASP.NET on IIS 7
For implementing windows authentication in IIS 7 (On Windows Vista), you need to check whether the Windows authentication installed or not. You can do this either using Programs and Features > Turn Windows features On or Off. And select the Checkbox windows authentication from Security. After installing the Windows Authentication in your system, update your [...]