sql server 2008 - How to enable Windows Authentication for DNN -



sql server 2008 - How to enable Windows Authentication for DNN -

sorry question might duplicate dint find right solution.so im posting question again...

first have deployed dnn website sql server authentication.site working fine. later re installed sql server 2008. im trying give windows authentication connect site.

in web config connectionstring:i have removed username , password , gave integrated security="true" .

in iis :site -> authentication -> windows authentication ->enabled , others disabled.

once browse site redirecting dnn install wizard

need help.

in sql server did configure windows business relationship application pool (in iis) using have dbowner access database?

also create sure alter both connection strings in database.

depending on version of iis on, business relationship might differ. older versions utilize "network service" while newer versions might utilize "network service" or application pool specific business relationship "iis apppool\dnndev"

you'll want create sure aren't trying assign domain business relationship database, unless of course of study iis configured utilize (as opposed local account)

sql-server-2008 dotnetnuke

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -