Tagged Questions
3
votes
5answers
121 views
How is an image served from a URL with an ASPX extension?
Can Somebody tell how to create such kind of urls
for example if you see the url
http://office.microsoft.com/global/images/default.aspx?assetid=ZA103873861033
you will redirect to an image ..
my ...
1
vote
1answer
175 views
How do I stop UrlRewriter stripping my + symbols
I'm using Intelligencia's UrlRewriter in my application and I'm having a problem where the rules I've setup appear to be stripping the + symbol from my url.
For example I want to have the urls ...
0
votes
0answers
35 views
Postback and URL Rewriter
I have an interesting problem where I have hit a brick wall. I have an issue with a login page which implements forms authentication and uses Intellegencia.Rewriter. The authentication works fine on ...
0
votes
2answers
150 views
URL Rewriting in asp.net c#
I'm working on a real estate website. It would be ideal to have my client's featured properties have their own unique URL like:
www.realestatewebsite.com/featured/123-fake-st/
I'm constructing a CMS ...
0
votes
4answers
951 views
Intelligencia.UrlRewriter
I'm using the Intelligencia UrlRewriter on a project.
It's working fine to rewrite urls typed into the browser.
For example, if I enter
http://localhost/People
This is being correctly rewritten ...