J
Joey Martin
I am not a .net programmer. I am taking over someone's application and
need assistance.
I have a mobile website created (pages are .aspx) and it works fine
online. When I try to access it from my cell phone, it get a FILE FORMAT
UNKNOWN error. I have also tried it on a couple web-based cell phone
emulators and some work, while others do not. The website is on an
Windows 2003 server running IIS. The main default.aspx file is pulling
in a .master file in case you need to know that. What else should I be
looking for? I looked online and read many articles. I have added
appropriate MIME types.
DEFAULT.ASPX
<%@ page language="C#" masterpagefile="~/MasterPage.master"
autoeventwireup="true" inherits="_Default, App_Web_rg94qc2m" title="test
on mobile" %>
BEGINNING OF MASTER FILE
<?xml version="1.0" encoding="UTF-8"?>
<%@ master language="C#" autoeventwireup="true" inherits="MasterPage,
App_Web_2my65gpf" %>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
"http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="240" />
Any ideas??
need assistance.
I have a mobile website created (pages are .aspx) and it works fine
online. When I try to access it from my cell phone, it get a FILE FORMAT
UNKNOWN error. I have also tried it on a couple web-based cell phone
emulators and some work, while others do not. The website is on an
Windows 2003 server running IIS. The main default.aspx file is pulling
in a .master file in case you need to know that. What else should I be
looking for? I looked online and read many articles. I have added
appropriate MIME types.
DEFAULT.ASPX
<%@ page language="C#" masterpagefile="~/MasterPage.master"
autoeventwireup="true" inherits="_Default, App_Web_rg94qc2m" title="test
on mobile" %>
BEGINNING OF MASTER FILE
<?xml version="1.0" encoding="UTF-8"?>
<%@ master language="C#" autoeventwireup="true" inherits="MasterPage,
App_Web_2my65gpf" %>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
"http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="240" />
Any ideas??