Click here to Skip to main content
15,896,063 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Centre Image on Screen Dynamically Pin
Brady Kelly23-Jul-08 6:52
Brady Kelly23-Jul-08 6:52 
QuestionProblems with FireBug Pin
Brady Kelly23-Jul-08 3:52
Brady Kelly23-Jul-08 3:52 
AnswerRe: Problems with FireBug Pin
Shog923-Jul-08 6:06
sitebuilderShog923-Jul-08 6:06 
GeneralRe: Problems with FireBug Pin
Brady Kelly24-Jul-08 4:46
Brady Kelly24-Jul-08 4:46 
GeneralRe: Problems with FireBug Pin
Shog924-Jul-08 4:48
sitebuilderShog924-Jul-08 4:48 
GeneralRe: Problems with FireBug Pin
Brady Kelly24-Jul-08 4:57
Brady Kelly24-Jul-08 4:57 
GeneralRe: Problems with FireBug Pin
Shog924-Jul-08 5:19
sitebuilderShog924-Jul-08 5:19 
Questionvery strange Network path not found error Pin
SomeGuyThatIsMe23-Jul-08 3:11
SomeGuyThatIsMe23-Jul-08 3:11 
I'm not sure exactly where to put this, but i've tried just about everything i can think of and find on google over the past few days. I have a webapp that lets you play messages(audio files) that you have recorded or uploaded. i have a main message library and another part of the app that deals with a subset of messages(its been simplified to make it easier to explain). The messages are stored on a different server(50+ gigs of messages preclude storage on the webserver). in the main library you can upload, download, and otherwise create messages which converts them to our format and copies them to or from the storage server. it works perfectly.

the other area that deals with a subset of messages can upload and download files(almost the same code as the library). all are stored on a share accessed via a path in the webconfig \\ip\messages for the library, and the subset is contained in a subdir of messages. when i use a dropdown to choose a message from the library to include in the subset, and attempt to copy \\ip\messages\file1 to \\ip\messages\subDir\file1 it get a network path not found on the source path. this is the same path that is used for the main library(works perfectly). i've gone to each path from the webserver, i've logged in as the limited account IIS is using and gone to each path with no problems, i've even run copy path1 path2 where i copied the exact path from the code which worked perfectly. however when the webapp tries to run the copy it throws the Network Path not found exception.

i would normally assume this was a permission issue, but after the testing i've done i dotn think thats the issue, espically because it works for other parts of the app, just not the pages that deal with the subset of messages. i have checked the paths the code is generating, and have used them to access the files and run the copy from a dos window, under admin and the IUSR account. the code is simply doing a File.Copy(origMsg, outMsg); after it figures out what message should be moved. almost identical logic is used for uploading a message from the users computer. 3 people have gone through this code countless times and havnt found any errors that have fixed our problem... i was hoping some genius out there would be able to give us any insight into why this wont work on one page and not another in the same web app, and they are both part of the same project and compile to the same dll.

Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

QuestionHow to populate asp CheckBoxList control through Javascript. Pin
Rahul_Solanki23-Jul-08 0:42
Rahul_Solanki23-Jul-08 0:42 
QuestionHow to trim special characters? Pin
hifiger200422-Jul-08 18:18
hifiger200422-Jul-08 18:18 
AnswerRe: How to trim special characters? Pin
Shog924-Jul-08 7:56
sitebuilderShog924-Jul-08 7:56 
QuestionFill form field with ASP code? Pin
equalizer70022-Jul-08 12:58
equalizer70022-Jul-08 12:58 
AnswerRe: Fill form field with ASP code? Pin
Paddy Boyd23-Jul-08 0:37
Paddy Boyd23-Jul-08 0:37 
GeneralRe: Fill form field with ASP code? Pin
equalizer70023-Jul-08 1:47
equalizer70023-Jul-08 1:47 
GeneralRe: Fill form field with ASP code? Pin
Paddy Boyd23-Jul-08 2:14
Paddy Boyd23-Jul-08 2:14 
GeneralRe: Fill form field with ASP code? Pin
equalizer70023-Jul-08 2:23
equalizer70023-Jul-08 2:23 
QuestionDays since a date Pin
harveyhanson21-Jul-08 23:25
harveyhanson21-Jul-08 23:25 
AnswerRe: Days since a date Pin
Shog922-Jul-08 13:10
sitebuilderShog922-Jul-08 13:10 
Questionbasic authentication with IIS7 Pin
l a u r e n21-Jul-08 14:40
l a u r e n21-Jul-08 14:40 
QuestionMoving libraries of Crystal Reports to webserver Pin
Jacob Dixon21-Jul-08 10:54
Jacob Dixon21-Jul-08 10:54 
QuestionHow to place asp.net files in a website using FTP/ Is there any process to host .net pges in to a website Pin
rameshgoud2319-Jul-08 17:25
rameshgoud2319-Jul-08 17:25 
AnswerRe: How to place asp.net files in a website using FTP/ Is there any process to host .net pges in to a website Pin
Steve McLenithan20-Jul-08 23:21
Steve McLenithan20-Jul-08 23:21 
QuestionDatabound Schedule Control Pin
mandeepkaur18-Jul-08 20:45
mandeepkaur18-Jul-08 20:45 
QuestionWhat's wrong with it ? Pin
Mohammad Dayyan18-Jul-08 12:04
Mohammad Dayyan18-Jul-08 12:04 
AnswerRe: What's wrong with it ? Pin
Perspx19-Jul-08 5:46
Perspx19-Jul-08 5:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.