-1

When I am trying to create a Web site in the AX 2012 Form I got the above error. I searched through the web but I am unable find a solution. I am attaching the screen shot.

In the URL place previously I have http://Website.com now I have changed it https://localhost/MicrosoftDynamicsAXAif60/ but I didn't get any luck. Still having the same error.

WebSiteConfiguration

Jan B. Kjeldsen
  • 17,817
  • 5
  • 32
  • 50
venkat pasumarti
  • 138
  • 1
  • 1
  • 12
  • Seems to be an issue with the setup/configuration of your environment. Since this is not programming related, you should try another community to increase your chances of getting an answer. – FH-Inway Mar 15 '18 at 11:12
  • Please read [Under what circumstances may I add “urgent” or other similar phrases to my question, in order to obtain faster answers?](//meta.stackoverflow.com/q/326569) - the summary is that this is not an ideal way to address volunteers, and is probably counterproductive to obtaining answers. Please refrain from adding this to your questions. – halfer Mar 16 '18 at 12:17

1 Answers1

1

It's exactly what the error says. It wants a Bin directory.

Create C:\AIF\AIFin\Bin. It's looking for the Bin folder.

See \Data Dictionary\Tables\AifWebsites\Methods\validateWrite #21

Alex Kwitny
  • 11,211
  • 2
  • 49
  • 71