Displaying posts categorized under

Themes and master pages

ASP.NET and Ajax urlrewriting

You might have read this article on Url rewriting and while Scotts smk:form did work at that time – I couldn’t get it to work after installing VS2005 SP1.
No idea why, but I decided it was time to look further. I have now started converting old apps to use Urlrewriting.net .
It might give you some trouble at first [...]

Url rewriting – Cannot use a leading to exit above the top directory

I am using Google sitemaps to see that my sites are getting indexed without trouble. And – believe me or not – after creating a new site and creating the sitemap (article on  that will follow) – I saw that google could only read the index page – not the pages below.
After looking in my serverlog I [...]

Master pages, themes and url rewriting

When you are using themes, the ASP.NET engine will automatically create <link href="App_Themes/themename/css/yourcss.css" type="text/css" rel="stylesheet" /> tags for each css file placed in (or under) the active theme directory.
If you at the same time are using url rewriting you will probably end up with no css bening found – cause the link href” statement uses a [...]