|
|
|
|
|
|
ASP.NET StateServer session-state management gave me a big headache!!! |
|
Ferry Onderwater - Developer
|
By Ferry Onderwater on
2-10-2007 9:00
|
|
|
|
During development we had to switch from InProc to StateServer. After some changes to make sure every session-object was serializable all worked well... except on MY developmentmachine!!! The following error occurred:
Unable to make the session state request to the session state server. Please ensure that the ASP.NET State service is started and that the client and server ports are the same... The full error is in the article below.
The reason I blog this is I wasn't able to find an answer anywhere on the net, but since I can imagine I'm not the only one walking into this problem... maybe this helps!
|
 |
|
|
More...
|
|
|
|
|
Standaard waarden zetten in DataGridView |
|
Henri Koppen - Developer
|
By Henri Koppen on
1-6-2007 14:57
|
|
|
|
Bij het maken van applicaties werk ik graag met eigen controls. Bij het maken van windows client applicaties loop je wel eens tegen nieuwe dingen aan, zoals een designer die code uitvoert terwijl je aan het programmeren bent en zelfs je code ongevraagd aanpast (wat wel weer mogelijkheden geeft). Daarnaast is het handig om zaken die je vaak doet al af te vangen.
|
 |
|
|
More...
|
|
|