Hello Mates I am GEtting eror in My Site
EROR:
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"
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
My Default.asp Code:
<%@ page language="C#" masterpagefile="~/MasterPage.master" autoeventwireup="true" inherits="english, App_Web_2_kodmld" title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:HyperLink ID="HyperLink8" runat="server" NavigateUrl="~/Businesses.aspx" Style="z-index: 105;
left: 429px; position: absolute; top: 263px" Width="170px">___________</asp:HyperLink>
<asp:HyperLink ID="HyperLink1" runat="server" Style="z-index: 101; left: 138px; position: absolute;
top: 255px" NavigateUrl="~/english.aspx">_____</asp:HyperLink>
<asp:HyperLink ID="HyperLink7" runat="server" NavigateUrl="~/agent.aspx" Style="z-index: 107;
left: 599px; position: absolute; top: 246px" Width="138px">____________</asp:HyperLink>
<asp:Image ID="Image5" runat="server" ImageUrl="~/NUR/final/home.jpg" Style="z-index: 99;
left: 94px; position: absolute; top: 237px" />
<asp:Image ID="Image7" runat="server" ImageUrl="~/NUR/final/company.jpg" Style="z-index: 99;
left: 730px; position: absolute; top: 232px" />
<asp:HyperLink ID="HyperLink2" runat="server" Height="26px" Style="z-index: 103;
left: 270px; position: absolute; top: 257px" Width="117px" NavigateUrl="~/nur.aspx">_____________</asp:HyperLink>
<asp:Image ID="Image1" runat="server" ImageUrl="~/NUR/final/us.jpg" Style="z-index: 99;
left: 887px; position: absolute; top: 234px" />
<asp:HyperLink ID="HyperLink3" runat="server" NavigateUrl="~/Businesses.aspx" Style="z-index: 105;
left: 429px; position: absolute; top: 246px" Width="170px">___________</asp:HyperLink>
<asp:HyperLink ID="HyperLink4" runat="server" NavigateUrl="~/agent.aspx" Style="z-index: 107;
left: 602px; position: absolute; top: 266px" Width="138px">____________</asp:HyperLink>
<asp:HyperLink ID="HyperLink5" runat="server" Style="z-index: 109; left: 762px; position: absolute;
top: 258px" NavigateUrl="~/company.aspx">__________</asp:HyperLink>
<asp:Image ID="Image6" runat="server" ImageUrl="~/NUR/final/business.jpg" Style="z-index: 99;
left: 408px; position: absolute; top: 232px" />
<asp:Label ID="Label1" runat="server" Font-Size="X-Large" Style="z-index: 112; left: 362px;
position: absolute; top: 400px" Text="Well come To Mohammednur Company"></asp:Label>
<asp:HyperLink ID="HyperLink6" runat="server" NavigateUrl="~/Contactus.aspx" Style="z-index: 114;
left: 919px; position: absolute; top: 263px" Width="70px">_______</asp:HyperLink>
<object id="tech" align="middle" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
style="z-index: 117; left: 350px; width: 413px; position: absolute; top: 558px;
height: 267px">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="myalbum.swf">
<param name="quality" value="high">
<embed align="middle" allowscriptaccess="sameDomain" height="540" name="tech" pluginspage="http://www.macromedia.com/go/getflashplayer"
quality="high" src="myalbum.swf" type="application/x-shockwave-flash" width="250"></embed>
</object>
<asp:Label ID="Label2" runat="server" Font-Size="Large" ForeColor="DodgerBlue" Style="z-index: 115;
left: 353px; position: absolute; top: 439px" Text='The holy Prophet has stated the foremost purpose of his being sent down in this world and the method of his call to the people in these words: "I have been sent only for the purpose of perfecting good morals." '
Width="406px"></asp:Label>
<asp:Image ID="Image8" runat="server" ImageUrl="~/NUR/final/nur.jpg" Style="z-index: 99;
left: 251px; position: absolute; top: 234px" />
<asp:Image ID="Image3" runat="server" ImageUrl="~/NUR/final/agent.jpg" Style="z-index: 99;
left: 573px; position: absolute; top: 232px" />
</asp:Content>