Hi all,
I have installed the .Net Compact Framework 2.0 on my Windows 2000 Terminal Server. It shows up in the list of installed applications but my application returns the following error:
----------------------------
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
----------------------------
The customErrors tag DOES have mode set to Off.
I looked in the WINNT folder for the Framework\2.0x folder but it does not exist, thus I cannot run aspnet_regiis.exe.
I tried re-installing the Compact Framework 2.0 to no avail. I also tried installing the Framework 2.0 SDK but it tells me that the Framework 2.0 is not installed! Is there another Framework 2.0 besides the Compact Framework? If so, I can't find it on MSDN.
Thanks in advance!
I have installed the .Net Compact Framework 2.0 on my Windows 2000 Terminal Server. It shows up in the list of installed applications but my application returns the following error:
----------------------------
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
----------------------------
The customErrors tag DOES have mode set to Off.
I looked in the WINNT folder for the Framework\2.0x folder but it does not exist, thus I cannot run aspnet_regiis.exe.
I tried re-installing the Compact Framework 2.0 to no avail. I also tried installing the Framework 2.0 SDK but it tells me that the Framework 2.0 is not installed! Is there another Framework 2.0 besides the Compact Framework? If so, I can't find it on MSDN.
Thanks in advance!