TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
icanmakeiteasy
NA
3
0
url rewriting
Feb 11 2009 5:34 AM
Hi, protected void Application_BeginRequest(object sender, EventArgs e) { HttpContext context = HttpContext.Current; if (context.Request.FilePath.ToString().StartsWith("/hotels-in-")) { context.RewritePath("country.aspx"); } } this is my code in global.asax.cs file http://........../hotels-in-India //url is like this Not Found The requested document was not found on this server. just its showing like this this code is working in local system but when i uploaded the project to server its not working what to do??........ please help me...thx
Reply
Answers (
1
)
Problem with Static dataset
Displaying list of tables in Oracle DB in comboBox