<?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 'System.Web.AspNetHostingPermission'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=System.Web.AspNetHostingPermission&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'System.Web.AspNetHostingPermission'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>How do access client system file from FTP Server?</title><link>http://forums.asp.net/thread/2835686.aspx</link><pubDate>Mon, 29 Dec 2008 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2835686</guid><dc:creator>logosoftv</dc:creator><description>&lt;p&gt;Hi friends,&lt;/p&gt;
&lt;p&gt;i need to access flash file from the FTP remote server.&lt;br /&gt;but the flash file should be in client system.&lt;br /&gt;is there any possibilities for this....&lt;br /&gt;if anyone can tell me the solutions....&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Advance Wishes....&lt;/p&gt;</description></item><item><title>Re: Request for the permission of type 'System.Web.AspNetHostingPermission' failed</title><link>http://forums.asp.net/thread/2020852.aspx</link><pubDate>Thu, 22 Nov 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2020852</guid><dc:creator>Phr34ker</dc:creator><description>&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;The &lt;a&gt;file:////\\server\sharename\&lt;/a&gt;*&amp;nbsp; -solution worked great for me, and I had a&amp;nbsp;different error. I had the extremely annoying:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;SecurityException: Request for the permission of type &amp;#39;System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&amp;#39; failed.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;That pops up its ugly head waaaay to often in a multitude of situations (I believe I&amp;#39;ve gotten that error for 6 different things that has been wrong by now, but this solution was the one that solved the last one - and perhaps even had solved the otherones aswell, had I only seen it sooner).&lt;br /&gt;&lt;/font&gt;&lt;font face="Times New Roman" size="3"&gt;That message&amp;nbsp;is about as helful as most girlfriends policy: &amp;quot;If you don&amp;#39;t know what made me angry, I&amp;#39;m sure as hell not going to tell you either...&amp;quot;&lt;/font&gt;&lt;/p&gt;</description></item><item><title>System.Web.AspNetHostingPermission when using VS 2K5 &amp;amp; no problems when accessing the url???</title><link>http://forums.asp.net/thread/1515121.aspx</link><pubDate>Tue, 02 Jan 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1515121</guid><dc:creator>avarair</dc:creator><description>&lt;p&gt;I am using VS 2k5 and accessing the site I created for test on our local intranet (something like &lt;a href="http://test.xyz.com/media_locdef.aspx?pub=CE&amp;amp;promocode=DG8420"&gt;http://test.xyz.com/media_locdef.aspx?pub=CE&amp;amp;promocode=DG8420&lt;/a&gt;).&amp;nbsp; I have a CreditCardValidator.dll in the bin folder of the app, which I brought in from the app we have in version 1.1.&amp;nbsp; All worked fine on my when I used Asp .Net Development Server, and I could debug my app/pages.&amp;nbsp; Now it works under IIS with no problems, if I just access the app over HTTP.&amp;nbsp; I am trying to debug my app in VS2k5 and it gives this error:&lt;/p&gt;
&lt;p&gt;Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.&amp;nbsp;&lt;a&gt;\\Web1\e$\websites\avarair\test\Controls\person.ascx&lt;/a&gt;&amp;nbsp;87&amp;nbsp;, &lt;/p&gt;
&lt;p&gt;the line where the custom control is referenced in my pages, something like this:&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;etier&lt;/font&gt;&lt;font color=#0000ff size=2&gt;:&lt;/font&gt;&lt;font color=#800000 size=2&gt;CardTypesListBox&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;id&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="CardTypesListBox1"&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;runat&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="server"&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;Height&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="20px"&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;Rows&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="1"&amp;gt;.&lt;/font&gt;
&lt;p&gt;I am assuming this could be an issue related to control&amp;nbsp;build providers, because it underlines the line of code, when I have the web site page open in VS.&lt;/p&gt;
&lt;p&gt;I don't know how could I not be granted a "Build Permission" - can't guess anything here, but is there a way to enable me/my credentials to have build permission in IIS or .Net config tools.&lt;/p&gt;
&lt;p&gt;thanks for your time,&lt;/p&gt;
&lt;p&gt;Avarair&lt;/p&gt;</description></item></channel></rss>