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
Tridip Bhattacharjee
NA
1.2k
77.4k
ASPX extension not showing when browing site
Nov 16 2017 3:26 PM
i have created a web site with VS2013 IDE and my .net framework version is 4.5.
i select default webform template with no authentication and IDE generate project with many code and aspx file.
when i run my code from IDE then aspx extension is not showing. i comment this code in RouteConfig.cs file
//var settings = new FriendlyUrlSettings();
//settings.AutoRedirectMode = RedirectMode.Permanent;
//routes.EnableFriendlyUrls(settings);
but still aspx extension is not showing. so tell me what i need to change as a result aspx extension should be shown.
Reply
Answers (
2
)
ASP.Net WebForm: rewrite rule is not working in my web.confi
Execute other stored procedures from C#