Forum Discussion
Hi Gautam
1. Ensure that MSSQLServer and World Wide Web Publishing Service services are running.
2. If yes, check IIS is running.
3. Also check http://localhost/ and verify it is landing to IIS page
4. Check .NET Framework 3.5 and 4.8, Internet Information Services is enabled in Turn Windows Features On or Off
Thank You
Gopikrishnan
Hello Gopikrishnan,
Thank you for your inputs.
I checked with all the points you mentioned and everything is in place.
Guessing ASP.NET is not registered with IIS I ran following command
C:\Windows\Microsoft.NET\Framework64\v4.0.30319> aspnet_regiis.exe -i
Now I am getting following error
---------------------------------------------------------------------------------------------------------------------------------------
- gautamk7 years agoIdeator I
Hi there,
I think we should not use the URL directly. Instead when I use "http://localhost/InnovatorServer" it pops up the login page.
- christopher_gillis7 years agoNew Member
Hello,
I just want to chime in and confirm that you should not navigate to /Server/InnovatorServer.aspx directly. Instead, you should login with just the WebAlias that was set up during the installation of Aras Innovator as you have pointed out in your comment. This will redirect you to the appropriate login page.
Chris
Christopher Gillis
Aras Labs Software Engineer
- gautamk7 years agoIdeator I
Hello Christopher,
Right. Thank you for your comments.
Gautam Kulkarni