Enabling ASP.NET only for local connections
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
-
We have a local network with internet. The main machine which has the modem is connected also has an asp.net website on it. How can we only enable it for local usage only? Without disabling anonymous access and without Windows authentication, if possible.
You can select and assign local IP address to your IIS with Properties in Default Web site.
Mehdi Bahrami