Fun with Windows Mobile

by Erik Lane 16. January 2006 06:12

Ok, developing sites for mobile devices is new to me.  Its just crazy how different they are than regular ASP.NET apps.  So much so that you basically have to write two apps.  This is not new to you mobile guys but for guy like me it is.  How do you do it?  Is there a strategy that you use?

FormsAuthentication piece - I was seeing that my standard login.aspx page was functioning in the emulator but it was hard to navigate and didn't look too good.  So I was hoping I could have one for mobile devices and one for non-mobile.  This seemed like a good idea but you can only define one login page in web.config.  Am I incorrect here or is there a better way implement it?  The path I'm going down now is to make my login page a mobile page.  This way it will work and look fine in both.  Hope this sounds good.  :-)

Stylesheets - Man, who would've thought you had to have a user control just for stylesheets?  Not me that's for sure!

Tags:
Comments are closed