UrlFriendly
-
Hi everybody I have a webapplication project.I make URLFriendly for it as you writing url on the addressbar like WebSite/JavaScript you will see WebSite/weblearn.aspx?article=javascript. It is right in the VS.Net (debug mode),but when publish the webapplication on the localhost or server application it don't right. I don't understand problem it. please help me for it. Thanks.
-
Hi everybody I have a webapplication project.I make URLFriendly for it as you writing url on the addressbar like WebSite/JavaScript you will see WebSite/weblearn.aspx?article=javascript. It is right in the VS.Net (debug mode),but when publish the webapplication on the localhost or server application it don't right. I don't understand problem it. please help me for it. Thanks.
reza toorani wrote:
it don't right
Could you be a bit more specific? In what way is it not right? What happens, and how does that differ from what you expect? Do you get any error message?
--- "Anything that is in the world when you're born is normal and ordinary and is just a natural part of the way the world works. Anything that's invented between when you're fifteen and thirty-five is new and exciting and revolutionary and you can probably get a career in it. Anything invented after you're thirty-five is against the natural order of things." -- Douglas Adams
-
reza toorani wrote:
it don't right
Could you be a bit more specific? In what way is it not right? What happens, and how does that differ from what you expect? Do you get any error message?
--- "Anything that is in the world when you're born is normal and ordinary and is just a natural part of the way the world works. Anything that's invented between when you're fifteen and thirty-five is new and exciting and revolutionary and you can probably get a career in it. Anything invented after you're thirty-five is against the natural order of things." -- Douglas Adams
Hi When you use urlfriendly like website\javascript on the localhost or server application you will see message "The page cannot be found ".where as use it when runtime of the webapplication you don't see message error and everything is ok. I used Application_BeginRequest event in the Global.asax file ,i give the Request.Path and mapping by url in the site,it is correct in the debug mode,but not correct the publish version. I think never fire Application_BeginRequest event in the publish version. I don't understand why don't fire event.