S
Smokey Grindel
I am using ASP.NET 2.0 and know about the static list in the web.config for
URL rewriting, but my list is dynamic and I am running into some problems...
1) How do you get URL rewriting to work in the file based website in ASP.NET
2? I tried and every path I go to comes back as resource not found errors
2) Any good solutions to rewriting dynamic URL's in ASP.NET 2.0? Right now I
have the following format for my paths
http://localhost/ <- doesnt rewrite
http://localhost/article.aspx?articleid=1 <- doesnt rewrite
http://localhost/intranet/ <- doesnt rewrite
http://localhost/internet/ <- these rewrite
http://localhost/internet/maintopic/ < rewrites
http://localhost/internet/maintopic/subtopic/ <- rewrites
http://localhost/internet/maintopic/subtopic/subpage <-rewrites
anything out there that could handle that? all the rewrite ones basicly look
up an article ID in my database and rewrite back to the article.aspx page
based on the ID it finds for the given level...
any help would really help thanks!
URL rewriting, but my list is dynamic and I am running into some problems...
1) How do you get URL rewriting to work in the file based website in ASP.NET
2? I tried and every path I go to comes back as resource not found errors
2) Any good solutions to rewriting dynamic URL's in ASP.NET 2.0? Right now I
have the following format for my paths
http://localhost/ <- doesnt rewrite
http://localhost/article.aspx?articleid=1 <- doesnt rewrite
http://localhost/intranet/ <- doesnt rewrite
http://localhost/internet/ <- these rewrite
http://localhost/internet/maintopic/ < rewrites
http://localhost/internet/maintopic/subtopic/ <- rewrites
http://localhost/internet/maintopic/subtopic/subpage <-rewrites
anything out there that could handle that? all the rewrite ones basicly look
up an article ID in my database and rewrite back to the article.aspx page
based on the ID it finds for the given level...
any help would really help thanks!