spmva
11-03-2005, 05:05 PM
I'm not sure if this is a Spring problem or not, but I've never had this issue prior to having Spring in the mix, so I thought that I should start here for troubleshooting. Plus...the fact that I always seem to get such great help here doesn't hurt either. {smile}
I'm deploying my wonderfully made Spring.Web app from my local machine to a development/testing server. I've always used the simple method of doing this operation, by utilizing the "Copy Project" function in Visual Studio. As usual "Copy Project' went through this time without a hitch.
When I attempt to test the newly deployed application, the login screen accepts my username/password and loads the application home page. When I click on any LinkButton, however, I get an error that appears to be in the browser (doesn't get to the server) and the little "Error on page." icon sits at the bottom right corner. Clicking on that yields little information, except that the error occured at line: 1 char: 1 and that the error was "Object expected".
Would it be a good guess to assume that this issue has something to do with the generated javascript on the page for handling postback? I don't know much javascript, but for some reason this particular line looks suspicious:
theform = document.masterPage:Form1;
that colon just doesn't look right to me. I've looked at some of my other ASP.Net pages generated on my local machine and none look like that.
Any thoughts would be appreciated.
Best regards,
Steve
I'm deploying my wonderfully made Spring.Web app from my local machine to a development/testing server. I've always used the simple method of doing this operation, by utilizing the "Copy Project" function in Visual Studio. As usual "Copy Project' went through this time without a hitch.
When I attempt to test the newly deployed application, the login screen accepts my username/password and loads the application home page. When I click on any LinkButton, however, I get an error that appears to be in the browser (doesn't get to the server) and the little "Error on page." icon sits at the bottom right corner. Clicking on that yields little information, except that the error occured at line: 1 char: 1 and that the error was "Object expected".
Would it be a good guess to assume that this issue has something to do with the generated javascript on the page for handling postback? I don't know much javascript, but for some reason this particular line looks suspicious:
theform = document.masterPage:Form1;
that colon just doesn't look right to me. I've looked at some of my other ASP.Net pages generated on my local machine and none look like that.
Any thoughts would be appreciated.
Best regards,
Steve