Run the ASP.NET application

After you compile and deploy your ASP.NET application, you can execute it using a web browser. Assuming the name of the ASP.NET project is InvokePreLoanProcess, specify the following URL within a web browser:

http://localhost:1629/InvokePreLoanProcess/Default.aspx

where localhost is the name of the web server hosting the ASP.NET project and 1629 is the port number. When you compile and build your ASP.NET application, Microsoft Visual Studio, automatically deploys it.

Note: To confirm that the ASP.NET application invoked the process, start Workspace and accept the loan.

// Ethnio survey code removed