In the next version the Setup Routines that manage IIS will automatically prompt for UAC verification *if you run the EXE*. From FoxPro this may still fail though...
(actually fixed that too now - there's a dialog that pops if you run as non-admin)
It'll be in Web COnnection 5.65...
Just ran into this on a new machine. Turns out you have to be running VFP as an administrator (not just an administrator-level account, but make sure the shortcut has "Run As Administrator" checked or right click and say Run As Administrator) for this to work.
Makes sense.
Eric
I am trying to install Web Connection 5.6 on Windows 7 Ultimate with IIS 7 and Visual Studio 2010 Ultimate installed.
When I run the setup, I get this message:
"LOIIS is not an object"
It continues to run if I click "Ignore" but after registering with visual studio it shows another error messages:
"OLE error code 0x800401ea: Moniker cannot open file" (clicked ignore)
"LOVIRTUAL is not an object" (clicked ignore)
"OLE error code 0x800401ea: Moniker cannot open file" (clicked ignore)
"A virtual directory - wconnect - has been set up and Execute rights have been set.
To access the sample pages use your browser to go to:
http://localhost/wconnect/default.htm
We've also set FULL access rights on the temp path for the IUSR_<machinename>
account account in the temp directory:
C:\temp\wc\
IMPORTANT NOTES:
* IIS 7 requires that you enable ISAPI extensions *
We've automatically added the Web Connection DLL in your
application directory to the list of allowed extensions.
* West Wind Web Connection Application Pool created *
A new Application Pool called West Wind Web Connection has been
set up and confiigured to use the SYSTEM account.
To find out more see the following topic in the Help file:
* Windows Vista - IIS 7 Server Configuration
This note has been copied to your clipboard."
and things don't work as expected!
Matloob