Introducing HTTPHandlers
page 3 of 4
by . .
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 26263/ 46

IIS Configuration

IIS Configuration

There is still one last step before it is ready - setting up IIS.

The reason we have to set up IIS is because we specified in web.config to response to *.gmt files and in order for it to do that, the ASP.NET worker process must be sent all requests for *.gmt files and the only way to do that is through IIS.

(Click the images for a larger version)

First in the web or virtual directory properties. Go to the Configuration.

Next, click to add a new mapping.

On this dialog, set the Executable to the aspnet_isapi.dll file in the .NET folder (you can just copy this from another .NET extension).
Then set the Extension to whatever you set in web.config (here it's .gmt)
I unchecked Check that file exists so I wouldn't have to create any new files.

Now that that's complete, load up Mozilla and go to something like - http://localhost/something.gmt. If you also unchecked Check that file exists then you won't have to create any new files in order to browse there.


View Entire Article

User Comments

No comments posted yet.

Product Spotlight
Product Spotlight 





Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-26 2:29:58 PM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search