<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Time Tracker Starter Kit</title><link>http://forums.asp.net/1005.aspx</link><description>Discussions about the Time Tracker Starter Kit for ASP.NET 2.0.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: windows integrated security instead Forms authentication</title><link>http://forums.asp.net/thread/2794413.aspx</link><pubDate>Tue, 09 Dec 2008 03:28:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2794413</guid><dc:creator>chetan.sarode</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2794413.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=2794413</wfw:commentRss><description>&lt;p&gt;Are you able to solve this one&lt;/p&gt;</description></item><item><title>Re: windows integrated security instead Forms authentication</title><link>http://forums.asp.net/thread/2780985.aspx</link><pubDate>Wed, 03 Dec 2008 03:22:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2780985</guid><dc:creator>chetan.sarode</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2780985.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=2780985</wfw:commentRss><description>&lt;p&gt;Any updates on this&lt;/p&gt;</description></item><item><title>Re: windows integrated security instead Forms authentication</title><link>http://forums.asp.net/thread/2396420.aspx</link><pubDate>Tue, 03 Jun 2008 03:26:11 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2396420</guid><dc:creator>chetan.sarode</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2396420.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=2396420</wfw:commentRss><description>&lt;p&gt;Yes, you need to add these user to roles, because it defines the rigthts to particular users&lt;/p&gt;</description></item><item><title>Re: windows integrated security instead Forms authentication</title><link>http://forums.asp.net/thread/2356255.aspx</link><pubDate>Wed, 14 May 2008 06:34:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2356255</guid><dc:creator>hunter2006</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2356255.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=2356255</wfw:commentRss><description>&lt;p&gt;well but i still need to add these user to roles right ? &lt;/p&gt;
&lt;p&gt;the website administration tool dosn&amp;#39;t&amp;nbsp; work with me it give error like :&lt;/p&gt;
&lt;p&gt;&amp;quot;An error was encountered. Please return to the previous page and try again&amp;quot;.&lt;/p&gt;
&lt;p&gt;later i did&amp;nbsp;created this manually from user and roles tables and i have noticed that every new user created from withen the tracker website add with 3 roles :&lt;/p&gt;
&lt;p&gt;Consultant,ProjectAdministrator,ProjectManager . that is not true case&lt;/p&gt;
&lt;p&gt;so is there is now way other WAT tool to creat new roles and it dosnt work to me !! &lt;/p&gt;
&lt;p&gt;finaly for membership tables how it going to work with integrated security&amp;nbsp; same as forms based?&lt;/p&gt;
&lt;p&gt;plz try to answer every qestion separately guys &lt;img src="http://forums.asp.net/emoticons/emotion-1.gif" alt="Smile" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: windows integrated security instead Forms authentication</title><link>http://forums.asp.net/thread/2356029.aspx</link><pubDate>Wed, 14 May 2008 03:39:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2356029</guid><dc:creator>chetan.sarode</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2356029.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=2356029</wfw:commentRss><description>&lt;p&gt;To enable Windows Authentication within an ASP.NET Application, you should make sure that you have “Integrated Windows Authentication” (formerly called NTLM authentication) enabled within IIS for the application you are building.&amp;nbsp; &lt;br /&gt;&amp;nbsp;&lt;br /&gt;You should then add a web.config file to the root directory of your ASP.NET application that contains an &amp;lt;authentication&amp;gt; section which sets the mode to “Windows”.&lt;/p&gt;
&lt;p&gt;The below web.config file demonstrates how to configure both steps described above:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;nbsp;&amp;lt;configuration&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;system.web&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;authentication mode=&amp;quot;Windows&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;authorization&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;deny users=&amp;quot;?&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/authorization&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/system.web&amp;gt;&lt;br /&gt;&amp;nbsp; &lt;br /&gt;&amp;lt;/configuration&amp;gt;&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Note that the &amp;lt;deny users=”?”/&amp;gt; directive within the &amp;lt;authorization&amp;gt; section above is what tells ASP.NET to deny access to the application to all “anonymous” users to the site (the “?” character means anonymous user).&amp;nbsp; This forces Windows to authenticate the user, and ensures that the username is always available from code on the server.&lt;/p&gt;</description></item><item><title>Re: windows integrated security instead Forms authentication</title><link>http://forums.asp.net/thread/2355092.aspx</link><pubDate>Tue, 13 May 2008 17:06:12 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2355092</guid><dc:creator>SrDhUS</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2355092.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=2355092</wfw:commentRss><description>&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Once you change the &lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;mso-ansi-language:EN;"&gt;web.config &lt;/span&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;file to use Windows Integrated security,&amp;nbsp;users will have to&amp;nbsp;log in using a valid Windows account on the network. Changing the &lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;mso-ansi-language:EN;"&gt;web.config &lt;/span&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;file disables the forms authentication.Check this article from ScottGu:&amp;nbsp; 
&lt;p&gt;&lt;/font&gt;&lt;/font&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2006/07/12/Recipe_3A00_-Enabling-Windows-Authentication-within-an-Intranet-ASP.NET-Web-application.aspx"&gt;http://weblogs.asp.net/scottgu/archive/2006/07/12/Recipe_3A00_-Enabling-Windows-Authentication-within-an-Intranet-ASP.NET-Web-application.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms998358.aspx"&gt;&lt;font face="Times New Roman" color="#800080" size="3"&gt;http://msdn.microsoft.com/en-us/library/ms998358.aspx&lt;/font&gt;&lt;/a&gt;&amp;nbsp;also got all the info you need.&lt;/p&gt;</description></item><item><title>windows integrated security instead Forms authentication</title><link>http://forums.asp.net/thread/2354988.aspx</link><pubDate>Tue, 13 May 2008 16:24:23 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2354988</guid><dc:creator>hunter2006</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2354988.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1005&amp;PostID=2354988</wfw:commentRss><description>&lt;p&gt;Dear all ,&lt;img src="http://forums.asp.net/emoticons/emotion-43.gif" alt="Confused" /&gt;&lt;/p&gt;
&lt;p&gt;I would like to able to change the way&amp;nbsp;user able to log into&amp;nbsp; windows integrated security instead Forms authentication, so&amp;nbsp;&amp;nbsp;do i have to&amp;nbsp; to disable&amp;nbsp; membership provider ?&lt;/p&gt;
&lt;p&gt;or i need only to change in webconfig file and the website will handel and ignore the membership? ,,i just new to mempership provider model.&lt;/p&gt;</description></item></channel></rss>