Tagged Questions
0
votes
3answers
1k views
Theme Image URL Rebasing asp.net
I am implementing themes to enable an existing website to be rebranded (logos, colors, images etc.) depending on the requesting URL. I understand how to do that and have got the skins working fine ...
0
votes
2answers
267 views
How do you rebase hyperlinks and content in an ASP.NET page?
I have an ASP.NET page to handle "404 page not found" it's setup by configuring the <customErrors> section in my web.config file and setting the custom error page for 404 errors in IIS manager.
...