M
Moistly
Has ever tried to do URL rewriting in ASP.NET 2.0 ie
I have no trouble on my own machine but it just doesn't seem to work
dev server
Basically I am trying to map something like
http://www.mysite.com/publishername/publication/issue
to
http://www.mysite.com/view.aspx?PubId=X&PublId=Y&IssueID=Z
Everything I have read basically uses Application_BeginRequest in
global.asax (or httpmodule) which doesn't fire if I put in
The directory type url /publishername/publication/issue on our
development server that is - it always fires on localhost
But it does fire when I put anything with .aspx on the end ie
http://www.mysite.com/publishername/publication/issue/aPageThatDoesNotExist.aspx
Thanks
I have no trouble on my own machine but it just doesn't seem to work
dev server
Basically I am trying to map something like
http://www.mysite.com/publishername/publication/issue
to
http://www.mysite.com/view.aspx?PubId=X&PublId=Y&IssueID=Z
Everything I have read basically uses Application_BeginRequest in
global.asax (or httpmodule) which doesn't fire if I put in
The directory type url /publishername/publication/issue on our
development server that is - it always fires on localhost
But it does fire when I put anything with .aspx on the end ie
http://www.mysite.com/publishername/publication/issue/aPageThatDoesNotExist.aspx
Thanks