asp.net - Call an asmx webservice without extending user session -
in asp.net 3.5 application i'm calling asmx webservice part of application. calling webservice entends user's session timeout, undesirable in case.
how can call webservice on server without extending session timeout? there way in iis designate being outside of session scope? (apologies if i'm using incorrect terminology) can designate directory in asp.net web.config file being outside session?
thanks.
problem solved!
you can create new application in iis root directory underneath original application. done in iis mms snap-in in properties pane of directory want new root. click "create application" , you're done. new application inherits parent application's web.config, seemingly, little no configuration needs done.
Comments
Post a Comment