Hello.
What Im trying to do is use Application_BeginRequest to split the url and rewrite path. The problem is that if my URL looks like this:
http://somedomain.com/11324
the 11324 does not exists and im getting 404. When i debug the code in visual studio 2008 it works fine, it's not working on production
environment (windows 2003, iis 6)
Can anyone please tell me what is wrong?
thanks in advanced!