No announcements
Found 773414 threads
-
0 Votes
HttpModule to reflect the newly requested url in a Server.Transfer op
I wasn't sure if there was a way to change the url (when the page finally reaches the client) using a custom httpmodule or httphandler ...Unanswered | 2 Replies | 236 Views | Created by Anonymous - Monday, August 15, 2005 3:28 PM | Last reply by Anonymous - Wednesday, August 24, 2005 10:05 AM -
7 Votes
Using httpModules
I moved the line with module definition from section <httpModules> to section <modules> and add attribute preCondition="integratedMode".Answered | 4 Replies | 14066 Views | Created by Sergey V Voronkov - Friday, November 27, 2009 2:26 PM | Last reply by Jeroen Ritmeijer - Thursday, January 13, 2011 6:07 PM -
0 Votes
loading clickonce url using reflection
You may need to refer to the following document: Walkthrough: Downloading Assemblies on Demand with the ClickOnce Deployment API Walkthrough: Downloading ...Answered | 2 Replies | 4278 Views | Created by bhav27 - Friday, January 7, 2011 10:40 AM | Last reply by Jie Bao - Monday, January 10, 2011 9:34 AM -
0 Votes
How to implement httpmodule?.
I am looking at couple of possibilties with httpmodule.Answered | 6 Replies | 5054 Views | Created by Anirudh123 - Monday, October 25, 2010 5:18 PM | Last reply by Anirudh123 - Thursday, October 28, 2010 2:35 PM -
0 Votes
HTTPModule Intelligencia UrlRewriter
Hi, I have a question concerning the deployment of a httpModule on Azure.Answered | 3 Replies | 3073 Views | Created by Dionyzoz - Tuesday, October 1, 2013 10:07 AM | Last reply by Dionyzoz - Wednesday, October 2, 2013 12:14 PM -
2 Votes
SPWebConfigModification -> Adding a new HttpModule above built-in HttpModules
HttpModulesSection httpModulesSection = (HttpModulesSection) configuration.GetSection("system.web/httpModules"); To insert your ...Answered | 15 Replies | 15141 Views | Created by Jason Rastovski - Wednesday, February 2, 2011 6:29 PM | Last reply by Badajoz95 - Tuesday, November 13, 2012 11:33 PM -
1 Votes
Problem to deploy HttpModule to sharepoint.
There is another handler/module that is processing it and basically with the Server.Transfer("_layouts/Page.aspx") in your module you are sending as response the ...Answered | 17 Replies | 17401 Views | Created by Hamed_1983 - Sunday, July 19, 2009 9:50 PM | Last reply by Hamed_1983 - Thursday, July 23, 2009 6:42 AM -
0 Votes
How to create a list item and send newly created item url in email?
Hello, Create designer workflow to send email with item ...Answered | 2 Replies | 1980 Views | Created by Avian123 - Tuesday, October 15, 2013 4:54 PM | Last reply by Hemendra Agrawal - Wednesday, October 16, 2013 6:25 AM -
0 Votes
httpModules section is not working in Web.config
Web.config file contains <system.web> <customErrors mode="Off"/> <pages theme="Default" ...Answered | 2 Replies | 3208 Views | Created by mungkood - Saturday, January 5, 2013 6:08 AM | Last reply by mungkood - Tuesday, January 8, 2013 9:37 AM -
0 Votes
Custom HttpModule is not called when used Server.Transfer
When you use Response.Redirect, you send a 302 redirect signal to the browser, which then makes a new request.Answered | 1 Replies | 41 Views | Created by Anonymous - Wednesday, November 20, 2013 3:02 AM | Last reply by Anonymous - Wednesday, November 20, 2013 3:28 AM -
1 Votes
Any example of httpmodule with httphandler
And why the httpmodule should be linked with a handler.Answered | 2 Replies | 1796 Views | Created by murtazagandhi - Saturday, January 4, 2014 6:21 PM | Last reply by murtazagandhi - Sunday, January 5, 2014 11:05 AM -
0 Votes
How to persist data across multiple requests using the context from an httpmodule....ASP.NET
However when a new page is requested and the page reloads the content that was contained in the div dissappears.Answered | 2 Replies | 2864 Views | Created by Matt.Colin - Tuesday, August 18, 2009 6:16 PM | Last reply by Matt.Colin - Wednesday, August 19, 2009 1:01 PM -
1 Votes
Colon in Api Get Request URL
The URL you're sending is not the same as what the API wants.Answered | 2 Replies | 3339 Views | Created by KBid - Friday, January 11, 2019 1:45 PM | Last reply by CoolDadTx - Friday, January 11, 2019 3:46 PM -
4 Votes
OP marking own reply as Answer
I do not like OP Mark as answer, but the problem is that it has a legitimate use case -- when the OP has found the answer him/herself, or has needed to combine several ...Answered | 5 Replies | 3045 Views | Created by david hk129 - Saturday, March 14, 2015 5:55 PM | Last reply by cheong00 - Monday, June 1, 2015 9:14 AM -
4 Votes
Reflection with Inheritance
You can probably come up with ways to do this using reflection.Answered | 6 Replies | 2278 Views | Created by ATPhil - Friday, April 20, 2012 4:50 PM | Last reply by OmegaMan - Friday, April 20, 2012 8:14 PM -
0 Votes
HTTPModule some events not firing
Hi, Please, take a look at this other ...Answered | 3 Replies | 2420 Views | Created by Ali Raza - Wednesday, April 17, 2013 10:26 AM | Last reply by JA Reyes - Monday, April 22, 2013 9:10 AM -
0 Votes
Purging Cache within a HttpModule
Can the ASP.NET cache be purged from a HttpModule?Answered | 1 Replies | 10526 Views | Created by k.r.t. _ - Sunday, October 5, 2008 2:50 PM | Last reply by Shrikant Maske - Friday, October 17, 2008 10:02 AM -
0 Votes
Reflection
Hi, http://www.codeguru.com/csharp/csharp/cs_misc/reflection/article.php/c4257 Regards,Answered | 4 Replies | 3905 Views | Created by Ravi.N - Tuesday, April 6, 2010 1:56 PM | Last reply by Link.fr - Tuesday, April 6, 2010 9:36 PM -
0 Votes
Reflection
Hi, I guess it all depends on how you define the incidence/reflection angles.Answered | 4 Replies | 6256 Views | Created by Dudeson - Sunday, February 14, 2010 10:43 PM | Last reply by litdev - Monday, February 15, 2010 6:19 PM -
1 Votes
Request to office.com with the following url caused a URL exception
I'm receiving the following error in ULS logs whilst clicking on SharePoint Store under Add an App page: Request to office.com with the following URL:?Answered | 5 Replies | 5623 Views | Created by Manoj V - Thursday, April 10, 2014 2:07 PM | Last reply by Mohd Faisal - Wednesday, November 26, 2014 11:34 AM - Items 1 to 20 of 773414 Next ›
No announcements