Last post Apr 01, 2014 08:30 AM by smirnov
None
0 Points
1 Post
Apr 01, 2014 08:16 AM|Lopeznomar|LINK
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
All-Star
35159 Points
9075 Posts
Apr 01, 2014 08:30 AM|smirnov|LINK
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
None
0 Points
1 Post
Configuration of localhost
Apr 01, 2014 08:16 AM|Lopeznomar|LINK
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
All-Star
35159 Points
9075 Posts
Re: Configuration of localhost
Apr 01, 2014 08:30 AM|smirnov|LINK
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