Yesterday I was doing an exercise in learing about web services, and put a
test folder in IIS to house these files. the web service would not run, and
after some research learned that this service would need .net 2.x. No
problem, i install 2.x, then go to IIS and enable 2.x in the properties tab
for this folder. Big Mistake! All web services go down, turns out I can't
run 2 versions of .net in IIS. Ok, so i delete the test folder, uninstall
2.x, and reboot the server.

Internal websites back up, remote web workplace back up, owa back up... but
no push mail.

Looking in IIS, i notice the asp.net tab is missing under properties. I
decide to reregister .net with IIS:
C:\Windows\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i -enable
Rerun Internet and Email Config Wizard

still no push mail! "error synchronizing" any ideas?!?

RE: Help! push mail down by v-robmen

v-robmen
Thu May 15 05:19:48 PDT 2008

Hello,

Thank you for your post. My name is Robbin Meng, and it is my pleasure to
work with you on this issue!

Please allow me to confirm that my understandings are correct. As I
understand it, the issue is:

While you are doing a test on your SBS sever in IIS, the web service did
not work until you uninstall .Net Framework 2.X and rebooted the server.
After then "push mail" didn't work anymore. You have tired reregister .net
with IIS but didn't help.

If I have misunderstood your concerns please feel free to let me know.

Before we go further, I would like to confirm with you:

1. What's the "push mail" you refer to ? Can you please be more specific?
2. Have you tried re-run the CEICW to fix this? What's the result of
running CEICW?

By the way, if you are working on certain customize web function, I am
sorry to say currently, we do not support customize web function.

At this time, please help me to collect more information:

Information Need
==============
1. Check event viewer for related information, if there are anything
related "push mail" or "error synchronizing", please help save it to *.evt
and send to me at v-robmen@microsoft.com.
2. If possible, please capture some screenshot when the error messages
appear and send them to me : v-robmen@microsoft.com

Thank you.

Please let me know if you have any other concerns or questions. Thanks and
have a nice day!!


Best regards,

Robbin Meng(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.


RE: Help! push mail down by TomFriend

TomFriend
Fri May 16 06:53:01 PDT 2008

Hi Duke,
If this is about WinMobile's push mail, I may have your solution.

In trying to find a fix for my own problems with push mail I came across a
bulletin stating that when .Net 2.0 is installed on an SBS machine, it will
sometimes update the OWA / OMA virtual folders to 2.0. Of course they stop
working.

To fix this, use the IIS Manager plugin and navigate to "Default web site".
Then right click on each subfolder underneath and select "Properties". Next
select the .NET tab and check to see that the version chosen is 1.1.xxxx and
is not 2.0.xxxx or blank. In my own case, the OMA v-folder had been upgraded
to 2.0.

"duke" wrote:

> Yesterday I was doing an exercise in learing about web services, and put a
> test folder in IIS to house these files. the web service would not run, and
> after some research learned that this service would need .net 2.x. No
> problem, i install 2.x, then go to IIS and enable 2.x in the properties tab
> for this folder. Big Mistake! All web services go down, turns out I can't
> run 2 versions of .net in IIS. Ok, so i delete the test folder, uninstall
> 2.x, and reboot the server.
>
> Internal websites back up, remote web workplace back up, owa back up... but
> no push mail.
>
> Looking in IIS, i notice the asp.net tab is missing under properties. I
> decide to reregister .net with IIS:
> C:\Windows\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i -enable
> Rerun Internet and Email Config Wizard
>
> still no push mail! "error synchronizing" any ideas?!?