Hi, hope someone can help me here...
I built an ASP.NET upload tool for uploading spreadsheets to the web server and then the content to SQL server.
This works great if I run it on localhost (as in the actual server) as it also holds the uploaded files within the app folder.
But when I try to use it from another machine it seems to take forever trying to upload the file and then times out.
It doesn't actually manage to upload the file, which suggests a permissions issue to me.
What permissions would I need to set on the receiving folder to allow this to happen - there doesn't appear to be any generic users/groups set up with Cassini for anonymous access.
Any ideas/suggestions would be most welcome - thanks :)