Skip to content

Tag Archives: IIS 7

How to Store and Retrieve files from SQL Server Database

07-Oct-09

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#

11-Sep-09

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

30-Jul-09

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