No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Hey. I'm using System.Web.Caching in my .asmx webservice in order to save some information about multiple users requests. I insert that data like this: cache.Insert(Unique_token, MySessionObjectForThatUserToken, null, Cache.NoAbsoluteExpiration, new TimeSpan(0, 15, 0)); And then retrieve it like this: MySessionObjectForThatUserToken obj = (MySessionObjectForThatUserToken)cache[token]; As you can see, i have a slidding …
Hey. Ok, i already asked this question on asp.net and sqlteam forum, but without any luck. Hope it will be diferent here :) So, here the thing: I have created some users to my site using the WAT tool. Therefore, the users information was automatically stored in ASPNETBD.mdf file. When …
dude, everything you need to know is very well explained on a video tutorial you can find here: [url]http://www.learnvisualstudio.net/[/url] :)
The End.
nmpgaspar