-
Posted to
IIS7 - General
by
almighty_in
on
06-23-2009, 1:42 AM
I found it in StaticFile, it already have all the verbs, I gave write access to it...
but still its showing the same error. not worked :(
-
Posted to
IIS7 - General
by
almighty_in
on
06-18-2009, 6:27 AM
lextm
There is no handler for the type of path for the PUT requests, should I add new one to this list and then set verbs, or this is some other way I can do this.
-
Posted to
IIS7 - General
by
almighty_in
on
06-18-2009, 12:27 AM
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
-
Posted to
IIS7 - General
by
almighty_in
on
06-17-2009, 7:26 AM
lextm
Its again showing the same error message "Unable to save data" after changing application pool hosts to Local System.
I am saving the imge using scripting, so can not use the FileUpload control.
-
Posted to
IIS7 - General
by
almighty_in
on
06-17-2009, 2:58 AM
Hi All,
I am working on a web application in .net 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 http:\\localhost\virtualdir\Images\imagename.gif, when I run the same code on windows Vista it is showing scripting error
"Unable to save data". ...