I have a classic ASP style #include from a ASP.NET file as: (!-- #include file= "../../maininc.aspxinc" --)
(Guess it is actually an IIS server-side include?)
It is some strange caching going on. It seems like the original file is cached so that changes in maininc.aspxinc has no effect.
- IIS6
- Expiration headers off as far as i can see
- Asp.NET 3.5 (plain, not Web Form).
What is going on? What can i do? Should a dynamic type be different? (I know that in ASP.NET this would normally be a control :-)