Click to See Complete Forum and Search --> : how asp.net mobile web run in emulator?


johnix
07-25-2008, 02:45 AM
how to run asp.net mobile web run in emulators under vista?

in windows xp i already get it, but in vista i dont know how. i try the same way configuration of xp in vista but an errors occurred 0x000702e4 the requested operation requires elevation.

in xp my asp.net file save in iis6.0 same in vista but i cant configure the asp.net2.0 and iis...

if somebody know how, please help me. and if there are another options of running the mobile web application under vista? im using visual studio 2005

thanks in advance...

johnix
07-25-2008, 07:07 AM
i got it now in how to configure iis and asp.net in vista.. my problem now is how to run the application in browsers and emulators. the activesync cannot be install in vista... in address bar i type http://localhost/foldername/filename.aspx and also http://localhost:9188/foldername/filename.aspx and http://machineName/foldername/filename.aspx but error occurred or failed to connect... if somebody know how to run the application please help.. thanks in advance
Edit/Delete Message

chazzy
07-25-2008, 07:24 AM
the important line to remember in there is "requested operation requires elevation"

same issue you posted about here

http://www.webdeveloper.com/forum/showthread.php?t=187171

i can only give you similar advice, make sure you have sufficient privileges.

johnix
07-25-2008, 08:21 AM
the important line to remember in there is "requested operation requires elevation"

same issue you posted about here

http://www.webdeveloper.com/forum/showthread.php?t=187171

i can only give you similar advice, make sure you have sufficient privileges.

thanks for your reply chazzy..
i already get it.. my problem now is how to run my application? when i try to run it i get errors.. as what i stated above...

chazzy
07-25-2008, 12:47 PM
i realize that, and as i pointed out, you need to fix your permission issues if it's the same error you already stated.