doing simple copy deployment doesn't work
-
I've created a simple web application, and added Response.Write("something") to its page_load. When i use my browser to open the url of the page it works fine (with VS environment - the one that i used to create the application). ok. now i copy the folder (simple copy) of this simple web application to a different machine, and create a virtual directory. i also set the user of ASPNET process to "SYSTEM" in machine.config, and the web application directory security user to administrator with its correct password. now - when i try to open the URL on this machine, i get a blank page (no errors - just a clear white page) and i can see that the aspnet process is not working. Why is that? what did i forget? by the way - a simple html page is working well when i open it from this directory using a url with browser.
-
I've created a simple web application, and added Response.Write("something") to its page_load. When i use my browser to open the url of the page it works fine (with VS environment - the one that i used to create the application). ok. now i copy the folder (simple copy) of this simple web application to a different machine, and create a virtual directory. i also set the user of ASPNET process to "SYSTEM" in machine.config, and the web application directory security user to administrator with its correct password. now - when i try to open the URL on this machine, i get a blank page (no errors - just a clear white page) and i can see that the aspnet process is not working. Why is that? what did i forget? by the way - a simple html page is working well when i open it from this directory using a url with browser.
-