Menu

How can I change the dbFront application URL.

0 votes

By default the dbFront application installs with a web application name of dbFront in the default IIS website.

How can I change the install URL that the user sees from:

http://MyServerName/**dbFront**/

http://MyServerName/**MyApplication**/

in How To by (7.0k points)
retagged by

1 Answer

0 votes
 
Best answer

The cleanest solution is to create another IIS application and point it to the original physical path and application pool that was installed for dbFront.

Once tested, you can delete the original dbFront IIS application. Deleting an IIS application will not delete the source folder or the application pool.

The benefit of this solution is that it is simple and it means that you can still use the dbFront installer to update dbFront. All you need to remember, is to delete the "dbFront" IIS application after the upgrade because the installer will recreate it.

To create a new renamed application you should:

  • Right-Click on the "Default Web Site" and click "Add Application",
  • Set the Alias to the name of your choice, e.g. MyApplication,
  • Set the Application pool to "dbFrontPool",
  • Set the Physical path to "C:\inetpub\dbFront",
  • Click "OK" to save the application and test it out.

Once you have validated the new application, you can then Right-Click on the previous application and "Remove" it.

by (64.3k points)
selected by
Welcome to the dbFront Q&A site, where you can ask questions and receive answers from other members of the community.
 | Minimalist Answer Theme by Digitizor Media
 |
Powered by Question2Answer
...