Hello,
When I try to remotely access my site, no graphic, background is displayed. Only text is available.
And trying to access any database module gets an:
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON
I'm a little bit lost between all those accesses (Windows, IIS, SQL)...
ISS security is set to:
-Integrated Windows Authentication
-Anonymous access
The remote user is declared in the SQL database in read mode.
I have also added it as user having full control of my directory with the option "allow inheritable permissions from parent to propagate to his object".
An extract of my Web.config:
<appSettings>
<add key="Conn" value="data source = MyServer;Initial Catalog= MyApp;user id=sa;Integrated Security=SSPI"/>
</appSettings>
<system.web>
<identity impersonate="true" />
<customErrors mode="Off"/>
<authentication mode="Windows" />
<authorization>
<allow users="*" /> <!-- Allow all users -->
</authorization>
</system.web>
Please heeeeeelp me !! _______________________________________________
OutsideIntranets.com
Stop wasting time, get to work
When I try to remotely access my site, no graphic, background is displayed. Only text is available.
And trying to access any database module gets an:
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON
I'm a little bit lost between all those accesses (Windows, IIS, SQL)...
ISS security is set to:
-Integrated Windows Authentication
-Anonymous access
The remote user is declared in the SQL database in read mode.
I have also added it as user having full control of my directory with the option "allow inheritable permissions from parent to propagate to his object".
An extract of my Web.config:
<appSettings>
<add key="Conn" value="data source = MyServer;Initial Catalog= MyApp;user id=sa;Integrated Security=SSPI"/>
</appSettings>
<system.web>
<identity impersonate="true" />
<customErrors mode="Off"/>
<authentication mode="Windows" />
<authorization>
<allow users="*" /> <!-- Allow all users -->
</authorization>
</system.web>
Please heeeeeelp me !! _______________________________________________
OutsideIntranets.com
Stop wasting time, get to work