Ecco come creare degli indirizzi “Virtuali” a cui l’applicazione web può puntare:
<system.web>
<urlMappings enabled="true">
<add url="~/VIRTUALREPORT.aspx" mappedUrl="~/REALPAGE.aspx?VIEW=REPORT" />
<add url="~/VIRTUALALARM.aspx" mappedUrl="~/ REALPAGE.aspx?VIEW=ALARM" />
</urlMappings>
Matteo
No comments:
Post a Comment