ASP.Net Deployment IIS 6
-
I want to make sure I'm not an idiot. My boss wants me to deploy this asp site (2.0) to a webserver running IIS 6/asp.net 2.0. I created a folder via ftp and uploaded everything. I assume the folder has to be set to allow executables to run, because I got a nice error message saying so. I asked my boss to change the settings in IIS to run applications from this folder, but he acted as if it wasn't neccessary. Is it? How would you set up a .net app to run from a subdirectory without allowing applications to run from there? Thanks all.
-
I want to make sure I'm not an idiot. My boss wants me to deploy this asp site (2.0) to a webserver running IIS 6/asp.net 2.0. I created a folder via ftp and uploaded everything. I assume the folder has to be set to allow executables to run, because I got a nice error message saying so. I asked my boss to change the settings in IIS to run applications from this folder, but he acted as if it wasn't neccessary. Is it? How would you set up a .net app to run from a subdirectory without allowing applications to run from there? Thanks all.
What applications are you trying to run ?
Christian Graus Driven to the arms of OSX by Vista.
-
What applications are you trying to run ?
Christian Graus Driven to the arms of OSX by Vista.
-
Then you need to post your error message, I think your manager is right.
Christian Graus Driven to the arms of OSX by Vista.
-
Then you need to post your error message, I think your manager is right.
Christian Graus Driven to the arms of OSX by Vista.
I placed my project in a folder called testsite so the url would be www.xyz.com\testsite\default.aspx. The error is as follows: The page cannot be displayed You have attempted to execute a CGI, ISAPI, or other executable program from a directory that does not allow programs to be executed. -------------------------------------------------------------------------------- Please try the following: Contact the Web site administrator if you believe this directory should allow execute access. HTTP Error 403.1 - Forbidden: Execute access is denied. Internet Information Services (IIS)