to solve that problem remove Wildcard application maps.
-------------------------------------------------------------
answer this question to yourself:
What ASP.NET should do with the file jpg file?
It has bunch of binary information and you will be lucky if ASP.NET will not
blow up from trying to understand what is written there.
All ASP.NET can understand is about 50-60 English words (if, for, else....).
Why would you want to process jpg file through ASP.NET dll
-----------------------------------------------------------------
Now tell us what you really want and we will be able help you to achieve
that.
George
"guoqi zheng" <> wrote in message
news:. ..
> Dear Sir,
>
> I would like all files on my application to pass asp.net, so I added
> aspnet_isapi.dll to the Wildcard application maps. After that, many things
> changed. I used to be able to visit my site via link such as:
>
> http://www.xxxxxx.eu/abc/
>
> IIS will map that url to http://www.xxxxxx.eu/abc/default.aspx
> automatically.
> However after I added the wildcard application maps. above URL returns a
> 404 error?
>
> Any idea how should I solve this problem?
>
> regards,
>
> Guoqi Zheng
> http://www.ureader.com