1


If we open IIS 5 Manager and right click on virtual directory --> select Properties so that new window opens up --> click Home Directory tab --> click Configuration, so that again new window opens --> and if in this new window we select Options tab, we are then presented with Enable Session state option.

Since Asp.Net already supports session, I was wondering how do IIS 5 session and Asp.Net session relate to each other?


thanx

SourceC
  • 3,829
  • 8
  • 50
  • 75

1 Answers1

3

That is for classic ASP session state.

They are not compatible.

FlySwat
  • 172,459
  • 74
  • 246
  • 311