Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIS 5.0won´t display Image data

Status
Not open for further replies.

endrass

Technical User
Joined
Sep 27, 2001
Messages
1
Location
DE
Hi,
I use IIS 5.0 and an access 2000 database. When I have a look on my asp-sites locally, I can see all data, all images, who are linked in the databse and I´m able to update the datbase. When I have a look on the sites via lan or internet (DSL)I can only see the data but not the images and I´m not able to update the database.
It would be very nice if somebody can give me a hint, what I do wrong.
Bye, Marc
 
Sounds like permissions.

Whats happening is simple to explain, difficult to troubleshoot unless you know how.

As the user logged in locally, probably administrator, you have full access to everything, so when you view through your browser you are using your permissions as administrator. When your viewing the same data from another machine, you are viewing as IUSER_MACHINENAME. This user needs the appropriate permissions in order to view all files necessary. This may include creating a temp file or write access to the database.

Let me know if this helps or if you need more help,

Raymond
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top