Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

webmatrix/asp.net error

Status
Not open for further replies.

aspnetuser

Technical User
Sep 9, 2004
273
US
Hello.
I just took a shot at the new webmatrix app to develop some simple data grid pages. I get an error message when i try to run them on my web server. I tried uninstalling the .net frame work and reinstalling with no luck. also, whne it was uninstalled i could see the page with errors but only text on the page which was weird. when i installed it again i could not see anything but the error message. see below. please any thoughts...

web pagecode "Just basic text displaying test no datagrid"
<%@ Page Language="VB" %>
<%@ Register TagPrefix="wmx" Namespace="Microsoft.Matrix.Framework.Web.UI" Assembly="Microsoft.Matrix.Framework, Version=0.6.0.0, Culture=neutral, PublicKeyToken=6f763c9966660626" %>
<script runat="server">

' Insert page code here
'

</script>
<html>
<head>
</head>
<body>
<form runat="server">
<p>
test
</p>
<p>
<!-- Insert content here -->
</p>
</form>
</body>
</html>

error message
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".
 
do you have access to the webserver directly or through remoting? if so, please run the page from the server and post back the error that you receive.

if not, set the display error to display on client as well and retry to open the page then post the error here.

--------------------------
"two wrongs don't make a right, but three lefts do" - the unknown sage
 
DazzleD,
I get the same message. I have full access to the server.

Usually in a case like this it would be different, but it is not.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top