gspy
07-19-2006, 11:05 AM
I am using Form authentication with sql express with the default settings in web.config with success.</o:p>
I am trying to convert it to use sql server 2005 with out success after hours of googling it.</o:p>
</o:p>
Can anybody suggest a solution?</o:p>
</o:p>
My working web config with sql express is:</o:p>
</o:p>
</o:p>
<configuration></o:p>
<appSettings></o:p>
</appSettings></o:p>
</o:p>
<system.web></o:p>
<compilation debug="true" /></o:p>
<authorization></o:p>
<deny users="?"/></o:p>
</authorization></o:p>
<authentication mode="Forms" /></o:p>
<roleManager enabled="true"/></o:p>
</system.web></o:p>
</o:p>
<system.net></o:p>
<mailSettings></o:p>
<smtp></o:p>
<network host="mail.myname.com"/></o:p>
</smtp></o:p>
</mailSettings></o:p>
</system.net></o:p>
</configuration></o:p>
</o:p>
</o:p>
What I suppose to write to support the same functionality with a sql 2005 DB?</o:p>
</o:p>
Thanks in advanced.</o:p>
</o:p>
GSpY</o:p>
I am trying to convert it to use sql server 2005 with out success after hours of googling it.</o:p>
</o:p>
Can anybody suggest a solution?</o:p>
</o:p>
My working web config with sql express is:</o:p>
</o:p>
</o:p>
<configuration></o:p>
<appSettings></o:p>
</appSettings></o:p>
</o:p>
<system.web></o:p>
<compilation debug="true" /></o:p>
<authorization></o:p>
<deny users="?"/></o:p>
</authorization></o:p>
<authentication mode="Forms" /></o:p>
<roleManager enabled="true"/></o:p>
</system.web></o:p>
</o:p>
<system.net></o:p>
<mailSettings></o:p>
<smtp></o:p>
<network host="mail.myname.com"/></o:p>
</smtp></o:p>
</mailSettings></o:p>
</system.net></o:p>
</configuration></o:p>
</o:p>
</o:p>
What I suppose to write to support the same functionality with a sql 2005 DB?</o:p>
</o:p>
Thanks in advanced.</o:p>
</o:p>
GSpY</o:p>