WaYdotNET Web Blogs

Il blog di Carlo Bertini e qualcosa di .NET
posts - 57, comments - 2796, trackbacks - 925

My Links

News

Tag Cloud

Article Categories

Archives

Post Categories

Image Galleries

ASP.NET

Caxxate

CarlitoWaY

Le mie bloggate, vediamo come porto avanti sta cosa
URL Rewriting utilizzando un HTTPHandler con Asp.net

Sto facendo delle prova con HTTPHandler, vediamo se riesco a sistemare il codice: UrlRewriting.vb Imports System Imports System.IO Imports System.Web Imports System.Web.UI Public Class ContentUrlRewriting Implements IHttpHandlerFactory Public Function GetHandler(ByVal context As HttpContext, ByVal requestType As String, ByVal url As String, ByVal path As String) As IHttpHandler Implements IHttpHandlerFactory.GetHandler Dim pagina As String = context.Request.MapPath("default.aspx") Return PageParser.GetCompiledPageInstance(url, pagina, context) End Function Public Sub ReleaseHandler(ByVal handler As IHttpHandler) Implements IHttpHandlerFactory.ReleaseHandler End Sub End Class poi vediamo di sistemare anche l'url :D ed il web.config

posted @ giovedì 27 ottobre 2005 11:20 | Feedback (28) |

articolo

Questo è un articolo

posted @ martedì 9 novembre 2004 11:42 | Feedback (234) |

Powered by:
Powered By Subtext Powered By ASP.NET