Click here to Skip to main content
15,905,504 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Dynamic Compilation Pin
N a v a n e e t h25-Sep-10 19:46
N a v a n e e t h25-Sep-10 19:46 
GeneralRe: Dynamic Compilation Pin
Gamzun25-Sep-10 21:24
Gamzun25-Sep-10 21:24 
QuestionCode for creating trial version of software created in VB.Net 2005? [modified] Pin
MohanMbnr25-Sep-10 2:59
MohanMbnr25-Sep-10 2:59 
AnswerRe: Code for creating trial version of software created in ASP.Net 2005? Pin
Sandeep Mewara25-Sep-10 8:50
mveSandeep Mewara25-Sep-10 8:50 
AnswerRe: Code for creating trial version of software created in ASP.Net 2005? Pin
Not Active25-Sep-10 9:42
mentorNot Active25-Sep-10 9:42 
Questionx.co service [modified] Pin
Jassim Rahma24-Sep-10 12:36
Jassim Rahma24-Sep-10 12:36 
AnswerRe: x.com service Pin
Luc Pattyn24-Sep-10 12:39
sitebuilderLuc Pattyn24-Sep-10 12:39 
Questionweb.config problem Pin
Jassim Rahma24-Sep-10 11:49
Jassim Rahma24-Sep-10 11:49 
I have a subdomain mobile.JassimRahma.com and that's referring of course to a folder on my root called mobile.

I just created a simple, very simple Default.aspx file and placed in the mobile folder but I am getting thie error:

I have a subdomain mobile.JassimRahma.com and that's referring of course to a folder on my root called mobile.

I just created a simple, very simple Default.aspx file and placed in the mobile folder but I am getting thie error:


and this is my SIMPLE Default.aspx:

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Jassim.mobile.Default" %>
<%@ OutputCache Duration="120" VaryByParam="None" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
    <meta name="robots" content="noindex, nofollow" />
    <meta name="description" content="A distinguished service-level information technology Manager with experience in program management, project management and team leadership." />
    <meta name="keywords" content="asp.net,c#,.net,cure,cureGP,cureSurgical,cureDental,cureHospital,general practice,dental,surgical,cure online,microsoft,html,css,xml,javascript,cisco,network,netwoking,jassim rahma,jobs,vacancy,resume,career,bahrain,bahraini,cio,c.i.o.,information technology,director,head of IT,head of I.T.,IT manager,I.T. manager ,development,programming,free software,windows server,LAN,WAN,web services,web services,soap,retail,insurance,banking,finance,telecom,batelco,stc,viva,zain,free download,integration,implementation,support manager,wsdl,blackberry,internet cafe software,internet cafe system,health management system,electronic health record,electronic medical record,hms,clinic management system,EPR,EMR,EHR, human resources,ERP,CMS,GCC,G.C.C.,hsbc,nomura,jawad,costa coffee,medgulf,2connect,bahrain 2030,TCP/IP,router,routing,http,ftp,DNS,DHCP,switch,netBIOS,internetwork,RJ45,osi,WINS,database,snmp,smtp,smpp,pop3,exchange server,cyber cafe, the restart manager, surgical, dermaone, surgicare, dental," />
    <meta name="author" content="Jassim Rahma" />
    <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
    <title>Jassim Rahma</title>

    <script type="text/javascript">

      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-3409064-5']);
      _gaq.push(['_trackPageview']);

      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();

    </script>
</head>
<body dir="ltr" lang="en-us" top-margin="0" bottom-margin="0" left-margin="0" right-margin="0">
<form id="Form1" runat="server">
    <div>
        <asp:Table ID="Table1" runat="server" Width="100%" CellPadding="0" CellSpacing="0">
        <asp:TableRow>
            <asp:TableCell VerticalAlign="Top" HorizontalAlign="Center">
            <strong>JassimRahma.com</strong><br />
            Mobile Site Unavailable<br /><br />
            <a href="../Default.aspx">Full Site</a>
            </asp:TableCell>
        </asp:TableRow>
        </asp:Table>
    </div>
</form>
</body>
</html>
</pre>

AnswerRe: web.config problem Pin
Not Active25-Sep-10 9:38
mentorNot Active25-Sep-10 9:38 
GeneralRe: web.config problem Pin
Jassim Rahma25-Sep-10 10:27
Jassim Rahma25-Sep-10 10:27 
GeneralRe: web.config problem Pin
Not Active25-Sep-10 11:32
mentorNot Active25-Sep-10 11:32 
GeneralRe: web.config problem Pin
Gamzun25-Sep-10 21:30
Gamzun25-Sep-10 21:30 
GeneralRe: web.config problem Pin
Jassim Rahma25-Sep-10 21:40
Jassim Rahma25-Sep-10 21:40 
GeneralRe: web.config problem Pin
Gamzun4-Oct-10 20:36
Gamzun4-Oct-10 20:36 
QuestionAnonymous usser URL access testing issues Pin
jboyd11124-Sep-10 11:04
jboyd11124-Sep-10 11:04 
AnswerRe: Anonymous usser URL access testing issues Pin
T M Gray24-Sep-10 11:37
T M Gray24-Sep-10 11:37 
GeneralRe: Anonymous usser URL access testing issues Pin
jboyd11127-Sep-10 3:50
jboyd11127-Sep-10 3:50 
GeneralRe: Anonymous usser URL access testing issues Pin
jboyd11127-Sep-10 9:30
jboyd11127-Sep-10 9:30 
QuestionGetting gridview to rebind inside of a modalpopup control Pin
Aptiva Dave24-Sep-10 8:58
Aptiva Dave24-Sep-10 8:58 
AnswerRe: Getting gridview to rebind inside of a modalpopup control Pin
Karthik. A24-Sep-10 11:58
Karthik. A24-Sep-10 11:58 
QuestionProblem with http handlers Pin
Haim Nachum24-Sep-10 5:59
Haim Nachum24-Sep-10 5:59 
AnswerRe: Problem with http handlers Pin
NeverHeardOfMe24-Sep-10 9:31
NeverHeardOfMe24-Sep-10 9:31 
QuestionUrl refere is null in safari Pin
MayukhSen23-Sep-10 20:33
MayukhSen23-Sep-10 20:33 
AnswerRe: Url refere is null in safari Pin
sashidhar24-Sep-10 0:44
sashidhar24-Sep-10 0:44 
QuestionStored Procedure Call - Comments with Single Quote Pin
Civic0623-Sep-10 7:26
Civic0623-Sep-10 7:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.