is it possible...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

is there a way that when i'm browsing my asp.net app from my local iis
server to simulate the internet zone?

thanks,
rodchar
 
Rodchar,

http:\localhost

I hope that this is what you mean (I can think about another answer as
well)?

Cor

"rodchar"
 
Set the current Custom Setting to 'Low' and aftrer you finish, reset to
default

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
 
Check in which zone is yout local site - Local intranet or Trusted sites (if
you have added it there).
Then set the security options for this zone to match the defaults for
Internet zone.
Maybe it's good idea to set it to High, because many users use this
settings.
 
Sorry 'High ' NOT low

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
 
thanks for the helpful replies.


Nikolay Petrov said:
Check in which zone is yout local site - Local intranet or Trusted sites (if
you have added it there).
Then set the security options for this zone to match the defaults for
Internet zone.
Maybe it's good idea to set it to High, because many users use this
settings.
 
Back
Top