Hi,

I need to set application mappings, so that all files (*.*) are processed by
aspnet_isapi.dll. It works fine, but when user enters the address
"http://www.myserver.com" instead of "http://www.myserver.com/default.aspx",
user receives HTTP Error 404 "Resource cannot be found" instead of being
redirected to default.aspx as the default document.

Any idea?

Thank you,

Petr PALAS
palas@atlas.cz

Re: IIS Application Mappings by Petr

Petr
Tue Oct 21 05:03:40 CDT 2003

I finally found a workaround: I have placed a code in the global.asax page
that redirects users to the /default.aspx page.

PP



"Petr PALAS" <palas@atlas.cz> wrote in message
news:O8cJGX7lDHA.2140@TK2MSFTNGP09.phx.gbl...
> Hi,
>
> I need to set application mappings, so that all files (*.*) are processed
by
> aspnet_isapi.dll. It works fine, but when user enters the address
> "http://www.myserver.com" instead of
"http://www.myserver.com/default.aspx",
> user receives HTTP Error 404 "Resource cannot be found" instead of being
> redirected to default.aspx as the default document.
>
> Any idea?
>
> Thank you,
>
> Petr PALAS
> palas@atlas.cz
>
>
>
>



RE: IIS Application Mappings by kgafvert

kgafvert
Tue Oct 21 05:16:04 CDT 2003

Hi,

Have you configured default.aspx to be default document for the website?

----- Petr PALAS wrote: -----

Hi,

I need to set application mappings, so that all files (*.*) are processed by
aspnet_isapi.dll. It works fine, but when user enters the address
"http://www.myserver.com" instead of "http://www.myserver.com/default.aspx",
user receives HTTP Error 404 "Resource cannot be found" instead of being
redirected to default.aspx as the default document.

Any idea?

Thank you,

Petr PALAS
palas@atlas.cz