Framework 3.5

  • Thread starter Thread starter SimonZ
  • Start date Start date
S

SimonZ

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
 
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....
 
Back
Top