Setting up iPiMP on IIS server
I have installed the iPiMP on my server but since I have already a IIS running for 4TheRecord I don't want to install an Apache server.
In the IIS Administration I have created a new site called "iPhone" and pointed this to the directory where iPiMP is installed.
I have also entered timeout figures in the web config file but what more do I have to do to make the application work?
If i try to open http://myservername/iPhone
I get the following error:
Server Error in '/iPhone' Application.
--------------------------------------------------------------------------------
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".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
On the server I have installed SQL Express Edition which is used for MP and 4TheRecord but I guess that something has got to be configured for the iPiMP application as well?
Please tell me what to do in details step by step
Sorry, here comes the actual error message taken from the server:
Server Error in '/iPhone' Application.
--------------------------------------------------------------------------------
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'DirectShowLib' or one of its dependencies. An attempt was made to load a program with an incorrect format.
Source Error:
Line 36: <providers>
Line 37: <clear/>
Line 38: <add name="SQLiteRoleProvider" type="iPiMPWeb.iPiMPProvider.SQLiteRoleProvider" connectionStringName="ConnString" applicationName="iPiMP" writeExceptionsToEventLog="false"/>
Line 39: </providers>
Line 40: </roleManager>
Source File: C:\Program Files (x86)\iPiMP\aspx\web.config Line: 38
Assembly Load Trace: The following information can be helpful to determine why the assembly 'DirectShowLib' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
I have installed the iPiMP on my server but since I have already a IIS running for 4TheRecord I don't want to install an Apache server.
In the IIS Administration I have created a new site called "iPhone" and pointed this to the directory where iPiMP is installed.
I have also entered timeout figures in the web config file but what more do I have to do to make the application work?
If i try to open http://myservername/iPhone
I get the following error:
Server Error in '/iPhone' Application.
--------------------------------------------------------------------------------
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".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
On the server I have installed SQL Express Edition which is used for MP and 4TheRecord but I guess that something has got to be configured for the iPiMP application as well?
Please tell me what to do in details step by step
Sorry, here comes the actual error message taken from the server:
Server Error in '/iPhone' Application.
--------------------------------------------------------------------------------
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'DirectShowLib' or one of its dependencies. An attempt was made to load a program with an incorrect format.
Source Error:
Line 36: <providers>
Line 37: <clear/>
Line 38: <add name="SQLiteRoleProvider" type="iPiMPWeb.iPiMPProvider.SQLiteRoleProvider" connectionStringName="ConnString" applicationName="iPiMP" writeExceptionsToEventLog="false"/>
Line 39: </providers>
Line 40: </roleManager>
Source File: C:\Program Files (x86)\iPiMP\aspx\web.config Line: 38
Assembly Load Trace: The following information can be helpful to determine why the assembly 'DirectShowLib' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
United Kingdom