<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.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/" xmlns:cs="http://blogs.iis.net/"><channel><title>IIS7 - General</title><link>http://forums.iis.net/1041.aspx</link><description>For any general questions relating to IIS 7</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Unable to save image</title><link>http://forums.iis.net/thread/1907930.aspx</link><pubDate>Tue, 23 Jun 2009 05:42:45 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907930</guid><dc:creator>almighty_in</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1907930.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1907930</wfw:commentRss><description>&lt;p&gt;I found it in StaticFile, it already have all the verbs, I gave write access to it...&lt;/p&gt;
&lt;p&gt;but still its showing the same error. not worked :(&lt;/p&gt;</description></item><item><title>Re: Unable to save image</title><link>http://forums.iis.net/thread/1907584.aspx</link><pubDate>Thu, 18 Jun 2009 23:05:48 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907584</guid><dc:creator>lextm</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1907584.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1907584</wfw:commentRss><description>&lt;p&gt;Please note that there may be handlers registered for wildcards in the IIS Manager (for example, WebDAV and StaticFile). &lt;/p&gt;&lt;p&gt;In my box, WebDAV handles PUT requests for me. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Unable to save image</title><link>http://forums.iis.net/thread/1907473.aspx</link><pubDate>Thu, 18 Jun 2009 10:27:47 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907473</guid><dc:creator>almighty_in</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1907473.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1907473</wfw:commentRss><description>&lt;p&gt;lextm&lt;/p&gt;
&lt;p&gt;There is no handler for the type of path for the PUT requests, should I add new one to this list and then&amp;nbsp;set verbs, or this is some other way I can do this.&lt;/p&gt;</description></item><item><title>Re: Unable to save image</title><link>http://forums.iis.net/thread/1907451.aspx</link><pubDate>Thu, 18 Jun 2009 04:51:33 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907451</guid><dc:creator>lextm</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1907451.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1907451</wfw:commentRss><description>&lt;p&gt;OK. I saw you provided more information on that thread. &lt;/p&gt;&lt;p&gt;405 for PUT requests means HTTP PUT verb is not enabled so that you need to enable that verb. On IIS 7, this can be done via IIS Manager,&lt;/p&gt;&lt;p&gt;1.&amp;nbsp; Find the web site in the left panel.&lt;/p&gt;&lt;p&gt;2. Click Handler Mappings icon in the middle.&lt;/p&gt;&lt;p&gt;3. Find the handler for the type of path for the PUT requests. Double click it.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;4. In the dialog click Request Restrictions button.&lt;/p&gt;&lt;p&gt;5. Navigate to Verbs tab and switch to All verbs (or add PUT to the text box).&lt;/p&gt;&lt;p&gt;Note that there may be other changes necessary (such as in Access tab you may need to use Write).&lt;br /&gt;&lt;/p&gt;&lt;p&gt;As I mentioned before, PUT verb is too powerful to be enabled. It is highly recommended to use other approaches to save images to the server, such as FileUpload control.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Unable to save image</title><link>http://forums.iis.net/thread/1907450.aspx</link><pubDate>Thu, 18 Jun 2009 04:27:53 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907450</guid><dc:creator>almighty_in</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1907450.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1907450</wfw:commentRss><description>lextm

Firstly I posted the same issue on ASP.NET forum, people asked for the scripting code and the error generated and after seeing that they asked me to post this issue to this forum as it is seemed some permission issue on IIS, look at it
http://forums.asp.net/p/1433093/3238512.aspx#3238512</description></item><item><title>Re: Unable to save image</title><link>http://forums.iis.net/thread/1907437.aspx</link><pubDate>Thu, 18 Jun 2009 01:39:31 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907437</guid><dc:creator>lextm</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1907437.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1907437</wfw:commentRss><description>&lt;p&gt;Then it is more than a permission issue.&lt;/p&gt;&lt;p&gt;Why kind of script did you use? Generally speaking, such script is not supported on this IIS forum. Can you post this question to forums at www.asp.net? There are more ASP.NET experts.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Unable to save image</title><link>http://forums.iis.net/thread/1907337.aspx</link><pubDate>Wed, 17 Jun 2009 11:26:01 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907337</guid><dc:creator>almighty_in</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1907337.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1907337</wfw:commentRss><description>&lt;p&gt;lextm &lt;/p&gt;
&lt;p&gt;Its again showing the same error message &amp;quot;Unable to save data&amp;quot; after changing application pool hosts to Local System. &lt;/p&gt;
&lt;p&gt;I am saving the imge using scripting, so can not use the FileUpload control.&lt;/p&gt;</description></item><item><title>Re: Unable to save image</title><link>http://forums.iis.net/thread/1907318.aspx</link><pubDate>Wed, 17 Jun 2009 07:14:30 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907318</guid><dc:creator>lextm</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1907318.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1907318</wfw:commentRss><description>&lt;p&gt;I guess it is a permission issue. Generally speaking, the change you noticed started much easier since the introduction of Windows Server 2003 and IIS 6. Now by default, IIS worker process runs under Network Service account which has a very limited set of permissions and rights.&lt;/p&gt;
&lt;p&gt;To verify if my guess is right, you can go to IIS Manager and find out which application pool hosts your web application. Then you can configure this application pool to run under Local System (via Advanced Settings button in the right panel)&amp;nbsp;instead and test again.&lt;/p&gt;
&lt;p&gt;Besides, why you want to configure verb?&amp;nbsp;It is a bad idea to enable PUT as it exposes too much to the outside world. ASP.NET provides you a lot of new ways to upload files. For example, the FileUpload control.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://quickstarts.asp.net/QuickStartv20/aspnet/doc/ctrlref/standard/fileupload.aspx"&gt;http://quickstarts.asp.net/QuickStartv20/aspnet/doc/ctrlref/standard/fileupload.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Unable to save image</title><link>http://forums.iis.net/thread/1907313.aspx</link><pubDate>Wed, 17 Jun 2009 06:58:41 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907313</guid><dc:creator>almighty_in</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1907313.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1907313</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;br /&gt;I am working on a web application in .net&amp;nbsp;2.0 . I have created a vbscript funtion on my aspx page to save an image on server. It is woring fine on windows XP using&amp;nbsp;http:\\localhost\virtualdir\Images\imagename.gif, when I run the same code on windows&amp;nbsp;Vista&amp;nbsp;it is showing scripting error &lt;br /&gt;&amp;quot;Unable to save data&amp;quot;. When I hard coded the folder path(drive path) e.g. C:\Image\Imagename.gif where the image is to save then it is working on server&lt;br /&gt;itself only, and showing same error when the application is run on some remote machin(b&amp;#39;cause it looks for C:\Image\Imafename.gif&amp;nbsp; on the client machin) .&lt;br /&gt;Even I have tried it out using machine IP instead of localhost and also with 127.0.0.1 which is default for windows vista, but agian &lt;br /&gt;showing the same error.i think due to some security or IIS&amp;nbsp;permissions on vista is not allowing to save image using localhost or IP.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Please also discuss how to set the Verbs (same in case of windows XP it is found when right click on the Project in IIS then configurations and then Verbs).&lt;/p&gt;
&lt;p&gt;Any help will be highly appriciated.&lt;br /&gt;Thanks!! &lt;/p&gt;</description></item></channel></rss>