How do i do this in .NET? http://why.does.my.head.asplode.net/ I want to do something like ytmnd where each url is a different user generated page. I might need something as simple as pointing to a directory so dirname.mysite.com will redirect to http_public/userGenContent/dirname/
How do i do this in .NET? http://why.does.my.head.asplode.net/ I want to do something like
Share
HAHA …
I handled the Begin request event in global.aspx for this because my urls come from sql server.
Why are so many people sub domain crazy these days?
in Begin Request you can do something like this (not usre exactly because I aint got it in front of me right now) …
… this will take whatever the source url is and “redirect” without a redirect the response to a url you can use internally.