Hi, I've set up an HTTP Handler for the extension .aspa which works nicely. But my problem is I tried adding default.aspa to the default documents in IIS and it is not working - when I browse to just a folder I get the error "directory listing denied". Can
anyone think of a round this?? I really want users to be able to browse to folders and be served the default.aspa page. eg. http://www.mysite.com/products would invoke my http handler and load: http://www.mysite.com/products/default.aspa Any suggestions welcome!!!
cheers Rob
Did you make sure your web.config is configured to invoke your handler for aspa files
and IIS is set up to pass requests for aspa files to the ASP.NET ISAPI? Also, remove anonymous and enable integrated Windows authentication on your web app. See if this fixes it.
None
0 Points
21 Posts
Setting a default document with a custom extension
Aug 26, 2004 11:17 AM|rob1978|LINK
Member
130 Points
293 Posts
Re: Setting a default document with a custom extension
Aug 26, 2004 12:07 PM|MilanNegovan|LINK
http://www.AspNetResources.com
ASP.NET With Emphasis On Web Standards