Skip to content

Commit

Permalink
arrumando problemas com o banco teste.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mujo committed Apr 17, 2012
1 parent bd73feb commit f90fec8
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 234 deletions.
Binary file modified LiberMvc.suo
Binary file not shown.
18 changes: 1 addition & 17 deletions LiberMvc/Global.asax.cs
Expand Up @@ -18,23 +18,7 @@ public class MvcApplication : System.Web.HttpApplication
public static void RegisterRoutes(RouteCollection routes)
{
routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
//routes.IgnoreRoute("{*favicon}", new { favicon = @"(.*/)?favicon.ico(/.*)?" });

#region remove old stuff - disabled
//routes.IgnoreRoute("{*stats}", new { stats = @"stats(/.*)?" });
////routes.IgnoreRoute("{*folder}/{*pathInfo}", new { folder = "stats" });
//routes.IgnoreRoute("{*php}", new { php = @".*\.php(/.*)?" });
////routes.IgnoreRoute("{*folder}/{*pathInfo}", new { folder = "index.php" });
//routes.IgnoreRoute("{*rss}", new { rss = @"(.*)?rss(\.xml)?(/.*)?" });
////routes.IgnoreRoute("{*folder}/{*pathInfo}", new { folder = "rss.xml" });
////routes.IgnoreRoute("{*folder}/{*pathInfo}", new { folder = "crss" });
//routes.IgnoreRoute("{*user}", new { user = @"user(/.*)?" });
////routes.IgnoreRoute("{*folder}/{*pathInfo}", new { folder = "user" });
//routes.IgnoreRoute("{*files}", new { files = @"files(/.*)?" });
////routes.IgnoreRoute("{*folder}/{*pathInfo}", new { folder = "files" });
//routes.IgnoreRoute("{*forum}", new { forum = @"forum(/.*)?" });
////routes.IgnoreRoute("{*folder}/{*pathInfo}", new { folder = "forum" });
#endregion
routes.IgnoreRoute("{*favicon}", new { favicon = @"(.*/)?favicon.ico(/.*)?" });

routes.MapRoute(
"Postagem", // Route name
Expand Down

0 comments on commit f90fec8

Please sign in to comment.