advice needed on classes for an online backup system

Reply

Join Date: Oct 2008
Posts: 41
Reputation: julseypart is an unknown quantity at this point 
Solved Threads: 0
julseypart julseypart is offline Offline
Light Poster

Re: advice needed on classes for an online backup system

 
0
  #11
Jan 15th, 2009
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 located i get an application error - what im i doing wrong? im using filezilla to upload the files...

p.s. here is the link

http://itsuite.it.brighton.ac.uk/jmp...YearProject09/
Last edited by julseypart; Jan 15th, 2009 at 5:30 pm.
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 1,735
Reputation: LizR has a spectacular aura about LizR has a spectacular aura about 
Solved Threads: 187
LizR LizR is offline Offline
Posting Virtuoso

Re: advice needed on classes for an online backup system

 
0
  #12
Jan 15th, 2009
Id suggest you ask in the asp.net forum
Did I just hear "You gotta help us, Doc. We've tried nothin' and we're all out of ideas" ? Is this you? Dont let this be you! I will put in as much effort as you seem to.
Reply With Quote Quick reply to this message  
Join Date: Nov 2005
Posts: 33
Reputation: miculnegru is an unknown quantity at this point 
Solved Threads: 5
miculnegru miculnegru is offline Offline
Light Poster

Re: advice needed on classes for an online backup system

 
0
  #13
Jan 16th, 2009
Originally Posted by julseypart View Post
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 located i get an application error - what im i doing wrong?
There are many things that could be wrong,most of them have to do with the IIS configuration. Maybe the virtual directory is not set-up for your application.

But my money is on the web.Config you submited to the folder pool, you see if there is a web.Config already defined in the default root path of the website when you made another web.Config in the root/yourapi and included in that web.Config the <roleManager enabled="true" /> tag . You got an error because you can't have in your nested web.Config some specific elements like authentication

the best solution in this case is the move the project away from the root directory and create another virtual directory just for it.
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 41
Reputation: julseypart is an unknown quantity at this point 
Solved Threads: 0
julseypart julseypart is offline Offline
Light Poster

Re: advice needed on classes for an online backup system

 
0
  #14
Jan 16th, 2009
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 itself (which i would probs need an administator for)?
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 1,735
Reputation: LizR has a spectacular aura about LizR has a spectacular aura about 
Solved Threads: 187
LizR LizR is offline Offline
Posting Virtuoso

Re: advice needed on classes for an online backup system

 
0
  #15
Jan 16th, 2009
kinda both, it doesnt have to be a new virtual directory, but for example, depending on your code file positions maybe different, settings can be different..
Did I just hear "You gotta help us, Doc. We've tried nothin' and we're all out of ideas" ? Is this you? Dont let this be you! I will put in as much effort as you seem to.
Reply With Quote Quick reply to this message  
Join Date: Nov 2005
Posts: 33
Reputation: miculnegru is an unknown quantity at this point 
Solved Threads: 5
miculnegru miculnegru is offline Offline
Light Poster

Re: advice needed on classes for an online backup system

 
0
  #16
Jan 16th, 2009
Originally Posted by julseypart View Post
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 itself (which i would probs need an administator for)?
In this case you have to ask the admin for help, unless you have full acces to the server.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the C# Forum


Views: 989 | Replies: 15
Thread Tools Search this Thread



Tag cloud for C#
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2010 DaniWeb® LLC