Hello,
I created web app using these steps: (using DNS and other accounts below just for example)
1. created a DNS alias for new web app and point it to WFE server (Testdev)
2. created user account in AD for application pool account. (SPDev)
3. Created Web App from CA
-- Classic Mode
-- Created a new IIS web site
- used the name same as my DNS alias (TESTDEV.DOMAIN.COM)
- Change it to port 80
- for Host Header, I just put the DNS alias as well (TESTDEV.DOMAIN.COM)
4. Created a new Application Pool
- Registered a new managed account, added the account I created (SPSev)
5. Changed Dtabase name to something like Dev_Spoint_WSS_Content.
6. Selected defaults for the rest.
then I created a collection site. Eveything seems to be okay but when I run the URL I'm getting "IE cannot display the webpage". I also tried it from APP server it self. Not sure what I'm missing. any help will be appreciated. Thanks.
-Hubble