Can't set up IIS Web Server on Server 2008 x64 correctly
- by balexandre
Using a VM I installed Windows 2008 Server x64 and as the image below shows, added the IIS Role
full image
and assigned all role features of IIS
full image
But if I have an ASP.NET (aspx) page that does (C#)
Session["test-session"] = "A";
and read in other page
I always get nothing!
NOTE: I do have an entire ASP.NET web application,…