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
nidhi singhal
NA
1
0
URL-Rewriting(with out extension just want to display variable name)
Feb 5 2010 1:50 AM
Plz help me out in URL rewriting(Actually i have seen many sites and many solutions but that doesnt match with my requirements.
Actaully my requirement is
If i am on the
www.somevent.com/Associations.aspx
and there are so many Associtaions i have with name and image If i click one of them image or link name then it should go to
www.someevnt.com/AssociationName
only
AssociationName is variable accordingly to the link
Actually i am using some approach but it didnt make any help to me still there is something which i have applied for that::------
I just added the following to web.config file and dll for that and there is u will see a regular expression which i have many permutaions and combinations to get that output but resource cant not be displayed problem occurs.
<modulesSection>
<rewriteModule>
<rewriteOn>true</rewriteOn>
<rewriteRules>
<rule source="(^[A-Z][a-z](?!.aspx))" destination="AssociationDetail.aspx?name=$1"/>
</rewriteRules>
</rewriteModule>
</modulesSection>
Reply
Answers (
1
)
URL Rewriting without extensions in asp.net 2.0
Asp.Net Class