<?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>Search results matching tag 'User.Identity.Name'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=User.Identity.Name&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'User.Identity.Name'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Using a Windows Login in an ASP.NET page</title><link>http://forums.asp.net/thread/3505345.aspx</link><pubDate>Tue, 10 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3505345</guid><dc:creator>PavanOIrish</dc:creator><description>&lt;p&gt;&lt;i&gt;&lt;/i&gt; You should able to get current logged in using &lt;b&gt;User.Identity.Name&lt;/b&gt;&lt;/p&gt;&lt;p&gt;HTH&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2" face="Tahoma"&gt;&lt;font color="#008000"&gt;&lt;br /&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Re: Using Windows Authentication Mode for internal Form need to capture currently logged in user for data</title><link>http://forums.asp.net/thread/2281917.aspx</link><pubDate>Mon, 07 Apr 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2281917</guid><dc:creator>rcain</dc:creator><description>&lt;p&gt;I am just about to give up.&amp;nbsp; I have made it as simple as I can without on the frills to debug.&amp;nbsp;&amp;nbsp;I have a repeater on a aspx page below, should I be using the Profile Parameter to get the UserName from the code behind?&amp;nbsp; Maybe that is my issue.&amp;nbsp; What type of parameter will pull the user name from the code you suggested?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; AutoEventWireup=&amp;quot;true&amp;quot; CodeFile=&amp;quot;Default6.aspx.cs&amp;quot; Inherits=&amp;quot;Default6&amp;quot; %&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;&lt;a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&lt;/a&gt;&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;html xmlns=&amp;quot;&lt;a href="http://www.w3.org/1999/xhtml"&gt;http://www.w3.org/1999/xhtml&lt;/a&gt;&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;head runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Untitled Page&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:Repeater ID=&amp;quot;Repeater1&amp;quot; runat=&amp;quot;server&amp;quot; DataSourceID=&amp;quot;ObjectDataSource1&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/asp:Repeater&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:ObjectDataSource ID=&amp;quot;ObjectDataSource1&amp;quot; runat=&amp;quot;server&amp;quot; &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; OldValuesParameterFormatString=&amp;quot;original_{0}&amp;quot; SelectMethod=&amp;quot;GetInstructorbyWID&amp;quot; &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; TypeName=&amp;quot;InstructorBLL&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;nbsp;&amp;nbsp; &amp;lt;SelectParameters&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;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:ProfileParameter Name=&amp;quot;wid&amp;quot; PropertyName=&amp;quot;UserName&amp;quot; Type=&amp;quot;String&amp;quot; /&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;lt;/SelectParameters&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/asp:ObjectDataSource&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/form&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;On the class page behind I tried your code:&lt;/p&gt;
&lt;p&gt;using System;&lt;br /&gt;using System.Collections;&lt;br /&gt;using System.Configuration;&lt;br /&gt;using System.Data;&lt;br /&gt;using System.Linq;&lt;br /&gt;using System.Web;&lt;br /&gt;using System.Web.Security;&lt;br /&gt;using System.Web.UI;&lt;br /&gt;using System.Web.UI.HtmlControls;&lt;br /&gt;using System.Web.UI.WebControls;&lt;br /&gt;using System.Web.UI.WebControls.WebParts;&lt;br /&gt;using System.Xml.Linq;&lt;/p&gt;
&lt;p&gt;public partial class Default6 : System.Web.UI.Page&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protected void Page_Load(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protected void ObjectDataSource1_Selecting(object sender, ObjectDataSourceSelectingEventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.InputParameters[&amp;quot;UserName&amp;quot;] = User.Identity.Name;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I know I am making this harder than it should be.&amp;nbsp; I am just missing something I am sure.&amp;nbsp; I can put the LoginName at the top of the page and it shows the correct, currently logged in user with thier domain.&amp;nbsp; Which is exactly what I need but it will not pass it to the object parameter.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;The code you suggested returns a blank page.&amp;nbsp; I am banging my head against the wall now.&amp;nbsp;&lt;img src="http://forums.asp.net/emoticons/emotion-43.gif" alt="Confused" /&gt;&lt;/p&gt;
&lt;p&gt;Thanks for your help.&lt;/p&gt;</description></item><item><title>Using Windows Authentication Mode for internal Form need to capture currently logged in user for data</title><link>http://forums.asp.net/thread/2272937.aspx</link><pubDate>Wed, 02 Apr 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2272937</guid><dc:creator>rcain</dc:creator><description>&lt;p&gt;I have created a form that an instructor can select their course and then go to another screen to enter data regarding that course.&amp;nbsp; I need to be able to use windows authentication so the instructor can view only their courses.&lt;/p&gt;
&lt;p&gt;I have tried using membership controls and assigning to a label and then assigning the label control to the grid view&amp;#39;s object data source parameter source but returns null value.&amp;nbsp; The web site is set up to use windows only and annonomous is unchecked.&amp;nbsp; I also tried using the system control LOGON_USER and still returns null value.&amp;nbsp; I can see the currently logged in user if i just use the login, or membership or LOGON_USER but cannot pass the value to the Data source.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Can you please help with any suggestions?&amp;nbsp; The following was my last attempt which gives me a SQL error.&lt;/p&gt;
&lt;p&gt;ASPX Source page:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;lt;asp:Label ID=&amp;quot;Label1&amp;quot; runat=&amp;quot;server&amp;quot; Text=&amp;quot;Label&amp;quot;&amp;gt;&amp;lt;/asp:Label&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;asp:ObjectDataSource ID=&amp;quot;ObjectDataSource1&amp;quot; runat=&amp;quot;server&amp;quot; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OldValuesParameterFormatString=&amp;quot;original_{0}&amp;quot; SelectMethod=&amp;quot;GetInstructorbyWID&amp;quot; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TypeName=&amp;quot;InstructorBLL&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;SelectParameters&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;lt;asp:ControlParameter ControlID=&amp;quot;Label1&amp;quot; Name=&amp;quot;wid&amp;quot; PropertyName=&amp;quot;Text&amp;quot; &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;nbsp;&amp;nbsp;&amp;nbsp; Type=&amp;quot;String&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/SelectParameters&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/asp:ObjectDataSource&amp;gt;&lt;/p&gt;
&lt;p&gt;ASPX.CS&amp;nbsp;page:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;public partial class Loggedinas : System.Web.UI.Page&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; protected void Page_Load(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MembershipUser currentUser = Membership.GetUser();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Label1.Text = currentUser.UserName;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Retrieving User Role and storing it</title><link>http://forums.asp.net/thread/2154798.aspx</link><pubDate>Tue, 05 Feb 2008 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2154798</guid><dc:creator>ams015</dc:creator><description>&lt;p&gt;Is there a way that i can retrieve the user&amp;#39;s role and store it into a string and possibly a label?&lt;/p&gt;</description></item><item><title>Formview: Cannot insert the value NULL into column 'swCreatedBy'...</title><link>http://forums.asp.net/thread/2013324.aspx</link><pubDate>Sun, 18 Nov 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2013324</guid><dc:creator>therod0308</dc:creator><description>&lt;p&gt;&amp;nbsp;I&amp;#39;m getting the following error: &lt;b&gt;Cannot insert the value NULL into column &amp;#39;swCreatedBy&amp;#39;...&amp;nbsp; column does not allow nulls.&amp;nbsp; INSERT fails&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;I thought that my code-behind was taking the currently logged user and filling the swCreatedBy field.&amp;nbsp; Maybe I&amp;#39;ve been working on this thing too long.&amp;nbsp;&lt;/p&gt;Can&amp;#39;t figure out why this is not working.&amp;nbsp; Here&amp;#39;s a code snippet:&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;b&gt;&amp;lt;td class=&amp;quot;dbReadOnly&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:Label ID=&amp;quot;swCreatedByLabel&amp;quot; runat=&amp;quot;server&amp;quot; Text=&amp;#39;&amp;lt;%# Bind(&amp;quot;swCreatedBy&amp;quot;) %&amp;gt;&amp;#39;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/asp:Label&amp;gt;&amp;lt;/td&amp;gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;And here is the code-behind:&lt;/p&gt;&lt;p&gt;&lt;b&gt;Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim ctl As Control = CompanyFormView.FindControl(&amp;quot;swCreatedByLabel&amp;quot;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If ctl Is Nothing Then&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; Return&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim txt As Label = CType(ctl, Label)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; txt.Text = User.Identity.Name&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End Sub&lt;/b&gt; &lt;/p&gt;&lt;p&gt;Am I doing this wrong?&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>AD / ADAM authentication and IIS 6.0 (C#)</title><link>http://forums.asp.net/thread/1853037.aspx</link><pubDate>Sat, 11 Aug 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1853037</guid><dc:creator>fivepoundunit</dc:creator><description>&lt;p&gt;I&amp;#39;m working on a solution for my employer that grabs the currently logged in user&amp;#39;s name using a WindowsIdentity method, and compares that to an Active Directory LDAP query to get the &amp;quot;Title&amp;quot; property.&amp;nbsp; If the title property matches a list of permitted titles in the code-behind, it grants them access, otherwise it redirects them.&amp;nbsp; My question is, the whole thing works beautifully in VS2005 on a VM development server, but when I deploy it to an IIS 6.0 server (VM or not) it fails during the LDAP query, giving all sorts of error messages including &amp;quot;Domain not available&amp;quot;, or &amp;quot;Operations Error&amp;quot;.&amp;nbsp; My associate and I even installed ADAM and I tried using this method of authentication, but got the same results.&amp;nbsp; My web.config is set as follows:&lt;br /&gt;&lt;br /&gt;&amp;lt;authentication mode=&amp;quot;Windows&amp;quot;/&amp;gt;&lt;br /&gt;&amp;lt;identity impersonate=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;&amp;lt;anonymousIdentification enabled = &amp;quot;false&amp;quot;/&amp;gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;We&amp;#39;ve even tried changing the IIS Directory Security on the virtual directory for the website, both with anonymous enabled and disabled, even changing the anonymous account to a service account that has AD admin access, and still no luck.&amp;nbsp; I&amp;#39;m thinking there&amp;#39;s something I missed between IIS 6.0 and ASP.NET 2.0, because we have .Net 1.1 web-based solutions that work fine on these very same servers!&lt;br /&gt;Any ideas or suggestions?&amp;nbsp; Is there an industry best-practice or standard for using Windows authentication on specific web forms of a website that I missed?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Defaultnetworkcredential are empty </title><link>http://forums.asp.net/thread/1852829.aspx</link><pubDate>Fri, 10 Aug 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1852829</guid><dc:creator>Groslot</dc:creator><description>&lt;p&gt;I have a web apps on a win 2003 server that access a web services on a different web server 2003. When everything is on the same machine it works but when I split them I got a HTTP status 401: Unauthorized. I have impersonate set to true and using &amp;nbsp; &amp;lt;authentication mode=&amp;quot;Windows&amp;quot;/&amp;gt;. The apps has its own web site and owns application pool running with a domain account identity. I have done the delegation (setspn -a http/servername&amp;nbsp;domainname\myaccount)&amp;nbsp;&amp;nbsp;of the account and I have also done the aspnet_regiis - ga&amp;nbsp;domainname\myaccount.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If fact I have two apps, one is working and the other one not. They both work with basic authentication. It is really a kerberos security contaxt not transfer. The only different between the 2 appps is one we use the &amp;quot;add web reference&amp;quot; which create the wdsl stuff and the other one is the manuual way of doing it by using the SoapHttpClientProtocol. At the webservice server it seen the failing apps present itself with no credential because in the event log I have fail logon mentioning bad username or password and the username field is empty. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;here the stack trace:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;[WebException: The request failed with HTTP status 401: Unauthorized.]&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +533199&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +204&lt;br /&gt;&amp;nbsp;&amp;nbsp; NPG.Framework.EntityWSProxy.EntityWSProxy.InvokeWebMethod(String name, Object[] parameters) +664&lt;br /&gt;&amp;nbsp;&amp;nbsp; CSA.MDB.EntityWSProxy.EntityWSProxy.GetMissionBrowserPages(String fileName) +79&lt;br /&gt;&amp;nbsp;&amp;nbsp; CSA.MDB.WebIntranet.TestWS.Button1_Click(Object sender, EventArgs e) +506&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33&lt;br /&gt;&amp;nbsp;&amp;nbsp; System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Anyone has hint for me. I&amp;#39;m not a programmer so be indulgent. I&amp;#39;m a system admin helping our programmers.&lt;/p&gt;</description></item><item><title>single signin for multiple application wouldn't work..</title><link>http://forums.asp.net/thread/1623851.aspx</link><pubDate>Fri, 16 Mar 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1623851</guid><dc:creator>etws14</dc:creator><description>&lt;p&gt;hi everybody,&lt;/p&gt;
&lt;p&gt;I am trying to develop&amp;nbsp;a single signin for more application. i have try to set the validationKey and decryptionKey for both application but at machinekey but it wouldn't work. i try to check user.identity.isauthentication is give me true. why it works like that?&lt;/p&gt;
&lt;p&gt;any suggestion?&lt;/p&gt;
&lt;p&gt;and how i going to do ? is it i need to do the authentication myself and set the cookies myself?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;can anybody give me some example or source code?&lt;/p&gt;
&lt;p&gt;thank you&lt;/p&gt;</description></item><item><title>Can I encrypt  Web.config section in Meduim Trust Level?</title><link>http://forums.asp.net/thread/1537176.aspx</link><pubDate>Wed, 17 Jan 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1537176</guid><dc:creator>JigneshP</dc:creator><description>&lt;p&gt;Can some one please help. I would like to know can I encrypt Web.Config (section) in Meduim Trust Level?&lt;/p&gt;&lt;p&gt;Thanks&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: user.identity.name doesn't work on server</title><link>http://forums.asp.net/thread/1528183.aspx</link><pubDate>Thu, 11 Jan 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1528183</guid><dc:creator>BhaveshPatel</dc:creator><description>&lt;p&gt;I tried as u mentioned.. as making changes like below to my web.config and turning off the anonymous access. still it is poping up the username and password window.&lt;/p&gt;&lt;font color=#0000ff size=2&gt;
&lt;p&gt;&amp;lt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;system.web&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;compilation&lt;/font&gt;&lt;font color=#0000ff size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;debug&lt;/font&gt;&lt;font color=#0000ff size=2&gt;=&lt;/font&gt;&lt;font size=2&gt;"&lt;/font&gt;&lt;font color=#0000ff size=2&gt;true&lt;/font&gt;&lt;font size=2&gt;"&lt;/font&gt;&lt;font color=#0000ff size=2&gt;/&amp;gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;authentication&lt;/font&gt;&lt;font color=#0000ff size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;mode&lt;/font&gt;&lt;font color=#0000ff size=2&gt;=&lt;/font&gt;&lt;font size=2&gt;"&lt;/font&gt;&lt;font color=#0000ff size=2&gt;Windows&lt;/font&gt;&lt;font size=2&gt;"&lt;/font&gt;&lt;font color=#0000ff size=2&gt;/&amp;gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;authorization&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;
&lt;p&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;&lt;/p&gt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;deny&lt;/font&gt;&lt;font color=#0000ff size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;users&lt;/font&gt;&lt;font color=#0000ff size=2&gt;=&lt;/font&gt;&lt;font size=2&gt;"&lt;/font&gt;&lt;font color=#0000ff size=2&gt;?&lt;/font&gt;&lt;font size=2&gt;"&lt;/font&gt;&lt;font color=#0000ff size=2&gt; /&amp;gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/p&gt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;authorization&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;
&lt;p&gt;&amp;lt;/&lt;/p&gt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;system.web&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;
&lt;p&gt;&lt;font color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp; is there anything like this application(when I am publishing to the server) has not enough privileges to access the username from IIS? I am not master of asp.net or IIS.. I just started working on it. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp; or is there any other Idea for it???&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;</description></item></channel></rss>