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
Devendra Kumar
NA
517
244.5k
remove rewrite url in web.config and aspx page
Feb 9 2016 1:18 AM
how to remove rewrite url from web.config and aspx page
my code is:
<rewriter>
<rewrite url="~/Category-(.+)$" to="~/Category.aspx?name=$1"></rewrite>
</rewriter>
and in aspx page:
<div class="img" style="text-align: center; margin-top: -40px;"">
<a href='<%=ResolveUrl("~/")%>Category-<%# Eval("SeoCategory_Name")%>' style="font-size: 13px;">
<img style="object-fit: cover; height: 220px; width: 245px; margin-top:-5px;" src='Products/<%#Eval("cat_img") %>' />
</a>
<asp:HiddenField runat="server" ID="hdnId" Value='<%#Eval("Category_Id") %>'/>
</div>
Reply
Answers (
2
)
Single Page Application?
How to implement paging in angular mvc