Frederick 7 Posted September 20, 2020 Share Posted September 20, 2020 Currently, I type http://localhost/myapp/myapp.dll in the web browser under IIS 10 to start the app. Is it possible to just type http://localhost/myapp without displaying the DLL name in the URL? -- Frederick (UniGUI Complete - Professional Edition 1.90.0.1534) Link to post Share on other sites
Frederick 7 Posted September 21, 2020 Author Share Posted September 21, 2020 I'll answer this myself based on a forum message here. In the Default Document module for the web site, add the app's DLL file name. In my case, it would be myapp.dll. Then, in the web browser, typing http://localhost/myapp will open the app without showing the DLL name. 1 Link to post Share on other sites
Recommended Posts