| Jeff Cochran 2004-08-17, 5:54 pm |
| On Tue, 17 Aug 2004 12:09:01 -0700, "nospam@tgylnospam.no"
<nospamtgylnospamno@discussions.microsoft.com> wrote:
>I run IIS 5.0 on Windows 2000 professional workstation.
>I create and save web pages to wwwroot. The pages have a connection to SQL
>Server 2000 and displays records or pivot diagrams
>
>When I log on to the workstation as poweruser and then create and save
>web-pages to wwwroot they work as expected.
>
>When I log on as administrator and create and save web-pages in the same way
>they do not work as expected. When i type http://localhost/<pagename>.htm the
>page opens, all text is shown but data from the database is not displayed.
>
>All pages display correctly with data or pivot diagrams when I double-click
>on them in Windows explorer.
>
>Being a novice on IIS I hope someone can explain me why pages created by
>administrator do not work when I write http://localhost/<pagename>.htm in
>internet explorer.
Do a View Source and look at the code, look at the code from the
files, compare the two files by different accounts for permissions,
etc. Hard to tell without a lot more details.
Jeff
|