How to simulate internet location on my own computer?

  • Thread starter Thread starter Crirus
  • Start date Start date
C

Crirus

Hello

I need to test a vb assembly as it is downloaded from internet... how can I
test on my own pc a internet site?
 
Hi Crirus,

I think that it can be done by:

Start to see what is your external IP adres
And just ask that in the URL from IE

Something as

Http:\\xxx.xxx.xxx.xxx

But your IIS must than running and there can be (there are probably)
security items.

The most simple test for you ip adres is at the dos prompt.
ipconfig

I hope this helps?

Cor
 
* "Crirus said:
I need to test a vb assembly as it is downloaded from internet... how can I
test on my own pc a internet site?

Install IIS or another web server and "upload" the file to it.
 
Any server installed on my PC is reported (sow by) to IE as local intranet
I need a trick to really make IE think it's requesting an Internet
resource..I need it to test how assembly untrusted is added to code groups

So, in fact, I have my own http server.. not IIS, Apache etc needed...
But any request made to mu PC name like http://home set the source as
intranet
Is there a software to fool IE? :)
 
Back
Top