i have changed the binding to port 80 for the Dynamics NAV webclient , but now i just get the default.htm's message: "is is the default page for the site container for the web site of the Microsoft Dynamics NAV Web Server Components" page.
how can i redirect it to go straight to DynamicsNAV90/Webclient?
I have tried using the url rewrite and http redirect in IIS but i cannot get it to work. Any help would be greatly appreciated!
0
Answers
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Not sure I understand exactly what you're asking. Do you just want the browser to automatically redirect you to your service tier?
E.g: http://<server address>
to redirect you to:
http://<server address>/DynamicsNAV90/WebClient
If so you could probably just modify the Default.html document in NAVWebApplicationContainer to:
<meta http-equiv="refresh" content="0;URL=http://serveraddress/dynamicsnav90/WebClient">
Hope this helps.