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
Prabu Spark
NA
124
203.4k
Problem in url mapping
Jul 2 2013 8:52 AM
Hi sir,
I developed one web application in that application, i am using url mapping, but i cant able to get
the desired url in the browser, it shows the old url but not the mapped url. I am sharing the code
for your reference. Kindly give me the solution for this problem.
[Note: I am using framework 2.0 only ]
<urlMappings enabled="true">
<add url="~/Category.aspx"
mappedUrl="~/Default.aspx?category=default" />
<add url="~/Software.aspx"
mappedUrl="~/Default.aspx?category=software" />
</urlMappings>
I have Default.aspx in my project but not having Category.aspx. I am new to this urlmapping concept.
Kindly give me the solution for this problem.
Reply
Answers (
2
)
How to add a custom framework in visual studio .net environ.
card space