Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Flash / Flash Remoting / March 2006



Tip: Looking for answers? Try searching our database.

HELP! HTTP status:500

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
MaxManNH - 30 Mar 2006 17:06 GMT
Greetings,

I have an ASP site that I have built through VS.NET 2005. I am trying to make
a remoting connection to the site. According to the NetConnection Debugger I am
getting the initial connection. Then I make a call to a DataConnect function
that takes a string and submits it to the server to be checked against a
database. Finally it should simply return true or false if the name is in the
database. However it always returns the following error:

EventType: "Status"
MovieUrl: "file:///C|/Inetpub/wwwroot/FlashRemotingData/FlashRemDataTest.swf"
Source: "Client"
Time: 1143734236350
Date (object #1)
....."Thu Mar 30 10:57:16 GMT-0500 2006"
Status (object #2)
.....code: "NetConnection.Call.Failed"
.....description: "HTTP: Status 500"
.....details: "http://localhost/FlashRemotingData/gateway.aspx"
.....level: "error"

When I try and navigate to the gateway.aspx page in Internet Explorer I get a
parser error stating

Could not load type 'gateway'

It says the error is on the following line of code in the aspx file

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="gateway.aspx.cs"
Inherits="gateway" %>

I have tried changing the Inherits= to FlashRemotingData.gateway which is the
name of the site but it throws the same error. Can anyone help me with this? I
need to get this functionality up and running asap for a
demonstration.TextTextTextText
MaxManNH - 31 Mar 2006 03:37 GMT
Ok, after much hacking and swearing I finally got it all to work

Here is a list of the problems that I had to figure out.

1. In ASP.NET 2.0 you have to publish the site to get the .dlls to compile
properly otherwise the aspx pages will throw errors.
2. Don't forget to add the httpmodule to the web.config file or you will get a
version error.
3. Make sure you recompile the site everytime you make changes otherwise you
can get a parser error
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.