OK. This is driving me nuts. I'm getting the following error when I go to my application now:
HTTP
Error 500.23 - Internal Server Error
An
ASP.NET setting has been detected that does not apply in Integrated managed
pipeline mode.
I don't know why this suddenly changed, but the details are telling me that I need to migrate the application. OK. The syntax for this is supposed to be as follows:
\%SystemRoot%\system32\inetsrv\appcmd migrate config "<default site>/"
Problem is that "Default Site" is disabled. I'm running several web sites on this server. Plus, the application is not a "Virtual Directory", it's an Actual Directory. OK. So, searching around, from what I can tell, I can use the web site name/Folder name, but when I try:
\%SystemRoot%\system32\inetsrv\appcmd migrate config "thinkregistration/TSA0808/" I get the error, "The filename, directory name, or volume label syntax is incorrect.". So, how do I find the path to the application, so I can migrate it?
Jesse