BinBrain Community
Welcome,
Guest
. Please
login
or
register
.
February 07, 2012, 11:16:12 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
http://www.binbrain.com
760
Posts in
417
Topics by
2746
Members
Latest Member:
Ditalully
Online Exams
|
Blogs
|
Photos
|
Videos
|
Real Estate
|
Recipes
|
Business Directory
|
TV
|
Free Wallpapers
BinBrain Community
Computer Forums
ASP.NET and ASP
Rewrite URL
« previous
next »
Pages:
[
1
]
Author
Topic: Rewrite URL (Read 866 times)
Divya
Newbie
Posts: 2
Rewrite URL
«
on:
May 24, 2008, 01:37:27 AM »
How to change .aspx extention to any other extention
Logged
bob
Newbie
Posts: 41
Re: Rewrite URL
«
Reply #1 on:
May 24, 2008, 01:39:21 AM »
You could try using the IIS management console, inspect the mapping setting for .aspx and clone that to a new mapping for a different extension.In addition to associating the extension to the aspnet_isapi.dll file for IIS, you must also associate the extension to a specific handler for aspnet. This can be done in the web.config file of the project like this:
<system.web>
<httpHandlers>
<add verb="*" path="*.myext" type="System.Web.UI.PageHandlerFactory"/>
</httpHandlers>
In this case, the *.myext files will be treated like aspx files. Look in machine.config for other examples of what can be done.
Logged
Pages:
[
1
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
MONEY
-----------------------------
=> Your portfolio
=> Equities
=> Mutual Funds ,IPO's
=> Trading Resources
=> Broker & Software Review
=> Trading Psychology
-----------------------------
Computer Forums
-----------------------------
=> C#
=> Database
===> Access VBA
===> Oracle
===> SQL Language
===> SQL Server
===> MySQL
=> PHP/MySQL
=> Java
===> JSP
===> EJB
===> Struts
===> General Java
=> C and C ++
=> ASP.NET and ASP
=> Visual Basic
=> Delphi
=> Software Engineering
===> Design Patterns
===> Data Structures and Algorithms
=> Web and graphic Designing
===> Photoshop, Flash, and other Graphics
===> Dreamwaver
===> FrontPage
===> Coreldraw
=> Ruby
=> Client Side Scripting
===> JavaScript
===> VB Script
===> HTML, XHTML, XML, and CSS
===> AJAX
=> Networking
===> Cisco Networking
===> Home Networking
=> Certifications
===> Sun
===> Microsoft
===> Cisco
===> IBM
=> WebHosting
===> Web-Hosting
===> Marketing, SEO, and Online Business
-----------------------------
Web
-----------------------------
=> Control Panels
===> Cpanel
===> Helm
=> SEO
=> Free Downloads
-----------------------------
Legal
-----------------------------
=> Legal Service
=> Intellectual Property
=> Family Law
=> Immigration Laws
=> Constitutional Law
-----------------------------
Moview Reviews
-----------------------------
=> Hollywood
=> BollyWood
=> South India
-----------------------------
Fun Junction
-----------------------------
=> Jokes
=> Chit Chat
Social Campaigns
Loading...