Link to home
Start Free TrialLog in
Avatar of mkdev2009
mkdev2009Flag for Malaysia

asked on

HTTP 405, no server access

Hi all,

i developing a mobile web application by using VS2008 (mobilewebform) and host in IIS7. i got a download button, once it has been clicked the application will generate 1 download URL like below:

http://askexpert.com/dir/Image.jpg?id=123

and the page will Response.Redirect to the URL above. I tried nokia phone but get the "No server access" error and "HTTP405" for LG phone.

Tried to key in the URL in mobile web browser and it worked

Please help.
ASKER CERTIFIED SOLUTION
Avatar of Kumaraswamy R
Kumaraswamy R
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mkdev2009

ASKER

Hi thanks for reply the post, by the way i solved this issue by add the content type into handler mapping.