|
Home > Archive > IIS Server Security > March 2005 > Executables won't run in IIS 5.1 on XP pro
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Executables won't run in IIS 5.1 on XP pro
|
|
| rtrammell 2005-03-30, 5:58 pm |
| I'm having problems getting my executables to run in IIS 5.1. I have moved
my website from a Windows 2K server platform(where everthing runs perfectly)
to a PC running XP Pro. I have set up the website with the exact same
parameters as before and enabled scripts and executables for the scripts
directory. Have unistalled everything and started from scratch and still get
the same error "Page cannot be displayed" Any ideas?
| |
| Tom Kaminski [MVP] 2005-03-30, 5:58 pm |
| "rtrammell" <rtrammell@discussions.microsoft.com> wrote in message
news:4BD8C466-4581-410B-B635-07844E5BA202@microsoft.com...
> I'm having problems getting my executables to run in IIS 5.1. I have
moved
> my website from a Windows 2K server platform(where everthing runs
perfectly)
> to a PC running XP Pro. I have set up the website with the exact same
> parameters as before and enabled scripts and executables for the scripts
> directory. Have unistalled everything and started from scratch and still
get
> the same error "Page cannot be displayed" Any ideas?
Turn off friendly error messages in IE so we can get a better message ...
Tools -> Internet Options -> Advanced.
--
Tom Kaminski IIS MVP
http://www.microsoft.com/windowsser...ty/centers/iis/
http://mvp.support.microsoft.com/
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
| |
| rtrammell 2005-03-30, 5:58 pm |
| Done. Now I get an "Internal Application Error"
Disc or Network Error
-----------------------------------------
/Login
This is the initial login page for an application written in C++ that reads
and writes to a database. However, There is another app having a problem
that gets the following error:
Internal Application Error
Provider cannot be found. It may not be properly installed
--------------------------------------------------------------------------------
/Find
"Tom Kaminski [MVP]" wrote:
> "rtrammell" <rtrammell@discussions.microsoft.com> wrote in message
> news:4BD8C466-4581-410B-B635-07844E5BA202@microsoft.com...
> moved
> perfectly)
> get
>
> Turn off friendly error messages in IE so we can get a better message ...
> Tools -> Internet Options -> Advanced.
>
> --
> Tom Kaminski IIS MVP
> http://www.microsoft.com/windowsser...ty/centers/iis/
> http://mvp.support.microsoft.com/
> http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
>
>
>
| |
| Jeff Cochran 2005-03-30, 5:58 pm |
| On Wed, 30 Mar 2005 08:45:04 -0800, rtrammell
<rtrammell@discussions.microsoft.com> wrote:
>Done. Now I get an "Internal Application Error"
>Disc or Network Error
>-----------------------------------------
>/Login
>
>This is the initial login page for an application written in C++ that reads
>and writes to a database. However, There is another app having a problem
>that gets the following error:
>
>Internal Application Error
>Provider cannot be found. It may not be properly installed
That indicates that you're not able to use the ODBC connection to the
database because the database provider you have set isn't configured.
Check the ODBC connection (Or OLEDB, though I've never had this error
using OLEDB) to the database
Jeff
[vbcol=seagreen]
>--------------------------------------------------------------------------------
>/Find
>
>
>"Tom Kaminski [MVP]" wrote:
>
|
|
|
|
|