How to access IIS's aspnet_regiis utility?
-
I just installed IIS 5.0 and want to use the aspnet_regiis.exe command utility to register ASP.Net file mappings with IIS. According to the asp.net book I have, the directory of the utility is: C:\Program Files\Microsoft.NET\Framework\[Version]\aspnet_regiis.exe -i However, when I checked the directory, there is no Framework folder inside the Microsoft.NET folder. How do I access this utility?
-
I just installed IIS 5.0 and want to use the aspnet_regiis.exe command utility to register ASP.Net file mappings with IIS. According to the asp.net book I have, the directory of the utility is: C:\Program Files\Microsoft.NET\Framework\[Version]\aspnet_regiis.exe -i However, when I checked the directory, there is no Framework folder inside the Microsoft.NET folder. How do I access this utility?
You need to install Microsoft .NET Framework SDK also. Since you have installed IIS before and then going to install SDK, the setup would implicitly configure ASP.NET for you. :)
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
I just installed IIS 5.0 and want to use the aspnet_regiis.exe command utility to register ASP.Net file mappings with IIS. According to the asp.net book I have, the directory of the utility is: C:\Program Files\Microsoft.NET\Framework\[Version]\aspnet_regiis.exe -i However, when I checked the directory, there is no Framework folder inside the Microsoft.NET folder. How do I access this utility?
It's under c:\windows\microsoft.net\framework.
Please visit http://www.readytogiveup.com/ and do something special today. Deja View - the feeling that you've seen this post before.
-
You need to install Microsoft .NET Framework SDK also. Since you have installed IIS before and then going to install SDK, the setup would implicitly configure ASP.NET for you. :)
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
You need to install Microsoft .NET Framework SDK also. Since you have installed IIS before and then going to install SDK, the setup would implicitly configure ASP.NET for you. :)
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
Vasudevan Deepak Kumar wrote:
You need to install Microsoft .NET Framework SDK also
Framework SDK is not necessary. There is a difference between the .NET Framework and the .NET Framework SDK.
only two letters away from being an asset
-
I have installed the .Net framework before installing IIS. Is there a way to use this utility? :(
Yes. Open a command prompt, go to: C:\Windows\Microsoft.NET\Framework\[Version]\ and run aspnet_regiis.exe
-
I just installed IIS 5.0 and want to use the aspnet_regiis.exe command utility to register ASP.Net file mappings with IIS. According to the asp.net book I have, the directory of the utility is: C:\Program Files\Microsoft.NET\Framework\[Version]\aspnet_regiis.exe -i However, when I checked the directory, there is no Framework folder inside the Microsoft.NET folder. How do I access this utility?
I have checked but there is no "Framework" folder inside the Microsoft.Net folder. Its strange as i have no problems using VStudio 2005.