I have a web application the relies heavily on web services. Everything with the services is done asynchronously and with AddOnPreRequestHandlerExecuteAsync. Anyhow, most of my calls work just fine, b
I know it is possible to set a cookie for a path such as \"/\" or \"/folder/\", but is it possible to set a cookie f开发者_StackOverflow中文版or a specific page, such as \"/folder/page.html\"?No.
I am using Infragistics control in my application. If the user get deleted from my application then i want to redirect that user to not authorize page. for redirection of the page i am using HttpConte
I have a problem when I use HttpContext.Current.Request.UserHostAdd开发者_Go百科ress, some times returns \"192.168.0.17\" (IPv4) and some times returns \"fe80::99be:a05d:7938:1c30%8\" (IPv6), calling
I am using the fileuplaod control to upload the images. For this I used to stored it in the cache for 2 hours in byte format and show this image using the HttpContext in the .ashx file. For some Rea
I’m trying to obtain the HTTPContext within an Event Handler in a Document Library in MOSS, but all I have is a null value of the HTTPContext.Current, I do the same thing on a List and the HTTPContex
I have a Silverlight application (using MVC) and when i\'m building in visual studio, using Visual Studio Development center, there\'s no problem, the HttpContext.Current.User.Identity.Name has a Valu
I have an ASP.Net application which generates shor开发者_如何学JAVAt url for sharing. I want to track the url from where (source) click occured when it hits my asp.net page. I tried using Context.Requ