Link to home
Start Free TrialLog in
Avatar of Jryals8900
Jryals8900Flag for United States of America

asked on

How Do i fix an issue with IIS so that it will connect to itself by dns name?

I am running into a problem where IIS 7.0 will not connect to its dns name. I can connect to localhost
localhost/myway.configuration

Server name is fmc

i cannot connect to
fmc/
fmc/myway.configuration

I get the 403: forbidden access is denied.

Any ideas as I have had mulitple techs look at it and still unable to repair this. We have verified no issues with dns and the etc\host file has the correct entries in it.
Avatar of vaibhavjaiman
vaibhavjaiman
Flag of India image

Have you check the FMC is resolving to appropiate ip.

elaborate a bit more your query.
make sure you have have you set up the correct bindings for the hostheader fmc

What 403 error are you getting - look in the iis logs. Look for the subcode 403.x and compair to this list
http://technet.microsoft.com/en-us/library/cc737788%28WS.10%29.aspx

Also run failed request tracing and that will give you more informtion about this.
Avatar of Jryals8900

ASKER

403 blank error
None
 Access is denied.
 
I have enabled logging but dont appear to be getting anything.
ASKER CERTIFIED SOLUTION
Avatar of Jryals8900
Jryals8900
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Client has other issues as well so we reloaded with server 2008r2 and started fresh. thanks.