<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type='text/xsl' href='http://www.jtsoft.org/xslt/rss.xsl' version='1.0'?>
<!--generator="jtsoft/2007"-->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>JTsoft.org, Blog sobre Asp.net [tag Url-rewriting]</title>
    <link>http://www.jtsoft.org//tag/Url-rewriting/default.aspx</link>
    <description>Este es el RSS feed (Really Simple Syndication) de jtsoft.org, blog sobre Asp.net, SQL Server y programación</description>
    <generator>http://www.jtsoft.org/</generator>
    <language>es</language>
    <ttl>5</ttl>
    <item>
      <title>Permalinks: el primer problema</title>
      <link>http://www.jtsoft.org/weblog/2007/01/14/Permalinks-el-primer-problema.aspx</link>
      <description>La estructura básica de un Blog se puede implementar fácilmente usando ASP.net y SQL Server. Aparentemente, se necesitan unas pocas tablas y unos procedimientos almacenados bastante sencillos para mantener las entradas, sus comentarios y las etiquetas. Sin embargo, cuando se intenta implementar los permalinks en ASP.net, se encuentra el primer problema, ya que no existe una forma clara de crear o mapear direcciones como: http://www.jtsoft.org/archive/2007/01/default.aspx Crear estas rutas en el servidor y mantenerlas sería una tarea ardua. La solución es reescribir dinámicamente las urls de las solicitudes de páginas aspx y dirigirlas a páginas que realmente existen. </description>
      <dc:creator>jtsoft</dc:creator>
      <pubDate>Sun, 14 Jan 2007 18:49:00 GMT</pubDate>
      <category>ASP.net</category>
      <category>jtsoft.org</category>
      <category>Open source</category>
      <category>Permalinks</category>
      <category>Url rewriting</category>
      <comments>http://www.jtsoft.org/weblog/2007/01/14/Permalinks-el-primer-problema.aspx#comentarios</comments>
      <guid isPermaLink="false">http://www.jtsoft.org/weblog/2007/01/14/Permalinks-el-primer-problema.aspx</guid>
    </item>
  </channel>
</rss>
