Hey,
thanks for the quick reply.
I have faced some problems with your solution:
1. GetLink returns a "&" instead of a "&" in the url which makes the url invalid.
2. GetLink does not seems to respect the app.config. The method returns:
http://localhost:54248/forum/default.aspx?g=posts&t=3
instead of
http://localhost:54248/forum/forum.aspx?g=posts&t=3
3. The rewrite rules are not applied.
I can solve the first problems on my own by simply using string.replace() but how to solve the url rewriting problem?
thanks in advance
jimbo