Forum: C# Jan 16th, 2009 |
| Replies: 15 Views: 846 hmmm im relatively new to all this IIS stuff, can i create a virtual folder on my local pc and then transfer it to the server? (which iv been trying to do) or do i have to configure it on the server... |
Forum: C# Jan 15th, 2009 |
| Replies: 15 Views: 846 im trying to test out my application so far by uploading all the project files to my "web" folder on the university server, but when i naviage to the server/myfoldername where the index.aspx is... |
Forum: C# Jan 3rd, 2009 |
| Replies: 15 Views: 846 yep normalisation is a good idea to get rid of duplicates etc, i think i will store the file location to each file in a database; does any1 know a sutible server on which to store the files?
do u... |
Forum: C# Jan 3rd, 2009 |
| Replies: 15 Views: 846 i think each file will have to have a "FileOwner" so that for example when johnny logs in to his account, there will be a database select statement like:
Select * From File
Where FileOwner =... |
Forum: C# Jan 3rd, 2009 |
| Replies: 15 Views: 846 thanks very much for the feedback, yes i have done the requirements and am trying to design classes, database and screen flows...i will post more if i get stuck :)
i have just figuered out how to... |
Forum: C# Jan 3rd, 2009 |
| Replies: 15 Views: 846 thanks very much for the feedback, yes i have done the requirements and am trying to design classes, database and screen flows...i will post more if i get stuck :) |
Forum: C# Jan 2nd, 2009 |
| Replies: 15 Views: 846 hi, basically im designing an online backup system for my final year project. It will be an (asp.net/c#) web application which allows users to backup their files to a remote server. Each user will... |