IIS is the web server on the windows platform, similar to UNIX’s Apache server. Windows XP Professional SP3 has built in support for Internet Information Services or IIS. The built in version of IIS is 5.1. When you install windows XP, IIS is not automatically installed and enabled. You need to go to Control Panel to […]
Tag Archives: IIS
How to maintain HTTP session state with cookies in C# CGI program in Visual C# 2010 Express and IIS
In my previous post 8 steps to develop, setup and call c# cgi programs in IIS 7, we learned how to create a CGI program in C#, install it as a website and call it using GET and POST. In this article, I am going to modify that C# program to include code to read and […]
Posted in Web Development Fundamentals
Also tagged C#, CGI, Cookies, GET, HTTP, HTTP Headers, POST, Query String, Visual C# Express 2010
Leave a comment