Pages

Showing posts with label Cookies. Show all posts
Showing posts with label Cookies. Show all posts
Friday, December 30, 2011

ASP.NET State Management- Part1

0 comments


IIS [Internet Information Services]provided by Microsoft

ASP.NET towards windows requires IIS5.0 or later
ASP.NET towards Linux requires Apache webserver

-> After installing IIS:-

http://localhost ---> if it is personal pc

http://servername ---> if IIS is running in remote location [network environment]

Continue reading →