Posts Tagged: IIS 7

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

Posted by & filed under .Net, .Net 4.0, ASP.Net, Miscellaneous.

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 [...]

A Simple Chat script using ASP.Net C#

Posted by & filed under .Net, .Net 3.0 / 3.5, ASP.Net, Javascript.

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

Posted by & filed under .Net, .Net 3.0 / 3.5, ASP.Net, Visual Studio.

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 [...]