472,146 Members | 1,424 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,146 software developers and data experts.

"Local Internet Zone"

I would like to ask anyone out there, where can I find the "Local
Internet Zone" as I had a problem with my application not displaying
and saying that I have no authorisation to view this web page but
indeed, I am the administrator.

Thanks,
Crystalite.

Nov 13 '06 #1
1 1518
Hi,

pr*************@gmail.com wrote:
I would like to ask anyone out there, where can I find the "Local
Internet Zone" as I had a problem with my application not displaying
and saying that I have no authorisation to view this web page but
indeed, I am the administrator.

Thanks,
Crystalite.
The "Local intranet zone" and the "Internet zone" are client-side
security settings, which specify which permissions a client-side
application has or hasn't. For example, in Internet zone (when the page
is served from the Internet), the page will probably not be allowed to
save files on the client PC. The Intranet zone typically allows more
permissions.

In your case, you are the administrator of the server-side machine, and
it has nothing to do with the client-side. Additionally, the IIS doesn't
run with administrator permissions on the server, it is its own user
named ASPNET. So if you want to give your web application special
permission on the web server (for example to save server-side files),
you must give this users appropriate permissions.

Bottom line is: You must find out exactly where the error occurs, client
or server. And then you must find what is causing the error. Typically,
I would start with a simple, no-brainer application and try it out. If
that works, add more complex operations until you reproduce the error.

Does it help?
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Nov 13 '06 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

12 posts views Thread by Paul Tillotson | last post: by
10 posts views Thread by David Garamond | last post: by
1 post views Thread by Michael Barrido | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.