Browse by Tags

Related Posts

  • Request.Filter

    Hi,all I have some problem for changing 'Request.InputStream' with 'Request.Filter' or any other solution how can I change my Request InputStream ? before sending data to server. example:I wanna Replace the value "txt1" of asp.net textbox contorl coming from 'Request.InputStream'...
    Posted to HttpHandlers and HttpModules (Forum) by k1fathi on 02-21-2009, 12:00 AM
    Filed under: ASP.NET 2.0 Request size, BeginRequest, Http Modules, HTTPModules, HttpRequest, Application_AcquireRequestState
  • Re: determine hostname for using webservice

    public class RemoteConnect{ public static void Main() { // Build an options object for the remote connection // if you plan to connect to the remote // computer with a different user name // and password than the one you are currently using. // This example uses the default values. ConnectionOptions...
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by dangerouschotu on 10-12-2008, 12:00 AM
    Filed under: beginRequest
  • Time Crunch 1 week on ..Ajax Bombing on BeginRequest in Global.asax

    Hi all! Let me preface that i am kind of a newbie that said I have been working on ajaxifying ( gotta love that word ) parts of an existing vb/asp.net 2.0 site that we have at our company and well we are having a problem with some code that we have in our global.asax that is running on BeginRequest to...
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by awthorn on 09-25-2008, 12:00 AM
    Filed under: sys is not defined, beginRequest
  • Re: url re-writing

    Hi, i just tried the way u r doin but i m getting right page loaded in the end, i m getting page loaded which has new url.. old url is just getting displayed in address bad having right page in the end.. u are missing i just wrote Context.RewritePath( "Default2.aspx" , null , null , false ...
    Posted to HttpHandlers and HttpModules (Forum) by malikvakaz on 09-19-2008, 12:00 AM
    Filed under: asp.net 2.0, asp.net 3.5, ASP.NET, BeginRequest
  • Re: Extensionless urls postback problem

    Yeah i found the same problem, when wildcarding the .html to the aspnet_isapi.dll, everything works fine. that is if you have access to the IIS, in shared enviorements you do not have that , so i thought of using the 404 aproach, but postbacks on extensionless url seem not to work. Has ever anybody done...
    Posted to HttpHandlers and HttpModules (Forum) by ErMasca on 08-15-2008, 12:00 AM
    Filed under: URL Rewriting, URL Rewriting in ASP.Net, urlrewriting, 301 Redirect, HttpContext, HttpModule, httpmodule redirect rewrite "client portal", HttpModule redirect request 404 log, HTTPModules, re writting url, BeginRequest
  • Configuring IIS with new custom type exntensions.....

    Hi, I am working on URL rewriting. Everything is working fine with VS 2005 web server. The urls look like the following: http://localhost/Prodcuts/Categories/View.Shirts http://localhost/Prodcuts/Categories/AddNew.Category The URL rewriting configuration is as follows 1 < RewriterConfig > 2 <...
    Posted to HttpHandlers and HttpModules (Forum) by andy_dev_in on 06-18-2008, 12:00 AM
    Filed under: BeginRequest, dynamic Image httphandler, HTTP Handlers, http Handlers and modules, ContentType, HTTPModules
  • IHttpModule and FormsAuthentication

    I've written an IHttpModule that captures all requests and responds with xml code. The problem I'm having is that the FormsAuthentication class doesn't work well. For example: when somebody logs in, I can set the Authentication cookie but FA. RedirectFromLoginPage(...) doesn't work. I have to do it manually...
    Posted to HttpHandlers and HttpModules (Forum) by ZippyV on 05-04-2007, 12:00 AM
    Filed under: asp.net 2.0, BeginRequest, HttpModule, XML
  • how to solve the image path by using httpmodule when the url remapping

    Hi, currently i am building a shopping cart, all the url I have remapping to readable form. but now i have facing a problem to get the image file, hyperlink, css style and js files'. path when i use remapping method to make the path readable, all the image and hyerlink and css style, js files path is...
    Posted to HttpHandlers and HttpModules (Forum) by etws14 on 04-07-2007, 12:00 AM
    Filed under: resolveClientpath, resolvepath, URL Remapping, URL Rewriting, BeginRequest, HTTP Handlers, HttpHandler, HttpWebRequest, XML, Application_BeginRequest, .ashx
  • How to get request from Internet or Intranet..?

    Hi, How do I know that a request came from Intranet or Internet zone in ASP.Net? I have two application, in which one href refers to the another application running on different server.So this external application link differs for intranet and internet. If I know the request zone then, based on that...
    Posted to HttpHandlers and HttpModules (Forum) by acacjag on 02-16-2007, 12:00 AM
    Filed under: URL Rewriting, asp.net 2.0, ASP.NET Request Filters, BeginRequest, global, handler, HttpHandler, HttpWebRequest IfModifiedSince NotModified Exception, iis, Application_BeginRequest, .net myspace httphandler extension response.write path
  • Re: Images are not displayed when using 'HttpContext.Current.RewritePath()'

    Thanks for your response. I solved the problem of images by using Url Type as "Root Relative" instead of "Document Relative" I have one more doubts We rewrite the url in Application_BeginRequest() Suppose we want to rewrite the url "questions.aspx?tid=1" as "MathsQestions.aspx" We do this by calling...
    Posted to HttpHandlers and HttpModules (Forum) by meharooftp on 01-24-2007, 12:00 AM
    Filed under: Session, URL Rewriting, BeginRequest, Global.asax, Application_BeginRequest
Page 1 of 2 (15 items) 1 2 Next >