ASP Pages blank after installing MediaWiki
Moderator: SourceGear
ASP Pages blank after installing MediaWiki
I recently migrated VaultServer to a new machine. In the process I upgraded from MS SQL Server 2008 Express to MS SQL Server 2008 R2. The server and all associated web tools were working just fine.
Then I installed MediaWiki on IIS. This included MySQL, and PHP.
MediaWiki is working just fine.
VaultServer continues to work - Vault Clients can access Vault Server without issue.
However, I cannot access the Vault admin page. Whenever I attempt to access any .ASP page related to Vault (such as: ~/VaultService/Admin or ~/VaultService/VaultWeb/login.aspx, I get a white screen - no error page or message.
I created another .ASP page in the IIS root location, to test if that would work, and that seems to work fine.
Any help would be appreciated.
Then I installed MediaWiki on IIS. This included MySQL, and PHP.
MediaWiki is working just fine.
VaultServer continues to work - Vault Clients can access Vault Server without issue.
However, I cannot access the Vault admin page. Whenever I attempt to access any .ASP page related to Vault (such as: ~/VaultService/Admin or ~/VaultService/VaultWeb/login.aspx, I get a white screen - no error page or message.
I created another .ASP page in the IIS root location, to test if that would work, and that seems to work fine.
Any help would be appreciated.
Re: ASP Pages blank after installing MediaWiki
Have you tried to reach the admin web page from a different browser?
Check your IIS logs at C:\inetpub\logs. In there should be codes at the end of each request. They may look like 200 0 0 or 404 0 14. Can you post the errors that happen in the log files when you try to access the Vault admin web page?
Is there a web.config file at a higher level than inside Vaultservice? If so, Vault might be reading that web.config file.
Check your IIS logs at C:\inetpub\logs. In there should be codes at the end of each request. They may look like 200 0 0 or 404 0 14. Can you post the errors that happen in the log files when you try to access the Vault admin web page?
Is there a web.config file at a higher level than inside Vaultservice? If so, Vault might be reading that web.config file.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: ASP Pages blank after installing MediaWiki
If MediaWiki is using MySQL, you also run the risk of this issue: viewtopic.php?f=13&t=22910.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: ASP Pages blank after installing MediaWiki
I removed the web.config file from the wesite's root folder (c:\inetpub\) and restarted IIS.
I have also attempted to access the login page from other browsers and other machines.
I have attached a file with the lines from the log file that changed when I attempt to load the login page.
The URL (generated) that I am using to try to access the page is:
http://dwbg0046.sso.sensata.ad/VaultSer ... 2fAdmin%2f
I hope that this information is useful.
Thanks
I have also attempted to access the login page from other browsers and other machines.
I have attached a file with the lines from the log file that changed when I attempt to load the login page.
The URL (generated) that I am using to try to access the page is:
http://dwbg0046.sso.sensata.ad/VaultSer ... 2fAdmin%2f
I hope that this information is useful.
Thanks
Re: ASP Pages blank after installing MediaWiki
I didn't see the parts of the log file you were trying to attach. Can you attach that again?
Check the Vault Server Log for errors when you are trying to connect to the Vault admin web page as well. Any errors there?
Is Vault and Mediawiki using the same website in IIS?
Check the Vault Server Log for errors when you are trying to connect to the Vault admin web page as well. Any errors there?
Is Vault and Mediawiki using the same website in IIS?
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: ASP Pages blank after installing MediaWiki
I captured these logs using both the W3C and IIS formats.
Refer to attached file "saved2 u_in180410.log"
I will now look at the Vault Server Logs...
Refer to attached file "saved2 u_in180410.log"
I will now look at the Vault Server Logs...
- Attachments
-
- saved2 u_in180410.log.txt
- logs using both the W3C and IIS formats
- (3.68 KiB) Downloaded 892 times
Re: ASP Pages blank after installing MediaWiki
Here is the Vault Server Log.
I'm not sure what to look for. I will upload it then continue to review it.
I'm not sure what to look for. I will upload it then continue to review it.
- Attachments
-
- sgvault.log.txt
- Vault Server Log
- (49.13 KiB) Downloaded 915 times
Re: ASP Pages blank after installing MediaWiki
The following error definitely indicates the issue mentioned here: viewtopic.php?f=13&t=22910.
----4/10/2018 10:43:39 AM ..... Uncaught Exception: Could not load file or assembly 'MySql.ConnectorInstaller,
Follow the suggestions in the link provided and that should take care of it.
----4/10/2018 10:43:39 AM ..... Uncaught Exception: Could not load file or assembly 'MySql.ConnectorInstaller,
Follow the suggestions in the link provided and that should take care of it.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: ASP Pages blank after installing MediaWiki
That did the trick!
Thank You!
Thank You!
Re: ASP Pages blank after installing MediaWiki
You're welcome.
Thanks for the update.
Thanks for the update.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support