The remote server returned an error: (500) Internal Server Error.


Author
Message
Jeff Pagley
Jeff Pagley
Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)
Group: StrataFrame Users
Posts: 223, Visits: 893
Hi SF Team,

I know it is Saturday, but I am trying to setup Enterprise Server to test.  I have taken the time to read several posts on the forum to resolve this error, but to no avail and I am lost.  One thing is I can successfully load the test website's default.htm page to make sure the site is up and running.  One of the posts suggest to test to see if ES is running by trying to access the status.aspx page.   I attempted to do this and I get this Server Error page:

 

Server Error in '/ES' 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 'InstantASP.Common' or one of its dependencies. The system cannot find the file specified. (C:\Inetpub\wwwroot\web.config line 80)

Source Error:

Line 78: <httpModules> Line 79: <!-- HttpModule used to manage user authentication -->Line 80: <add type="InstantASP.Common.HttpModule.SecurityModule, InstantASP.Common" name="SecurityModule"/>Line 81: <!-- HttpModule used to perform dynamic URL rewriting -->Line 82: <add type="InstantASP.Common.HttpModule.RewriterModule, InstantASP.Common" name="RewriterModule"/>

Source File: C:\Inetpub\wwwroot\web.config    Line: 80


Version Information: Microsoft .NET Framework Version:2.0.50727.1873; ASP.NET Version:2.0.50727.1433

Before I go into anymore detail, I figure I need to make sure I can successfully load this page before anything else will start to work. What is the problem?

Thanks,

Jeff

Replies
Dustin Taylor
Dustin Taylor
StrataFrame Team Member (938 reputation)
Group: StrataFrame Users
Posts: 364, Visits: 771
What does the status page of ES show you? Is it up and connecting without issue? 

If so, do you have the SMTP settings for ES set up propery? If you do, what was the error message it e-mailed you related to that failed connection?

If not, I'd recommend setting up the SMTP than restarting the website. That way, ES will e-mail you the actual error, which will give us more to go on than a generic HTTP response.

Jeff Pagley
Jeff Pagley
Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)
Group: StrataFrame Users
Posts: 223, Visits: 893
What does the status page of ES show you? Is it up and connecting without issue?

My status page loads fine.  Here is the info below.  Notice it says one client is connected after I failed to connect from my client app.

Server Name (site name):Development SDK
Registered Name:Jeff Pagley
Registered Company:Stark Truss
Serial Number:1002B-5B927-D4438-A452B-78FD5
Server Hostname:vpn.starktruss.com/es
License Expiration Date:8/13/2010
Allowed Clients:2
Allowed Hosts to Status.aspx:127.0.0.1 / 173.122.220.75
Serialization Type:Standard
SMTP Settings
SMTP Server & Port:mail.starktruss.com:25
Email From Address:es@testserver.com
Email To Addresses:jeff@starktruss.com
SMTP AuthNo
Data Sources
MyDataSource (SqlDataSourceItem)
DataSourceKey:MyDataSource
Type:MicroFour.StrataFrame.Data.SqlDataSourceItem
Assembly:MicroFour StrataFrame Base, Version=1.7.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7
Connection String:server=localhost;Integrated Security=SSPI;Database=MyDatabase;
Is Encrypted:Yes
Encryption Key:{ 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4 }
Encryption IV:{ 1, 2, 3, 4, 5, 6, 7, 8 }
Is Compressed:Yes
Transaction Timeout:1h 0m 0s
ProspectHelper_Master (SqlDataSourceItem)
DataSourceKey:ProspectHelper_Master
Type:MicroFour.StrataFrame.Data.SqlDataSourceItem
Assembly:MicroFour StrataFrame Base, Version=1.7.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7
Connection String:server=TESTSERVER\SQLEXPRESS;User Id=xxxxxxx;password=xxxxxxx;Database=ProspectHelper;
Is Encrypted:Yes
Encryption Key:{ 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4 }
Encryption IV:{ 1, 2, 3, 4, 5, 6, 7, 8 }
Is Compressed:Yes
Transaction Timeout:1h 0m 0s
Recognized Client List
Unique Clients Connected1
Unique Client MAC Addresses:00-18-DE-92-76-59

Also, I setup the SMTP and here is the email error message I got back which makes no sense at all.

I have double check the MAC address to make sure it is correct. And the hostname is correct because I am able to view the status page from the client machine by adding the IP address to the web.config fiile.

Enterprise Server Error
Message:This server is not licensed to run on the requested hostname.
Client IP:173.122.220.75
Details:Exception
This server is not licensed to run on the requested hostname.

Source : MicroFour StrataFrame Enterprise Server

Stack Trace:
at MicroFour.StrataFrame.Enterprise.Server.RemoteDataSource.ᜀ(String A_0)
at MicroFour.StrataFrame.Enterprise.Server.RemoteDataSource.ProcessRequest(HttpContext context)

Jeff Pagley
Jeff Pagley
Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)
Group: StrataFrame Users
Posts: 223, Visits: 893
Hi Justin,

Any progress on getting my issue resolved?

Thanks,

Jeff

Jeff Pagley
Jeff Pagley
Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)Advanced StrataFrame User (641 reputation)
Group: StrataFrame Users
Posts: 223, Visits: 893
Hi Dustin,

I am just checking today to see if any progress has been made on my issue. Please let me know what is going on Smile

Thanks,

Jeff

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Jeff Pagley - 15 Years Ago
Jeff Pagley - 15 Years Ago
Dustin Taylor - 15 Years Ago
Jeff Pagley - 15 Years Ago
Dustin Taylor - 15 Years Ago
Jeff Pagley - 15 Years Ago
Dustin Taylor - 15 Years Ago
Jeff Pagley - 15 Years Ago
Edhy Rijo - 15 Years Ago
Keith Chisarik - 15 Years Ago
Jeff Pagley - 15 Years Ago
Keith Chisarik - 15 Years Ago
Jeff Pagley - 15 Years Ago
Dustin Taylor - 15 Years Ago
Jeff Pagley - 15 Years Ago
Jeff Pagley - 15 Years Ago
Jeff Pagley - 15 Years Ago
Dustin Taylor - 15 Years Ago
Jeff Pagley - 15 Years Ago
Jeff Pagley - 15 Years Ago
Trent L. Taylor - 15 Years Ago
Dustin Taylor - 15 Years Ago
Jeff Pagley - 15 Years Ago
Trent L. Taylor - 15 Years Ago
Jeff Pagley - 15 Years Ago
                         To save you some time, I have created a sample showing how to do this....
Trent L. Taylor - 15 Years Ago
                             Hi Trent, Thank you so much for the example.:D I'm using VB.NET, but...
Jeff Pagley - 15 Years Ago
                                 Glad it helped. :)
Trent L. Taylor - 15 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search