<?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>Cassini Sample Web Server</title><link>http://forums.asp.net/67.aspx</link><description>Discuss the source code to the Cassini Sample Web Server for ASP.NET 1.x.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: 403 Error</title><link>http://forums.asp.net/thread/2730032.aspx</link><pubDate>Thu, 06 Nov 2008 23:54:37 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2730032</guid><dc:creator>cybrduck</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2730032.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=67&amp;PostID=2730032</wfw:commentRss><description>&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;The problem is the settings for your IIS server.&amp;nbsp; Make sure the root folder or any folder that the page uses such as the master pages is set to use scripting.&amp;nbsp; Under the home directory tab, the Execute Permissions should be set to &amp;quot;Scripting&amp;quot;.&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Re: 403 Error</title><link>http://forums.asp.net/thread/946500.aspx</link><pubDate>Sat, 04 Jun 2005 17:21:46 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:946500</guid><dc:creator>Skerb</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/946500.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=67&amp;PostID=946500</wfw:commentRss><description>I have this same problem, but I have no idea of how to solver it.&amp;nbsp;
Im the only user on my computer, so I cant change the security of my
folders, because I should have full permissions for everything...This
is really bugging me, I have no idea where to go from here.&amp;nbsp; I
guess Ill try that script and see if I can get that to work.&lt;br&gt;</description></item><item><title>Re: 403 Error</title><link>http://forums.asp.net/thread/803562.aspx</link><pubDate>Wed, 19 Jan 2005 19:40:12 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:803562</guid><dc:creator>imleggy</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/803562.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=67&amp;PostID=803562</wfw:commentRss><description>Changing the code would have no effect if you did not recompile would it?</description></item><item><title>Re: 403 Error</title><link>http://forums.asp.net/thread/803168.aspx</link><pubDate>Wed, 19 Jan 2005 14:35:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:803168</guid><dc:creator>Thanatos81</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/803168.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=67&amp;PostID=803168</wfw:commentRss><description>Works fine, hel420. But perhaps you should have mentioned that a recompile is needed.</description></item><item><title>Re: 403 Error</title><link>http://forums.asp.net/thread/758323.aspx</link><pubDate>Sun, 28 Nov 2004 09:25:43 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:758323</guid><dc:creator>hel420</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/758323.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=67&amp;PostID=758323</wfw:commentRss><description>try comment these codes in Request.cs file
&lt;br /&gt;
            // Limit to local requests only
&lt;br /&gt;
            //if (!_conn.IsLocal) {
&lt;br /&gt;
            //    _conn.WriteErrorAndClose(403);
&lt;br /&gt;
            //    return;
&lt;br /&gt;
            //}</description></item><item><title>Re: 403 Error</title><link>http://forums.asp.net/thread/745150.aspx</link><pubDate>Fri, 12 Nov 2004 09:44:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:745150</guid><dc:creator>Tinbeard</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/745150.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=67&amp;PostID=745150</wfw:commentRss><description>Thanks for the suggestions, I've tried it with a shared folder with access to everyone and also downloaded the Nwind.mdb sample database just incase my test database was corrupt in some way, but still no luck.
&lt;br /&gt;
Think i'll just setup a hosting account somewhere and do it that way to get around the problem I seem to have locally.
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;</description></item><item><title>Re: 403 Error</title><link>http://forums.asp.net/thread/743731.aspx</link><pubDate>Wed, 10 Nov 2004 20:54:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:743731</guid><dc:creator>bdesmet</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/743731.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=67&amp;PostID=743731</wfw:commentRss><description>And you're always calling it locally using http://localhost? Then we can elimante that the error is caused by using Cassini remotely (which is not supported). Although it looks strange to me (Cassini runs in the context of the logged on user), check the permissions on the whole folder and make sure you have full rights over there (and the mdb is not marked as read-only). To do this, disable &amp;quot;simple folder sharing&amp;quot; in the Folder Options dialog and go to the security tab of the folder's properties in Windows Explorer. Eventually, try (but remove it if it doesn't work) to add the Everyone group with full permissions on the folder).</description></item><item><title>Re: 403 Error</title><link>http://forums.asp.net/thread/741569.aspx</link><pubDate>Mon, 08 Nov 2004 19:29:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:741569</guid><dc:creator>Tinbeard</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/741569.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=67&amp;PostID=741569</wfw:commentRss><description>If I create a sample page, with say some text,images and a form it all displays fine when I test it frome dreamweaver. However if I try to create a database connection I get the 403 error. It seems to be something with either the folder the database is stored in or some permission problem with the database.
&lt;br /&gt;</description></item><item><title>Re: 403 Error</title><link>http://forums.asp.net/thread/741537.aspx</link><pubDate>Mon, 08 Nov 2004 18:52:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:741537</guid><dc:creator>imleggy</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/741537.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=67&amp;PostID=741537</wfw:commentRss><description>The 403 would suggest that you are denied access to the page itself, not the database. You will need to check this first.</description></item><item><title>403 Error</title><link>http://forums.asp.net/thread/740725.aspx</link><pubDate>Sun, 07 Nov 2004 20:31:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:740725</guid><dc:creator>Tinbeard</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/740725.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=67&amp;PostID=740725</wfw:commentRss><description>Hello,
&lt;br /&gt;

&lt;br /&gt;
I'm totally new to asp.NET so I apologise if I'm a little clueless.
&lt;br /&gt;

&lt;br /&gt;
I'm trying to connect to an Access database from Dreamweaver 2004 MX, everything seems to be fine until I complete the connection string, I then recieve a 403 - Forbidden error.
&lt;br /&gt;
I've tried everything I can think of, Cassini seems to be running fine, Dreamweaver &amp;quot;sees&amp;quot; the server running but no matter what I put into the string (and even if I leave it totaly blank) I get the same error.
&lt;br /&gt;

&lt;br /&gt;
This is the string:
&lt;br /&gt;

&lt;br /&gt;
Provider=Microsoft.Jet.OLEDB.4.0;
&lt;br /&gt;
Data Source=c:\webs\test\database\test.mdb;
&lt;br /&gt;
User ID=[username];
&lt;br /&gt;
Password=[password];
&lt;br /&gt;

&lt;br /&gt;
I've run it with the user and password fields deleted but still no joy
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
In cassini the application path is set to &amp;quot;C:\webs\test&amp;quot; and the server is http://localhost/webs/test/
&lt;br /&gt;

&lt;br /&gt;
I'm using XP home and I', assuming its a permission problem but I've no idea where or how to check it correctly, I'd be grateful for any help.
&lt;br /&gt;

&lt;br /&gt;</description></item></channel></rss>