problem working with dll on server
-
Dear all I m using a dll file in asp pages which generates an html file after processing.It's working successfully on local server.but when i Uploaded asp pages to actual server and register my dll file there at.now my dll file is not generating html file.it's on actual server.Could any body tell my why it is happening? and how to solvr it? All help will be appriciated.:( Thanks N Regards Mr.Uttam Kumar try to be the best... whereever you go,
-
Dear all I m using a dll file in asp pages which generates an html file after processing.It's working successfully on local server.but when i Uploaded asp pages to actual server and register my dll file there at.now my dll file is not generating html file.it's on actual server.Could any body tell my why it is happening? and how to solvr it? All help will be appriciated.:( Thanks N Regards Mr.Uttam Kumar try to be the best... whereever you go,
What errors are you getting? I would start by assuming that this is some kind of access issue. Does your process have rights to crate files in the folder where you are trying to create files?
George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.
My Blog[^]
-
What errors are you getting? I would start by assuming that this is some kind of access issue. Does your process have rights to crate files in the folder where you are trying to create files?
George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.
My Blog[^]
No error I m getting. but this file is notr creating help me now. try to be the best... whereever you go,
-
No error I m getting. but this file is notr creating help me now. try to be the best... whereever you go,
Ok, without an error this is going to be next to impossible other than guessing you know. Ar you perhaps catching an exception and not displaying it? Is the library catching and not displaying an exception? Anyway, the first thing I would do is make sure that the ASPNET user has at least create and write access to the folder where you are trying to write the files to. If it does not, set that up and see if it helps.
George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.
My Blog[^]
-- modified at 9:28 Friday 16th December, 2005