Frederick Posted September 20, 2020 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)
Frederick Posted September 21, 2020 Author 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
Recommended Posts