Hello all
How I must to configurate iisin order to be ready to use an asp.net app on my local network.
Thanks in advance
Ramon Lopez
You just need to install .net framework which should automatically register on IIS. In case IIS was installed after .NET you can run from command prompt (from .net framework directory)
aspnet_regiis.exe -i
For more information read http://msdn.microsoft.com/en-us/library/ms178477(v=vs.100).aspx