I am searching for a setup document for IIS 7.0 and Net Express 5.1 for web applications. I am having the following issues
1) I cannot get the "CBL_DEBUGBREAK" to pop the debugger from IIS. In older versions of IIS, I could just click the "interact with desktop" on the service and it would allow this to work. Are there updated instructions for IIS debugging with the newer versions of IIS and the more locked down security of IIS in its current state
2) IIS will not automatically identify the system variables we use to set COBSW and other settings. In older versions of IIS, it inherited all of the environment variables, but it no longer does that. Are there instructions on how to do this with Net Express 5.1 and IIS 7
3) Is there a best practice document when using IIS that details how to use configuration files to setup parameters in lieu of calling the .exe directly? In Apache on UNIX we use shell scripts to setup the environment before we call the server express programs. We don't know what to do on the Windows side to mimic this behavior
Any information would be appreciated.