Pages

Tuesday, September 1, 2009

Configure ASP.NET 1.1 and 2.0 both on IIS 5.0 Windows 2000

Configure ASP.NET 1.1 and 2.0 both on IIS 5.0 Windows 2000

Total 3 Steps are there to perform:

1. Manually change the App Mappings to the appropriate version of aspnet_isapi.dll for every instance of it.
For example, change the following C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_ isapi.dll
to C:\WINNT\Microsoft.NET\Framework\v2.0.50727\aspnet _isapi.dll

2. Then : Create or Check following registry w/ regedt32
[HKEY_CLASSES_ROOT\Typelib\{A4CA8810-6E46-36FF-A048-B7FD564742F8}\2.0\0\win32]
"C:\\WINNT\\Microsoft.NET\\Framework\\v2.0.50727\\AspNetMmcExt.tlb"
[HKEY_CLASSES_ROOT\Typelib\{A4CA8810-6E46-36FF-A048-B7FD564742F8}\2.0\HELPDIR]
"C:\\WINNT\\Microsoft.NET\\Framework\\v2.0.50727"

3. "aspnet_regiis -I -enable" (without quotes) from the appropriate .NET Framework folder. For example the folder for .NET framework 2.0 would be C:\Windows\Microsoft.net\Framework\v2.0.50727 and hence the command will be C:\Windows\Microsoft.net\Framework\v2.0.50727\aspnet_regiis -i -enable

You are done!

If you like the Post please leave your comment. :-)

No comments:

Post a Comment