https://github.com/nagilum/iisewars
IIS Express WebApp Remote Share
https://github.com/nagilum/iisewars
Last synced: 3 months ago
JSON representation
IIS Express WebApp Remote Share
- Host: GitHub
- URL: https://github.com/nagilum/iisewars
- Owner: nagilum
- Created: 2016-09-10T21:49:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T20:06:59.000Z (over 8 years ago)
- Last Synced: 2025-01-16T13:48:09.659Z (4 months ago)
- Language: C#
- Size: 245 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# IIS Express WebApp Remote Share
This is a small webforms app to quicken the three configuration tasks that needs to be done before anyone can access your IIS Express web app site from a different computer.
The program performs three tasks:
1. Configure IIS Express with Local IP
2. Enable Access to the URL for All Users
3. Open the Port in Windows Firewall
4. Run Solution in Visual Studio as AdminIt gets the local IP from the system and the port from the solution files, adds the port to the firewall if it's not present, runs an elevated netsh command to allow connections to that IP and port, and adds the IP and port to the IIS Express config file.