I installed microsoft framework 3.5 but I can't find tools for caching sql,
regiis, and so on:
aspnet_regiis.exe, aspnet_regsql.exe,...
This tools were instaled in framework 2.0 in the following directory:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\
Now i have folder:
C:\WINDOWS\Microsoft.NET\Framework\v3.5\
without this tools. Is there some new tool for this features?
Thanks,
Simon
Patrice - 15 Feb 2008 11:48 GMT
Basically 3.5 is 2.0 plus new stuff (in particular this is still the 2.0
CLR) so this is still 2.0 in IIS and you'll just have additional references
to 3.5 assemblies in your application....
--
Patrice
>I installed microsoft framework 3.5 but I can't find tools for caching sql,
>regiis, and so on:
[quoted text clipped - 10 lines]
> Thanks,
> Simon