Hi it looks like there is a problem with IIS not refreshing properly. It is
on a live server so not quite sure how to fix it. The problem is that when
you add a folder to C:\inetpub\wwwroot it does not show up in IIS under
default website. I need to get this working for Crystal Reports vs 10
embedded with .net to work correctly. There are several dependency folders
that need to be set up in IIS but it is not refreshing properly to display
them. For example aspnet_client\......... does not show up in IIS although
it is located at the physical location C:\inetpub\wwwroot
. Currently using Windows server 2003.
Thanks
--
Paul G
Software engineer.

Re: server 2003 IIS problem by Egbert

Egbert
Tue May 08 17:51:55 CDT 2007


"Paul" <Paul@discussions.microsoft.com> schreef in bericht
news:BA1A43B0-9CF2-4CD0-9C7A-138A8BBE79F2@microsoft.com...
> Hi it looks like there is a problem with IIS not refreshing properly. It
> is
> on a live server so not quite sure how to fix it. The problem is that
> when
> you add a folder to C:\inetpub\wwwroot it does not show up in IIS under
> default website. I need to get this working for Crystal Reports vs 10
> embedded with .net to work correctly. There are several dependency
> folders
> that need to be set up in IIS but it is not refreshing properly to display
> them. For example aspnet_client\......... does not show up in IIS
> although
> it is located at the physical location C:\inetpub\wwwroot
> . Currently using Windows server 2003.

Hi Paul,

This is no normal behaviour.
Are you sure the correct ACL is in effect for c:\inetpub\wwwroot?
IIS uses (by default) the network service and/network accounts to list
contents. Do you have them in your ACLs?

But if you open the IIS console, it's -your- account (on the mmc.exe
process) that needs list and enum rights.

> Thanks
> --
> Paul G
> Software engineer.




Re: server 2003 IIS problem by Egbert

Egbert
Tue May 08 18:05:50 CDT 2007


"Paul" <Paul@discussions.microsoft.com> schreef in bericht
news:BA1A43B0-9CF2-4CD0-9C7A-138A8BBE79F2@microsoft.com...
> Hi it looks like there is a problem with IIS not refreshing properly. It
> is
> on a live server so not quite sure how to fix it. The problem is that
> when
> you add a folder to C:\inetpub\wwwroot it does not show up in IIS under
> default website. I need to get this working for Crystal Reports vs 10
> embedded with .net to work correctly. There are several dependency
> folders
> that need to be set up in IIS but it is not refreshing properly to display

This might help.
http://support.microsoft.com/kb/812614


> them. For example aspnet_client\......... does not show up in IIS
> although
> it is located at the physical location C:\inetpub\wwwroot
> . Currently using Windows server 2003.
> Thanks
> --

> Paul G
> Software engineer.


Re: server 2003 IIS problem by Paul

Paul
Tue May 08 18:17:02 CDT 2007

Hi Egbert, thanks for the response. I think IIS may be ok as I had not
noticed that the physical location of the default website under the aspnet
tag had been changed to another location. When I added a folder to this
physical location and selected refresh it showed up as a folder under the
default website in IIS> When I copied the Crystal report folder with the
files to this physical location Crystal reports worked ok. I did try to
change the physical location on this tab to c:\inetpub\wwwroot but it seemed
to be read only. Still learning about IIS as not exactly sure what the
default website folder is in IIS (a way to set global properties for all of
the websites under it?)
--
Paul G
Software engineer.


"Egbert Nierop (MVP for IIS)" wrote:

>
> "Paul" <Paul@discussions.microsoft.com> schreef in bericht
> news:BA1A43B0-9CF2-4CD0-9C7A-138A8BBE79F2@microsoft.com...
> > Hi it looks like there is a problem with IIS not refreshing properly. It
> > is
> > on a live server so not quite sure how to fix it. The problem is that
> > when
> > you add a folder to C:\inetpub\wwwroot it does not show up in IIS under
> > default website. I need to get this working for Crystal Reports vs 10
> > embedded with .net to work correctly. There are several dependency
> > folders
> > that need to be set up in IIS but it is not refreshing properly to display
> > them. For example aspnet_client\......... does not show up in IIS
> > although
> > it is located at the physical location C:\inetpub\wwwroot
> > . Currently using Windows server 2003.
>
> Hi Paul,
>
> This is no normal behaviour.
> Are you sure the correct ACL is in effect for c:\inetpub\wwwroot?
> IIS uses (by default) the network service and/network accounts to list
> contents. Do you have them in your ACLs?
>
> But if you open the IIS console, it's -your- account (on the mmc.exe
> process) that needs list and enum rights.
>
> > Thanks
> > --
> > Paul G
> > Software engineer.
>
>
>

Re: server 2003 IIS problem by Kristofer

Kristofer
Wed May 09 00:20:06 CDT 2007

Is the website's root (home directory) really c:\inetpub\wwwroot?


--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


Paul wrote:

>Hi it looks like there is a problem with IIS not refreshing properly. It
>is
>on a live server so not quite sure how to fix it. The problem is that
>when
>you add a folder to C:\inetpub\wwwroot it does not show up in IIS under
>default website. I need to get this working for Crystal Reports vs 10
>embedded with .net to work correctly. There are several dependency folders
>that need to be set up in IIS but it is not refreshing properly to display
>them. For example aspnet_client\......... does not show up in IIS
>although
>it is located at the physical location C:\inetpub\wwwroot
>. Currently using Windows server 2003.
>Thanks

Re: server 2003 IIS problem by Egbert

Egbert
Thu May 10 15:14:37 CDT 2007


"Paul" <Paul@discussions.microsoft.com> schreef in bericht
news:3F6CC75D-20E4-458F-A72F-4F59A1818F76@microsoft.com...
> Hi Egbert, thanks for the response. I think IIS may be ok as I had not
> noticed that the physical location of the default website under the aspnet
> tag had been changed to another location. When I added a folder to this
> physical location and selected refresh it showed up as a folder under the
> default website in IIS> When I copied the Crystal report folder with the
> files to this physical location Crystal reports worked ok. I did try to
> change the physical location on this tab to c:\inetpub\wwwroot but it
> seemed
> to be read only. Still learning about IIS as not exactly sure what the
> default website folder is in IIS (a way to set global properties for all
> of
> the websites under it?)

Hi,

Not sure if this is sufficient but since you are engineer, I guess you'll
like to do research, and I will help you to get started.

read HKEY_LOCAL_MACHINE\Software\Microsoft\InetStp\PathWWWRoot

(ExpandEnvironmentString is the api to expand such strings)

and to set global properties, sure, you can use ADSI or WMI.

http://www.google.nl/search?hl=nl&q=IIS+wmi&meta=
http://www.google.nl/search?hl=nl&q=IIS+ADSI&meta=


Much success


Re: server 2003 IIS problem by selvaa

selvaa
Sun Jun 10 23:59:52 CDT 2007

On May 11, 1:14 am, "Egbert Nierop \(MVP for IIS\)"
<egbert_nie...@nospam.invalid> wrote:
> "Paul" <P...@discussions.microsoft.com> schreef in berichtnews:3F6CC75D-20E4-458F-A72F-4F59A1818F76@microsoft.com...
>
> > Hi Egbert, thanks for the response. I thinkIISmay be ok as I had not
> > noticed that the physical location of the default website under the aspnet
> > tag had been changed to another location. When I added a folder to this
> > physical location and selected refresh it showed up as a folder under the
> > default website inIIS> When I copied the Crystal report folder with the
> > files to this physical location Crystal reports worked ok. I did try to
> > change the physical location on this tab to c:\inetpub\wwwroot but it
> > seemed
> > to be read only. Still learning aboutIISas not exactly sure what the
> > default website folder is inIIS(a way to set global properties for all
> > of
> > the websites under it?)
>
> Hi,
>
> Not sure if this is sufficient but since you are engineer, I guess you'll
> like to do research, and I will help you to get started.
>
> read HKEY_LOCAL_MACHINE\Software\Microsoft\InetStp\PathWWWRoot
>
> (ExpandEnvironmentString is the api to expand such strings)
>
> and to set global properties, sure, you can use ADSI or WMI.
>
> http://www.google.nl/search?hl=nl&q=IIS+wmi&meta=http://www.google.nl/search?hl=nl&q=IIS+ADSI&meta=
>
> Much success



Hello,

I am using windows xp os. Asp.net application not run beucase web
server is not running error message is displayed.
Please help me

selvaa