﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Re-invent ASP.NET Hosting Community / Web Site Development / Design / SQL 2008/2005/2000 and MS Access Database  / adding database folder and editing permissions to it / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>Re-invent ASP.NET Hosting Community</description><link>http://community.re-invent.com/</link><webMaster>community@re-invent.com</webMaster><lastBuildDate>Mon, 05 Jan 2009 22:09:41 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: adding database folder and editing permissions to it</title><link>http://community.re-invent.com/Topic537-4-1.aspx</link><description>Hello,&lt;/P&gt;&lt;P&gt;I did confirm that the permissions are set correctly for your site and files you indicated.    The error message indicates a different issue then permissions.   Here is a link with specific information on that error and a resolution for it:&lt;/P&gt;&lt;P&gt;&lt;A href="http://classicasp.aspfaq.com/files/directories-fso/why-do-i-get-800a003e/input-past-end-of-file-errors.html"&gt;http://classicasp.aspfaq.com/files/directories-fso/why-do-i-get-800a003e/input-past-end-of-file-errors.html&lt;/A&gt;</description><pubDate>Tue, 03 Apr 2007 09:43:29 GMT</pubDate><dc:creator>Re-invent (Plato)</dc:creator></item><item><title>RE: adding database folder and editing permissions to it</title><link>http://community.re-invent.com/Topic537-4-1.aspx</link><description>&lt;FONT color=#111111&gt;ok im getting an error &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#111111&gt;"Microsoft VBScript runtime &lt;FONT face=Arial size=2&gt;error '800a003e'&lt;/FONT&gt;&lt;FONT face="Times New Roman" size=3&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#111111&gt;&lt;FONT face=Arial size=2&gt;Input past end of file&lt;/FONT&gt; &lt;/FONT&gt;&lt;P&gt;&lt;FONT color=#111111&gt;&lt;FONT face=Arial size=2&gt;/include/sub_box.asp&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;, line 506&lt;/FONT&gt; "&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#111111&gt;the software develper has told me i do not have &lt;FONT color=#ff1111&gt;"&lt;STRONG&gt;write"&lt;/STRONG&gt;&lt;/FONT&gt; permission on my&lt;/FONT&gt; &lt;FONT color=#5555dd&gt;&lt;STRONG&gt;Public &lt;/STRONG&gt;&lt;FONT color=#111111&gt;folder&lt;/FONT&gt; &lt;/FONT&gt;&lt;FONT color=#111111&gt;and i need to "give the anonymous web user &lt;FONT color=#ff1111&gt;"&lt;STRONG&gt;write"&lt;/STRONG&gt;&lt;/FONT&gt; permission on the &lt;B style="COLOR: #ffa34f"&gt;counter&lt;/B&gt;.txt file" that is in the &lt;FONT color=#3333dd&gt;&lt;STRONG&gt;Public&lt;/STRONG&gt;&lt;/FONT&gt; folder&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#111111&gt;can you check to see if these permissions are correct or is there a way i can do this. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Thanx MaXx</description><pubDate>Mon, 02 Apr 2007 22:08:42 GMT</pubDate><dc:creator>spacitynitelife.com</dc:creator></item><item><title>RE: adding database folder and editing permissions to it</title><link>http://community.re-invent.com/Topic537-4-1.aspx</link><description>Hello,&lt;/P&gt;&lt;P&gt;Your folder permissions should be preset for the ability to write within your application space.   If you receive an error or have Frontpage extensions installed to your site please let us know the error message and we'll have our support check your permissions or provide other assistance to you.</description><pubDate>Sun, 01 Apr 2007 12:30:16 GMT</pubDate><dc:creator>Re-invent (Plato)</dc:creator></item><item><title>RE: adding database folder and editing permissions to it</title><link>http://community.re-invent.com/Topic537-4-1.aspx</link><description>Ok sorry for the newbe question i think i got it but answers would still be great</description><pubDate>Sun, 01 Apr 2007 02:42:45 GMT</pubDate><dc:creator>spacitynitelife.com</dc:creator></item><item><title>adding database folder and editing permissions to it</title><link>http://community.re-invent.com/Topic537-4-1.aspx</link><description>Ok im new to re-invent and to ms sql please help.&lt;/P&gt;&lt;P&gt;i am editing a setting page on a blog app. and it asks for:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;line 40 --&amp;gt; &lt;/STRONG&gt;folder_upload = "&lt;FONT color=#dd6900&gt;public&lt;/FONT&gt;" [ general upload directory -&lt;STRONG&gt; make sure that this directory have sufficient permissions to write &lt;/STRONG&gt;]&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;line 44 --&amp;gt; &lt;/STRONG&gt;StrPathShortImage = folder_upload &amp;amp; "&lt;FONT color=#dd6900&gt;/images_upload/&lt;/FONT&gt;" [ images upload directory -&lt;STRONG&gt; make sure that this folder have sufficient permissions to write&lt;/STRONG&gt; &lt;STRONG&gt;and remember final slash&lt;/STRONG&gt; ! ]&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;line 48 --&amp;gt;&lt;/STRONG&gt; Dir_Image_Upload = "&lt;FONT color=#dd6900&gt;http://www.yourdomain.com/blog/public/images_upload/&lt;/FONT&gt;" [ full address of the image upload folder - &lt;STRONG&gt;remember final slash&lt;/STRONG&gt; ! ]&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;line 52 --&amp;gt; &lt;/STRONG&gt;StrPathShortFile = folder_upload &amp;amp; "&lt;FONT color=#dd6900&gt;/files_upload/&lt;/FONT&gt;" [ files upload directory -&lt;STRONG&gt; make sure that this folder have sufficient permissions to write and remember final slash&lt;/STRONG&gt; ! ]&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;line 56 --&amp;gt;&lt;/STRONG&gt; Dir_File_Upload = "&lt;FONT color=#dd6900&gt;http://www.yourdomain.com/blog/public/files_upload/&lt;/FONT&gt;" [ full address of the files upload folder -&lt;STRONG&gt; remember final slash&lt;/STRONG&gt; ! ]&lt;/P&gt;&lt;P&gt;how do i create a general upload directory &amp;amp; a files upload directory also how will i edit permissions to these.&lt;/P&gt;&lt;P&gt;any help will be great &lt;/P&gt;&lt;P&gt;thanx   maxx</description><pubDate>Sun, 01 Apr 2007 02:00:32 GMT</pubDate><dc:creator>spacitynitelife.com</dc:creator></item></channel></rss>