Developer Network
Developer Network
Developer Network
ProfileText
ProfileText
:CreateViewProfileText:
Sign in
Subscriber portal
Get tools
Downloads
Visual Studio
SDKs
Trial software
Free downloads
Office resources
Programs
Subscriptions
Overview
Administrators
Students
Microsoft Imagine
Microsoft Student Partners
ISV
Startups
Events
Community
Magazine
Forums
Blogs
Channel 9
Documentation
APIs and reference
Dev centers
Samples
Retired content
We’re sorry. The content you requested has been removed. You’ll be auto redirected in 1 second.
Ask a question
Quick access
Forums home
Browse forums users
FAQ
Search related threads
Remove From My Forums
Asked by:
mapping a custom file extention to asp_net_isapi ?
Archived Forums 181-200
>
HttpHandlers and HttpModules
Question
0
Sign in to vote
User-515192997 posted
hi, I want to map a custom file extention to asp_net_isapi but I dont have any access to IIS . How can I do this ? Thanks alot.
Friday, December 10, 2004 12:18 PM
All replies
0
Sign in to vote
User-158764254 posted
Requests come to IIS and are directed to the appropriate handler. IIS uses the file extension to identify the appropriate handler. Therefore... To map a custom extension to asp.net, you must have access to reconfigure IIS.
Sunday, December 12, 2004 5:13 PM