question

Noreen-3444 avatar image
0 Votes"
Noreen-3444 asked DSPatrick commented

Server Error in '/' Application. Runtime Error. Microsoft Project Server 2013

When I connect to the Project Center (Project Server 2013) via IE Browser I am getting a Runtime error. (See full message below).

I have pinged all servers but the SQL database server returns zero packets. The administrator cannot successfully connect to he server but can see the OS and event log, some network related. How can I fix this and get the server backup and running? Thank you.

Server Error in '/' 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>

not-supported
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

DSPatrick avatar image
0 Votes"
DSPatrick answered DSPatrick commented

The product group for Project actively monitors questions over at
https://techcommunity.microsoft.com/t5/project/ct-p/Project
https://answers.microsoft.com/en-us/msoffice/forum/msoffice_project

--please don't forget to Accept as answer if the reply is helpful--


· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I never can get access to that or there are problems with the site. It seems it only works on this side and believe me I've tried many time. Thanks anyway - you are just great!

0 Votes 0 ·

Might try from another pc. Both links are active for me as of now.

--please don't forget to upvote and Accept as answer if the reply is helpful--





0 Votes 0 ·