P
Paul Bearden
I built a web application in C#.Net. It compiles and runs
fine however...
I need to move some of the files to a directory (actually
another web site on the same server) to use the SSL
capabilities. My company is trying to save money by not
paying for any more SSL than absolutely necessary.
When I move the data collection files I
can 'Response.Redirect()' to them but the DLL is trying to
access the 'code behind' from the old location. I am using
runtime variables that use the 'Request.Url.Authority',
etc... to determine what path to use.
Is there some way to tell the application where to find
files outside the web directory that the application
started from?
Thanks!
Paul Bearden
(e-mail address removed)
fine however...
I need to move some of the files to a directory (actually
another web site on the same server) to use the SSL
capabilities. My company is trying to save money by not
paying for any more SSL than absolutely necessary.
When I move the data collection files I
can 'Response.Redirect()' to them but the DLL is trying to
access the 'code behind' from the old location. I am using
runtime variables that use the 'Request.Url.Authority',
etc... to determine what path to use.
Is there some way to tell the application where to find
files outside the web directory that the application
started from?
Thanks!
Paul Bearden
(e-mail address removed)