Click to See Complete Forum and Search --> : Can't move my webapplication
luke101
February 25th, 2005, 01:42 PM
Hello, i have two webservers. When I create a webappliction on my web server then copy the webapplication folder to my other web server I get an error when i try and open the aspx page. I am using code behind. How can I fix this
Esmo2000
February 25th, 2005, 02:24 PM
Ive only worked with web apps a bit, but the first thing that leaps to mind is make sure that you have ASP enabled. Then, I would check that no other layers are interrupting the requests to that layer. For example, I once had a wierd problem with sharepoint and my ASP requests.
Can you give more details of your problem?
Cheers,
Jim
luke101
February 25th, 2005, 04:47 PM
ok...when i try and open the web window i get an authentication error.
All I did was copy my web folder from my old web server to my new web server and tried running it. asp.net is installed.
Esmo2000
February 25th, 2005, 05:17 PM
Try checking the permissions so that scripts and all that jazz are enabled on the new web server. I find that rarely does just "copying something over" work ^^
It sounds like you just dont have the permissions configured wrong.
Jim
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.