Hi,
I cannot get my asp.net application running on my remote web server (it's fine locally). I have a few sites on this remote server. I want the asp.net application in a directory called /Members/ off the one site.
So I created the /Members/ directory, ftp'd the files needed to run the app into this directory, then created a /bin/ directory off /Members/ and ftp'd the .dll of the into it. When I try to browse to this directory, I get a 'Runtime Error' which tells me to edit <customErrors> to be able to see the full error, which I do, but still get this error.
Do I need to build my application in any specific way to get it working on another server? Do I need to create a virtual directory under the site in which I want it running (which I did try but still no luck)? And why would the web.config changes not be recognised for me to see the details of the error?
Any help will be greatly appreciated.
Thanks,
Tembalena
I cannot get my asp.net application running on my remote web server (it's fine locally). I have a few sites on this remote server. I want the asp.net application in a directory called /Members/ off the one site.
So I created the /Members/ directory, ftp'd the files needed to run the app into this directory, then created a /bin/ directory off /Members/ and ftp'd the .dll of the into it. When I try to browse to this directory, I get a 'Runtime Error' which tells me to edit <customErrors> to be able to see the full error, which I do, but still get this error.
Do I need to build my application in any specific way to get it working on another server? Do I need to create a virtual directory under the site in which I want it running (which I did try but still no luck)? And why would the web.config changes not be recognised for me to see the details of the error?
Any help will be greatly appreciated.
Thanks,
Tembalena