<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.dotnetzone.gr:443/cs/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>Πρώτα Βήματα - Web Development</title><link>https://www.dotnetzone.gr:443/cs/forums/75/ShowForum.aspx</link><description>Ολα τα θέματα που σας απασχολούν σχετικά με ASP, ASP.NET αν τώρα επιχειρείτε να φτιάξετε την πρώτη σας σελίδα.</description><dc:language>el</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator><item><title>Απ: Αποθήκευση αρχείου σε μία web based application</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/13463.aspx</link><pubDate>Tue, 30 May 2006 04:06:21 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:13463</guid><dc:creator>evliatsas</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/13463.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=75&amp;PostID=13463</wfw:commentRss><description>&lt;P&gt;&lt;BLOCKQUOTE&gt;&lt;table width="85%"&gt;&lt;tr&gt;&lt;td class="txt4"&gt;&lt;img src="/cs/Themes/default/images/icon-quote.gif"&gt;&amp;nbsp;&lt;strong&gt;vxan wrote:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="quoteTable"&gt;&lt;table width="100%"&gt;&lt;tr&gt;&lt;td valign="top" class="txt4"&gt;Να συμπληρώσω ότι θα πρέπει να δώσεις τα απαραίτητα permissions στο φάκελλο που θα σώζεις το file και να έχεις υπόψη με ποιο χρήστη θα τρέχει ο κώδικας (ASPNET. NETWORK SERVICE or Impersonate)&lt;BR&gt;&lt;BR&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/BLOCKQUOTE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Όσον αφορά το Impersonate (Άν επιλέξεις να μην έχει δικαιώματα ο ASPNET User), σου παραθέτω κάποιες οδηγίες από το MSDN:&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#a52a2a&gt;In the application configuration file (Web.config), you establish the authentication mode that your application uses and establish that the application will impersonate the user's credentials — that is, that it will run as that user.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#a52a2a&gt;To configure Web.config to allow Windows integrated security &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#a52a2a&gt;Open the Web.config file for your application and add the following elements to it: &lt;BR&gt;&amp;nbsp;&amp;lt;authentication mode="Windows" /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;identity impersonate="true"/&amp;gt;&lt;BR&gt;The &amp;lt;authentication&amp;gt; element might already be there. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#a52a2a&gt;Note&amp;nbsp;&amp;nbsp; Elements in Web.config are case sensitive.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#a52a2a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#000000&gt;Με τον τρόπο αυτό, θα πρέπει να έχει δικαιώματα στον φάκελλο του Server ο&amp;nbsp;Windows User που&amp;nbsp;άνοιξε την σελίδα.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description></item><item><title>Απ: Αποθήκευση αρχείου σε μία web based application</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/13399.aspx</link><pubDate>Sun, 28 May 2006 00:24:50 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:13399</guid><dc:creator>vxan</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/13399.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=75&amp;PostID=13399</wfw:commentRss><description>ASPNET χωρίς τελεία &lt;br /&gt;
&lt;br /&gt;</description></item><item><title>Απ: Αποθήκευση αρχείου σε μία web based application</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/13397.aspx</link><pubDate>Sun, 28 May 2006 00:23:48 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:13397</guid><dc:creator>vxan</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/13397.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=75&amp;PostID=13397</wfw:commentRss><description>Θα πρέπει να ορίσεις ένα φάκελο στον οποίο να αποθηκεύεται το αρχείο και να δηλώσεις το full path name στην εφαρμογή σου. Επίσης πρέπει στα NTFS permissions του φάκελου να δώσεις full permissions στον ASP.NET user&lt;br /&gt;
&lt;br /&gt;</description></item><item><title>Απ: Αποθήκευση αρχείου σε μία web based application</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/13396.aspx</link><pubDate>Sat, 27 May 2006 23:53:13 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:13396</guid><dc:creator>koffina</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/13396.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=75&amp;PostID=13396</wfw:commentRss><description>Η εφαρμογη τρεχει σε Windows XP.</description></item><item><title>Απ: Αποθήκευση αρχείου σε μία web based application</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/13373.aspx</link><pubDate>Sat, 27 May 2006 04:39:13 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:13373</guid><dc:creator>vxan</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/13373.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=75&amp;PostID=13373</wfw:commentRss><description>Δώσε περισσότερα στοιχεία για το περιβάλλον στο οποίο τρέχει η εφαρμογή. Είναι Windows XP, Windows Server 2000/2003?</description></item><item><title>Απ: Αποθήκευση αρχείου σε μία web based application</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/13370.aspx</link><pubDate>Sat, 27 May 2006 02:28:57 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:13370</guid><dc:creator>koffina</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/13370.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=75&amp;PostID=13370</wfw:commentRss><description>Αυτο που θελω να κανω ειναι να δημιουργησω στον server το αρχειο και να μεινει εκει.&lt;br&gt;</description></item><item><title>Απ: Αποθήκευση αρχείου σε μία web based application</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/13369.aspx</link><pubDate>Sat, 27 May 2006 02:27:27 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:13369</guid><dc:creator>koffina</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/13369.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=75&amp;PostID=13369</wfw:commentRss><description>Εκει κυριως αντιμετωπιζω το προβλημα. Πως ακριβως ορίζω τον χρηστη στον κωδικα; Το authentication θα γίνεται μέσω των Windows;&lt;br&gt;&lt;br&gt;Ευχαριστω για τις απαντησεις&lt;br&gt;Ιωαννα&lt;br&gt;</description></item><item><title>Απ: Αποθήκευση αρχείου σε μία web based application</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/13313.aspx</link><pubDate>Thu, 25 May 2006 19:50:36 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:13313</guid><dc:creator>vxan</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/13313.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=75&amp;PostID=13313</wfw:commentRss><description>Να συμπληρώσω ότι θα πρέπει να δώσεις τα απαραίτητα permissions στο φάκελλο που θα σώζεις το file και να έχεις υπόψη με ποιο χρήστη θα τρέχει ο κώδικας (ASPNET. NETWORK SERVICE or Impersonate)&lt;br /&gt;
&lt;br /&gt;</description></item><item><title>Απ: Αποθήκευση αρχείου σε μία web based application</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/13246.aspx</link><pubDate>Wed, 24 May 2006 19:40:51 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:13246</guid><dc:creator>anjelinio</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/13246.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=75&amp;PostID=13246</wfw:commentRss><description>Ποιός δημιουργεί το αρχείο αυτό; Θες με άλλα λόγια να κάνεις upload ένα αρχείο απο τον σκληρό δίσκο του client στο server, ή το αντίθετό; Ή απλώς θές να δημιουργείς ένα αρχείο στο server για κάποιο λόγο, το οποίο δημιουργείται στο server και μένει εκεί;&lt;br /&gt;
&lt;br /&gt;
Για πες λίγο καλύτερα το σενάριό σου ... &lt;br /&gt;
&lt;br /&gt;
Υ.Γ. Ρίξε μια ματιά στο FileSystemObject, σου επιτρέπει να δημιουργείς και να διαβάζεις text files απο scripting περιβάλλον.</description></item><item><title>Αποθήκευση αρχείου σε μία web based application</title><link>https://www.dotnetzone.gr:443/cs/forums/thread/13238.aspx</link><pubDate>Wed, 24 May 2006 18:17:14 GMT</pubDate><guid isPermaLink="false">2622095e-976c-431a-859e-16783ec7ecd7:13238</guid><dc:creator>koffina</dc:creator><slash:comments>0</slash:comments><comments>https://www.dotnetzone.gr:443/cs/forums/thread/13238.aspx</comments><wfw:commentRss>https://www.dotnetzone.gr:443/cs/forums/commentrss.aspx?SectionID=75&amp;PostID=13238</wfw:commentRss><description>Θα ήθελα να ρωτήσω το εξης:&lt;br&gt;Έχω μία εφαρμογή υλοποιημένη σε asp κατα την εκετέλεση της οποίας θέλω να δημιουργείται ένα αρχείο (txt) και να αποθηκευεται στον server ή τουλάχιστον στον client.&lt;br&gt;Πως μπορώ να το κάνω αυτό;&lt;br&gt;&lt;br&gt;ευχαριστώ πολύ&lt;br&gt;</description></item></channel></rss>