Configuring webORB on IIS7(VISTA)

By saumya

I was struggling with IIS7 on Vista to configure it to run the dotNET applications so as to configure webORB for dotNET.
Actually its 2 steps.First one has to install the dotNET Framework on IIS
C:\\Windows\\Microsoft.NET\\Framework\\v2.0.50727\\aspnet_regiis -i (ref : http://mentaljetsam.wordpress.com/2007/03/31/running-aspnet-20-applications-using-vista-iis-7/)
The second step is to configure the webORB application
appcmd migrate config “Default Web Site/weborb30″ (ref : http://www.themidnightcoders.com/weborb/dotnet/vistainstall.shtm)
Thats it.With it I am already ready with my webORB homepage.Though I have not tested any other settings yet. Since configuring IIS to run ASPX had taken some time for me, I was being tempted to put the procedure down here.
Hope it helps somebody.

Zemanta Pixie

Tags:

Leave a Reply