aspnetuser
Technical User
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".
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".