how do I get at the framework folder contents

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

Hi

I am looking to set up forms authentication (SQL provider) and need to
use the aspnet_regsql.exe file. This is normally (windows server 2003)
at microsoft.net/framework/v2.0.50727 however it seems with Windows
2008 Server that this folder and file do not exist.

Do I install it seperately or use another method.

Was wondering if i need to use the 'Windows SDK for Windows Server
2008 and .NET Framework 3.5'[ but I'm only guessing?

I'm using 64bit Enterprise Windows server 2008 - .net framework 3.5 is
showing as installed - on services Microsoft .net framework NGEN
2.0.50727_x64 is showing as manual but not started - if I start it
then it seems to stop after a while and does not seem to affect the
problem I have.

Thanks

Brian
 
Hi

I am looking to set up forms authentication (SQL provider) and need to
use the aspnet_regsql.exe file. This is normally (windows server 2003)
at microsoft.net/framework/v2.0.50727 however it seems with Windows
2008 Server that this folder and file do not exist.

Do I install it seperately or use another method.

Was wondering if i need to use the 'Windows SDK for Windows Server
2008 and .NET Framework 3.5'[ but I'm only guessing?

I'm using 64bit Enterprise Windows server 2008 - .net framework 3.5 is
showing as installed - on services Microsoft .net framework NGEN
2.0.50727_x64 is showing as manual but not started - if I start it
then it seems to stop after a while and does not seem to affect the
problem I have.

Thanks

Brian

Hello Brian:
Have you tried using %WINDIR%\Microsoft.NET\Framework\v2.0.50727
Another chance is taht you include the sql file as part of your
install
Best regards,

Oscar Acosta
 
I am looking to set up forms authentication (SQL provider) and need to
use the aspnet_regsql.exe file. This is normally (windows server 2003)
at microsoft.net/framework/v2.0.50727 however it seems with Windows
2008 Server that this folder and file do not exist.
Do I install it seperately or use another method.
Was wondering if i need to use the 'Windows SDK for Windows Server
2008 and .NET Framework 3.5'[ but I'm only guessing?
I'm using 64bit Enterprise Windows server 2008 - .net framework 3.5 is
showing as installed - on services Microsoft .net framework NGEN
2.0.50727_x64 is showing as manual but not started - if I start it
then it seems to stop after a while and does not seem to affect the
problem I have.

Brian

Hello Brian:
Have you tried using %WINDIR%\Microsoft.NET\Framework\v2.0.50727
Another chance is taht you include the sql file as part of your
install
Best regards,

Oscar Acosta- Hide quoted text -

- Show quoted text -

Me being silly I'm afraid...
Looking at the wrong Microsoft.Net folder!!
 
Back
Top