In my computer (XP Pro Sp2, IIS5), when I built my web application : it's work
but when I built in my server 2003, the mappings don't work.
I don't understand why ?
<urlMappings enabled="true">
<add url="~/index.html" mappedUrl="~/Default.aspx" />
</urlMappings
I haveexactly the same problem but I'm running on win2000 server.
When I run the site with ctrl-F5 it runs perfectly, all mappings arecorrect, when I upload it to my server the mappings seem to be ignored,just 404 all the time.
Does anyone know?
Best regards,
Peter Larsson
Did you guys figure out a solution ? I just started using urlmappings
Yes, as it turned out I had to execute .html pages through the aspx-dll as well, then it worked like a charm, you change it in the IIS settings.
/P
0 comments:
Post a Comment