<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'client side authorization in asp.net web project' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'client side authorization in asp.net web project' posted on the 'ASP.NET' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 18 May 2013 17:32:06 -0700</pubDate>
    <lastBuildDate>Sat, 18 May 2013 17:32:06 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>client side authorization in asp.net web project</title>
      <link>http://www.programmersheaven.com/mb/ASPNET/427253/427253/client-side-authorization-in-aspnet-web-project/</link>
      <description>i am developing a server-client program in which server will be showing datas sent by client across a network. without Authentication it works fine but i need some authentication because server side its a website.once i give authentication i am not able to get datas from client.i know that client must be given authorization to put data into server.can anyone tell me how to do that?i am developing based on the link given below&lt;br /&gt;
&lt;br /&gt;
blog.bobcravens.com/2009/11/browse-files-on-remote-computers &lt;br /&gt;
&lt;br /&gt;
posting server side authentication code&lt;br /&gt;
&lt;br /&gt;
&amp;lt;authentication mode="Forms"&amp;gt;&lt;br /&gt;
  &amp;lt;forms loginUrl="Login.aspx" name=".ASPXFORMSAUTH"&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;/forms&amp;gt;&lt;br /&gt;
&amp;lt;/authentication&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;authorization&amp;gt;&lt;br /&gt;
  &amp;lt;deny users = "?"/&amp;gt;&lt;br /&gt;
&amp;lt;/authorization&amp;gt;&lt;br /&gt;
login.aspx&lt;br /&gt;
&lt;br /&gt;
&amp;lt;script runat="server"&amp;gt;&lt;br /&gt;
    Sub Login_Click(ByVal sender As Object, ByVal e As EventArgs)&lt;br /&gt;
        If ((UserEmail.Text = "s@gmail.com") And _&lt;br /&gt;
            (UserPass.Text = "000")) Then&lt;br /&gt;
            FormsAuthentication.RedirectFromLoginPage _&lt;br /&gt;
                 (UserEmail.Text, Persist.Checked)&lt;br /&gt;
        Else&lt;br /&gt;
            Msg.Text = "Invalid credentials. Please try again."&lt;br /&gt;
        End If&lt;br /&gt;
    End Sub&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
i have written validation code also.everything works fine on the server side but not able to get data from client side..&lt;br /&gt;
&lt;br /&gt;
client program is written in c#,client-server communication is via http post.&lt;br /&gt;
&lt;br /&gt;
i am getting error shown below when i run client program&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/ASPNET/427253/427253/client-side-authorization-in-aspnet-web-project/</guid>
      <pubDate>Sun, 05 Feb 2012 23:45:36 -0700</pubDate>
      <category>ASP.NET</category>
    </item>
  </channel>
</rss>