I am porting a classic ASP site to azure and would like explicit details on how to setup the web.config file.
There is a ASP.net web.config that is setup when you create the website in azure (there is no option for Classic ASP so I chose to start with ASP.net framework).
I have a web.config from the classic ASP code, which do I use? What configuration values do I use so the classic ASP code will run?
6fingers