Link to home
Start Free TrialLog in
Avatar of Ball_Group
Ball_Group

asked on

IIS default.aspx

Hello..

I got a strange issue on a IIS Site
I'm unable to browse to my website using http://testsite.domain.local 
But if i use http://testsite.domain.local/default.aspx my website shows with no problems.

On the inetpub website folder the IIS apppool account is added with modify permissions. (IIS APPPOOL\WebsiteAppPool

If i add everyone to the inetpub website folder the website shows using http://testsite.domain.local

Any suggestions?
Avatar of mvdeveloper
mvdeveloper

Sorry, please ignore. Reading too quickly.
Is the default.aspx the first document in your Default Document list for that site? Could it be trying to serve something else in its place if it thinks the script is not executable?
Avatar of Ball_Group

ASKER

Is the default.aspx the first document in your Default Document list for that site?
Yes - its the first document.

Could it be trying to serve something else in its place if it thinks the script is not executable?
Not that i know of. But weird though, if i add everyone permissions to the website folder, everything Works?
What user is that apppool running under? (go to Advanced Settings).
You may need to explicitly grant folder permissions for that user or try creating a new apppool with different credentials.
ASKER CERTIFIED SOLUTION
Avatar of Ball_Group
Ball_Group

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
If you are able to go to http://testsite.domain.local/default.aspx with no problem and your default document is default.aspx. so maybe your are getting the default.aspx form your local cache from previous working configuration.

In both way try Ctrl F5 or clear your cache before testing.
What is your IIS Version?
It solved the problem