Can't set up IIS Web Server on Server 2008 x64 correctly (what have I missed?)

Posted by balexandre on Super User See other posts from Super User or by balexandre
Published on 2010-04-13T11:49:13Z Indexed on 2010/04/13 12:03 UTC
Read the original article Hit count: 314

Using a VM I installed Windows 2008 Server x64 and as the image below shows, added the IIS Role

alt text

full image

and assigned all role features of IIS

alt text

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, the example above is to be succinct and explicit on what is the problem I'm facing.

Can anyone know what do I have to do to the Server, so I can use the Session variables?

All help is greatly appreciated, Thank you

© Super User or respective owner

Related posts about windows-server-2008

Related posts about iis-7.5