Tag Archives: IIS 7

There is a duplicate ‘system.web.extensions / scripting / scriptResourceHandler’ section defined

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 … Continue reading

Posted in .Net, .Net 4.0, ASP.Net, Miscellaneous | Tagged , , , , | 1 Comment

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 … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net, SQL Server, Visual Studio, Windows Forms, WPF | Tagged , , , , , , | 2 Comments

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. … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net, Javascript | Tagged , , , , , , , , , | 4 Comments

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 … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net, Visual Studio | Tagged , , , | Leave a comment