RE: Monitoring and Reporting Errors



Hi Robert,
My SBS installs have been using .net/asp2 for a long time. I have upgraded
the iis default and companyweb to use it with no problems. Some of the
directories perform normally and are still using 1.1, this is why there is a
asp.2 app pool--websites can use 2 and 1.1 as long as they do not share the
same app pool.
the breakdown:
default web-asp2 (some directories on 1.1-OWA,Exchange,Remote,Connect...)
and all work very well except the monitoring which only will work using
local system..
This is not a test Install--but a fully operational live company server and
webserver. I cannot just change the websites around because your research
says it is not supposed to work. My research and experience says it does
work. You can view the website from the domain name in my email i sent you.
If you would like, i will do an remote assistance with you so you can see it
for yourself.

This is an R2 install so it has asp.net 2 installed by default. Some
installs i have done, i have had to change the defaults back to 1.1. In this
case, i upgraded sharepoint/companyweb and default web to use 2. (i also have
3 installed and functioning too). The default website uses PHP/MySQL and
Joomla and still has functional SBS directories, VPN access, etc.
I am going to say this again,
only problem is that Network Authority will not run the monitoring web
pages, so not reports will be seen until local system is used to run the
defaultappPool. Only monitoring is affected by this, as all the other
services run correctly using NetAuth service.(or local system)







"Robert Li [MSFT]" wrote:

Hi John,

Thanks for updating.

Based on my research, all Windows Small Business Server Website and Virtual
Directories work only with .Net Framework 1.1 and are no support with 2.0.

- Default website

- Exchange (OWA)

- Remote (RWW)

- ActiveSync

- OMA and all

- Companyweb

- SharePoint Central Administration

- Microsoft SharePoint Administration

- Monitoring

If you use asp.net 2.0, something unexpected may happen. At this point, the
problem may be more complex than expected, thanks for your understanding.

Please temporarily change to the DefaultAppPool, if the problem disappears,
the problem is caused by asp.net 2.0.

I am looking forward to hear form you.

Have a nice day.

Best regards,

Robert Li(MSFT)

Microsoft CSS Online Newsgroup Support

Get Secure! - www.microsoft.com/security

=====================================================

This newsgroup only focuses on SBS technical issues. If you have issues
regarding other Microsoft products, you'd better post in the corresponding
newsgroups so that they can be resolved in an efficient and timely manner.
You can locate the newsgroup here:
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx

When opening a new thread via the web interface, we recommend you check the
"Notify me of replies" box to receive e-mail notifications when there are
any updates in your thread. When responding to posts via your newsreader,
please "Reply to Group" so that others may learn and benefit from your
issue.

Microsoft engineers can only focus on one issue per thread. Although we
provide other information for your reference, we recommend you post
different incidents in different threads to keep the thread clean. In doing
so, it will ensure your issues are resolved in a timely manner.

For urgent issues, you may want to contact Microsoft CSS directly. Please
check http://support.microsoft.com for regional support phone numbers.

Any input or comments in this thread are highly appreciated.

=====================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
<Thread-Topic: Monitoring and Reporting Errors
<thread-index: AcdsmGLuJOlbMx1GT1uv2c7yUZ4zeg==
<X-WBNR-Posting-Host: 207.46.198.15
<From: =?Utf-8?B?Sm9obiBfIFg=?= <JohnX@xxxxxxxxxxxxxxxxxxxxxxxxx>
<References: <281C3092-3867-495C-B4C1-484DE997661C@xxxxxxxxxxxxx>
<ufeXDgsaHHA.2372@xxxxxxxxxxxxxxxxxxxxxx>
<A197B20C-C765-44B2-942D-3FE0FA559171@xxxxxxxxxxxxx>
<A3A3D056-4E2C-48D8-9069-F578DC69948A@xxxxxxxxxxxxx>
<PtezrK4aHHA.296@xxxxxxxxxxxxxxxxxxxxxx>
<AE2DF8E1-BE5A-4175-A225-3A069E752F09@xxxxxxxxxxxxx>
<LSjqLvGbHHA.3732@xxxxxxxxxxxxxxxxxxxxxx>
<Subject: RE: Monitoring and Reporting Errors
<Date: Thu, 22 Mar 2007 08:40:15 -0700
<Lines: 314
<Message-ID: <F1782A8E-9F4A-4509-ACEB-19BCE741A8FA@xxxxxxxxxxxxx>
<MIME-Version: 1.0
<Content-Type: text/plain;
< charset="Utf-8"
<Content-Transfer-Encoding: 8bit
<X-Newsreader: Microsoft CDO for Windows 2000
<Content-Class: urn:content-classes:message
<Importance: normal
<Priority: normal
<X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2757
<Newsgroups: microsoft.public.windows.server.sbs
<Path: TK2MSFTNGHUB02.phx.gbl
<Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.server.sbs:24639
<NNTP-Posting-Host: tk2msftsbfm01.phx.gbl 10.40.244.148
<X-Tomcat-NG: microsoft.public.windows.server.sbs
<
<Hi Robert,
<Some of your suggestions, such as changing the default site, will disrupt
<my webserver. Also, the default site uses ASP 2 not 1.x, so i beleive that
i
<need to use a different app pool than default, correct me if i am wrong.
<
<I did make the IP adjustment to add back the 127.0.0.1 IP, but this
doesn't
<change to original problem
<
<The monitoring will only display the reports, if the default app pool is
<using the local system account.
<
<
<"Robert Li [MSFT]" wrote:
<
<> Hi John,
<>
<> Thanks for updating.
<>
<> I compared the IIS setting with my test machine and found many
difference,
<> please change the setting as below:
<>
<> Step 1: Check the Default Web Site settings
<>
<> 1. Open IIS snap-in.
<> 2. Go to Default Web Site
<> 3. Right click default website and select Properties.
<> 4. On the Virtual Directory tab, change the Local Paths to
<> c:\inteput\wwwroot.
<> 5. Select Application Pool: DefaultAppPool
<> 4. On the Website tab, click advanced button on the left of IP address.
<> 5. Under Multiple indenties for the website, make sure the two host
headers
<> are listed, for example:
<>
<> IP address Port Host header value
<> 192.168.16.2 80
<> 127.0.0.1 80
<>
<> Step 2: Check the Monitoring virtual directory setting:
<>
<> 1. Open IIS snap-in.
<> 2. Go to Default Web Site/Monitoring.
<> 3. Right click Monitoring and click Properties.
<> 4. Click Virtual Directory tab.
<> 5. On the Execute permissions item, select Scripts only.
<>
<> Then please check if the problem can be resolved.
<>
<> I am looking forward to hear from you.
<>
<> If you need further assistance, please don't hesitate to let me know.
<>
<>
<> Best regards,
<>
<> Robert Li(MSFT)
<>
<> Microsoft CSS Online Newsgroup Support
<>
<> Get Secure! - www.microsoft.com/security
<>
<> =====================================================
<>
<> This newsgroup only focuses on SBS technical issues. If you have issues
<> regarding other Microsoft products, you'd better post in the
corresponding
<> newsgroups so that they can be resolved in an efficient and timely
manner.
<> You can locate the newsgroup here:
<> http://www.microsoft.com/communities/newsgroups/en-us/default.aspx
<>
<> When opening a new thread via the web interface, we recommend you check
the
<> "Notify me of replies" box to receive e-mail notifications when there
are
<> any updates in your thread. When responding to posts via your
newsreader,
<> please "Reply to Group" so that others may learn and benefit from your
<> issue.
<>
<> Microsoft engineers can only focus on one issue per thread. Although we
<> provide other information for your reference, we recommend you post
<> different incidents in different threads to keep the thread clean. In
doing
<> so, it will ensure your issues are resolved in a timely manner.
<>
<> For urgent issues, you may want to contact Microsoft CSS directly.
Please
<> check http://support.microsoft.com for regional support phone numbers.
<>
<> Any input or comments in this thread are highly appreciated.
<>
<> =====================================================
<>
<> This posting is provided "AS IS" with no warranties, and confers no
rights.
<>
<> --------------------
<> <Thread-Topic: Monitoring and Reporting Errors
<> <thread-index: Acdr0RM+NyIrwzxfQUGMy5baH3Gp7Q==
<> <X-WBNR-Posting-Host: 207.46.19.168
<> <From: =?Utf-8?B?Sm9obiBfIFg=?= <JohnX@xxxxxxxxxxxxxxxxxxxxxxxxx>
<> <References: <281C3092-3867-495C-B4C1-484DE997661C@xxxxxxxxxxxxx>
<> <ufeXDgsaHHA.2372@xxxxxxxxxxxxxxxxxxxxxx>
<> <A197B20C-C765-44B2-942D-3FE0FA559171@xxxxxxxxxxxxx>
<> <A3A3D056-4E2C-48D8-9069-F578DC69948A@xxxxxxxxxxxxx>
<> <PtezrK4aHHA.296@xxxxxxxxxxxxxxxxxxxxxx>
<> <Subject: RE: Monitoring and Reporting Errors
<> <Date: Wed, 21 Mar 2007 08:53:31 -0700
<> <Lines: 291
<> <Message-ID: <AE2DF8E1-BE5A-4175-A225-3A069E752F09@xxxxxxxxxxxxx>
<> <MIME-Version: 1.0
<> <Content-Type: text/plain;
<> < charset="Utf-8"
<> <Content-Transfer-Encoding: 8bit
<> <X-Newsreader: Microsoft CDO for Windows 2000
<> <Content-Class: urn:content-classes:message
<> <Importance: normal
<> <Priority: normal
<> <X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2757
<> <Newsgroups: microsoft.public.windows.server.sbs
<> <Path: TK2MSFTNGHUB02.phx.gbl
<> <Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.server.sbs:24323
<> <NNTP-Posting-Host: tk2msftsbfm01.phx.gbl 10.40.244.148
<> <X-Tomcat-NG: microsoft.public.windows.server.sbs
<> <
<> <Thanks Robert, uploaded and called IIS.zip--contains both files you
<> requested.
<> <
<> <
<> <
<> <"Robert Li [MSFT]" wrote:
<> <
<> <> Hi John,
<> <>
<> <> Thanks for updating.
<> <>
<> <> I am sorry for the inconvenience to you. I created a workplace to
upload
<> <> file. Please click the following link to upload the file:
<> <>
<> <>
<>
https://sftus.one.microsoft.com/choosetransfer.aspx?key=ad89d4e6-7244-4242-9
<> <> 962-439527252ef0
<> <>
<> <> Password: UgISO6)BI
<> <>
<> <> I am looking forward to hear from you.
<> <>
<> <> Have a nice day.
<> <>
<> <> Best regards,
<> <>
<> <> Robert Li(MSFT)
<> <>
<> <> Microsoft CSS Online Newsgroup Support
<> <>
<> <> Get Secure! - www.microsoft.com/security
<> <>
<> <> =====================================================
<> <>
<> <> This newsgroup only focuses on SBS technical issues. If you have
issues
<> <> regarding other Microsoft products, you'd better post in the
<> corresponding
<> <> newsgroups so that they can be resolved in an efficient and timely
<> manner.
<> <> You can locate the newsgroup here:
<> <> http://www.microsoft.com/communities/newsgroups/en-us/default.aspx
<> <>
<> <> When opening a new thread via the web interface, we recommend you
check
<> the
<> <> "Notify me of replies" box to receive e-mail notifications when there
<> are
<> <> any updates in your thread. When responding to posts via your
<> newsreader,
<> <> please "Reply to Group" so that others may learn and benefit from
your
<> <> issue.
<> <>
<> <> Microsoft engineers can only focus on one issue per thread. Although
we
<> <> provide other information for your reference, we recommend you post
<> <> different incidents in different threads to keep the thread clean. In
<> doing
<> <> so, it will ensure your issues are resolved in a timely manner.
<> <>
<> <> For urgent issues, you may want to contact Microsoft CSS directly.
<> Please
<> <> check http://support.microsoft.com for regional support phone numbers.
<> <>
<> <> Any input or comments in this thread are highly appreciated.
<> <>
.


Loading