Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

How do I set up a IIS site to allow page browsing by Android?

  • 3 trả lời
  • 1 gặp vấn đề này
  • 4 lượt xem
  • Trả lời mới nhất được viết bởi Kevin

more options

I am able to view web pages created with ASP.NET in my Android in a hosted site on the cloud. However, I cannot see the same site if I copy it to my Intranet's IIS for local access

I am able to view web pages created with ASP.NET in my Android in a hosted site on the cloud. However, I cannot see the same site if I copy it to my Intranet's IIS for local access

Tất cả các câu trả lời (3)

more options

Can you browse the IIS site using Firefox? Can you browse it in Firefox mobile with Phony installed and set to Desktop Firefox?

https://addons.mozilla.org/en-US/mobile/addon/phony/

more options

Hi. The problem is that I was writting the full URL in the browser for my local server like this: http://HP4100/Page.htm. The browser resolved it to http://www.hp4100.com/Page.htm and of course it could never find the page. Then I keyed it like this: http://192.168.1.101/Page.htm and it worked just fine. The question now is, how can I instruct the browser to not add the "www" and the ".com" to the server name automatically?

more options

On my home network I can browse to my internal http server using its internal dns entry (typing my-server loads http://my-server/index.html). Not sure what is wrong in your case.