Hi forum members,
Can somebody advise me how to set the configuration of my iis Express so that it will not point to Port 8080 ?
I need the iis Express to follows the port that is assigned by my form-based application which is port 1556.
Basically, I am now doing the login authentication via the admin control console but this iis Express is preventing me from going to the admin control.
Hope someone knows the answer there....tks.
Kashif AsifPosted Jul 25, 2016, 11:46 PM
Tangara GPosted Jul 25, 2016, 11:33 PM
Kashif AsifPosted Jul 25, 2016, 10:35 PM
In Solution Explorer, right-click the name of the application and select its Properties. Then click the Web tab.
In Servers section, under Use Local IIS Web server, in the Project URL box change the port NO.
To the right of the Project URL box, click Create Virtual Directory, and click OK.
In File menu, click Save Selected Items.
For verification press F5 OR Enter http://localhost:YOUR_PORT to run the project. The new port number appears in address bar.