[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Jay Fischer

1/31/2004 2:21:00 AM

I set up a .NET Mobile web app with a very simple script. I used the
template that is default. I added some text inbetween the form tags. I
attempted to navigate to it using my laptop browser with no problem. I then
attempted to navigate from my web-enabled cell phone to my laptop XP machine
(where the test server exists) using the IP address of my cable modem. I
get an 500: Internal Server Error.

Any ideas why this simple script doesn't work?

<mobile:form id="form1" runat="server">
Hello
</mobile:form>