This forum is moving the week of 12/8/2008
Microsoft has created a new forums platform (MSDN | TechNet | Expression | Microsoft) with increased performance, stability, and an improved user experience. During the week of 12/8 this forum will be moving to the new platform. To make sure this is a smooth transition, we want everyone using this forum to have a chance to try out the new forums in advance, and give feedback. We've created a Sandbox forum, where you can create threads and try out functionality, and a suggestions forum where you can give us your feedback. Please take some time to go to the new forums today and let us know what you think.
On the day the forum moves to the new platform, a post will be made letting you know the process has been started, and the forum will be locked to new posts. Once the process is complete, a final post to the forum will be made letting you know the forum has moved.
1. All posts in the forum will be preserved
2. Any points you've received for replies will move with you (on a per forum basis)
3. Any bookmarks to this forum or threads within this forum will redirect to their new location
4. Your "My Threads" will be preserved on the new platform
The only thing you'll need to do after migration is set Windows Live Alerts for any threads you were tracking.
If you have feedback, let us know in the suggestions forum or contact the forum product planner directly at Jeremy.Kelley at Microsoft.com
Thanks,
Alicia
Vista Ultimate x64 SP2 - Installation ERROR_FILE_NOT_FOUND(0x80070002)
This occurs at the very end of the installation process, I would assume JUST before the screen changes to say something like it's time to restart or whatever. Current Vista installation is SP1, unaltered default installed components, fully up to date on all updates, no OS modifications whatsoever.
Reply:
Hi
Follow the instructions in the following article to resolve this problem.
You receive a "0x80070002" or "0x80070003" error code after you download an update from Windows Update, from Microsoft Update, or from Windows Server Update Services:
http://support.microsoft.com/default.aspx/kb/910336
Hope this helps.
If this post helps to resolve your issue, click the Mark as Answer button at the top of this message.
Ronnie Vernon
Microsoft MVP
Windows Desktop Experience
------------------------------------
Welcome to the Forefront Edge Security Internet Access Forum!
Welcome to the Forefront Edge Security Internet Access Forum!
In this space you can post ideas, questions, or issues that you encounter when you configure Internet access through ISA Server.
A broad range of IT professionals, Microsoft employees, and MVPs will take part in these discussions, which we expect to be interesting and helpful. We look forward to your participation.
Reply:
Hello,
thx for bringing the ISA Server to the Forefront Family..... thats where it belongs to ;-)
One question regarding secure-internet-access: is it planned to bring the antigen-suite into the ISA Server for "realtime" scanning of internet access. Would be great for getting more secure !!!!
regards
Sebastian
------------------------------------
Reply:
Sebastian,
The antivirus capabilities are being considered for the next version of ISA server
Thanks,
Vladimir
------------------------------------
Reply:
Hy Vladimir,
how is the timeline for the next generation ISA server product?
regards
sebastian
------------------------------------
Reply:
Hi Sebastian,
The next version is tentatively expected around mid 2008, note that the plans are subject to change.
Thanks,
Vladimir
------------------------------------
Reply:
I just installed isa 2006 on windows server 2003. i have added only one rule to allow unrestricted access to internal clients (via the wizard). my access to the internet is slow. the same server was connected to a 2 Mb line, and the access was super fast. now i have to wait about 5 seconds to open a web page as a client.
can you give me any hints on what i can do to improve the access??
thanks
rick
------------------------------------
Reply:
I have been working on Isa since it was called Microsoft Proxy server version 1
I will be happy to help here in this forum
------------------------------------
Reply:
Ok, thanks. as i mentioned, i installed isa 2006 and my access is slow. i need to know if there is something that i can do to make the web access faster. its a new server with a xeon dual core processor and 1 GB ram running windows 2003 server sp1. without isa on the server, the access is fast. with isa on the server, my clients get slow access.
thanks again.
rick
------------------------------------
Reply:
HI,
Check this article : http://support.microsoft.com/default.aspx/kb/905179/en-us
and have you installed the ISA Server 2006 Supportability Update package : http://support.microsoft.com/?kbid=939455
HTH,
Tarek
_____________________________
Tarek Majdalani
Computer Engineer, CIW, MCSA: Security 2000/2003, TS: Windows Vista
MVP -- ISA Firewalls
Website : http://www.elmajdal.net/ISAServer
------------------------------------
Reply:
How have you configured the browser on the client?
If you're using auto-detection, this could help; http://support.microsoft.com/kb/906650
Jim
------------------------------------
Reply:
the article calls for a registry entry that does not exist in my server. isa 2006 must be different.
any other things i can try??
------------------------------------
Reply:
i don't use dhcp. my clients have static ip addresses. do you have any other ideas i can try???
rick
------------------------------------
Reply:
Actually, that article doesn't call for any registry values; it's a DHCP client service patch.
Since you're not using DHCP, the other point is to veryify your WPAD support.
This Technet article discusses all that in detail.
Jim Harrison Forefront Edge CS
------------------------------------
SDS Feature Wishlist posted
Some of the items on this list were first mentioned in the private beta back in July 2008. Some are brand new. I posted this list because I'm having a hard time keeping track of feature/bug reports here in this forum and it seems the Feedback section of Microsoft Connect is no longer active.
You might notice that most of the requests I list here relate to 'application protocol' level items - HTTP. That's because I am currently most interested in these issues and I have not found too many others covering the same space. I know there are lots of important database-related features that SDS can include, too. I leave the work of documenting those feature requests to others.
As usual, I'm always looking for feedback.
Mike Amundsen [http://amundsen.com/blog/]
Reply:
------------------------------------
Reply:
yep. from a 'database' angle, i can use HEAD as a foreign-key validator. if an order record has a 'customer-id' element, i can validate that by doing a HEAD request using the customer-id. quite handy.
Mike Amundsen [http://amundsen.com/blog/]
------------------------------------
Reply:
Thank you. I have circulated your list to the team.
-Anil
------------------------------------
Reply:
Mike Amundsen [http://amundsen.com/blog/]
------------------------------------
Reply:
Mike, I had a look at the wish list. Pretty good stuff. One thing though (I think Christmas may come a little early for you ) we already support the HEAD verb today. We added support for this when I introduced blob support to the system. Sorry, perhaps we didn't advertise that enough. Give it a shot and let me know what you think.
--Jeff--
------------------------------------
Reply:
!Aha! I did some quick tests and - sure enough - we have some support for HEAD. sweet!
I notice that I get return code 200 (OK) from all HEAD requests that return an ETag. To put it another way, I get return code 415 (Method Not Allowed) for any requests that involve lists (list of authorities, containers, entities, & filtered queries). My assumption is that this related to the fact that you do not return ETags for lists and, thus, do not support return code 304 for lists.
It's cool that we have HEAD support for items (authority, container, entity). This will help reduce repetitive traffic/bandwidth for single objects. However, a lot of my traffic involves getting lists - not just single items.
So now I have even *more* reason to press for ETag support for lists<g>.
Finally, I wonder what other cool features you guys slipped in when I wasn't looking?
Mike Amundsen [http://amundsen.com/blog/]
------------------------------------
Reply:
Mike Amundsen [http://amundsen.com/blog/]
------------------------------------
Exchange 2007 Mailbox Creation and Rollup4 Issue
Dear Members,
I have an environment where there is a Domain Controller based on Microsoft Windows Server 2008 Enterprise Edition, a Messaging System based on Microsoft Exchange Server 2007 Enterprise Edition and an Identity Management System based on Microsoft Identity Lifecycle Manager 2007. My goal is to create an User Account in the Active Directory and a Mailbox in Exchange. When I faced problems, I referred to different Blogs and was able to Create User Account in Active Directory. Previously, I was not able to do so as I had not installed Powershell and Microsoft Exchange Server 2007 Management Console on the ILM Server. Now, I have configured the MA to create an User Account and Mailbox at the same time as they should be, but I am unable to do so. The User is created in Active Directory, but Milbox is not created. Looking again at different Blogs let me to the conclusion that I should install the Microsoft Exchange Server Service Pack 1 Rollup4 to solve the problem. But, once I insalled it (That took around 3 hours on 5 GB RAM Machine, if you have anything to say about it, you are more than welcome), run the Export Profile, the problem still persists with the following error in the Application Log. The User again gets created in the Active Directory, but no Mailbox. Another issue that I am facing after the Rollup4 Installation is that all services except Microsoft Exchange Information Store, Microsoft Exchange System Attendant and Microsoft Exchange Active Directory Topology are in stopped state and when i try to start services manually, the services time out and stop. The service were working fine before the Rollup4 installation. And I have already tried the Export Profile without the Rollup4 installation and with all the services running, but I got the same error.
Prompt reply is appreciated
Log Name: Application
Source: MIIServer
Date: 12/4/2008 1:09:04 PM
Event ID: 6801
Task Category: (3)
Level: Error
Keywords: Classic
User: N/A
Computer: MTNGH-ILMS.mtngh.root.net
Description:
The extensible extension returned an unsupported error in MIIS.
The stack trace is:
"Microsoft.MetadirectoryServices.ExtensionException: Could not find the default Administrative Group 'Exchange Administrative Group (FYDIBOHF23SPDLT)'.
at Exch2007Extension.Exch2007ExtensionClass.AfterExportEntryToCd(Byte[] origAnchor, String origDN, String origDeltaEntryXml, Byte[] newAnchor, String newDN, String failedDeltaEntryXml, String errorMessage)
Microsoft Identity Integration Server 3.3.0118.0"
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MIIServer" />
<EventID Qualifiers="49152">6801</EventID>
<Level>2</Level>
<Task>3</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2008-12-04T13:09:04.000Z" />
<EventRecordID>4220</EventRecordID>
<Channel>Application</Channel>
<Computer>MTNGH-ILMS.mtngh.root.net</Computer>
<Security />
</System>
<EventData>
<Data>Microsoft.MetadirectoryServices.ExtensionException: Could not find the default Administrative Group 'Exchange Administrative Group (FYDIBOHF23SPDLT)'.
at Exch2007Extension.Exch2007ExtensionClass.AfterExportEntryToCd(Byte[] origAnchor, String origDN, String origDeltaEntryXml, Byte[] newAnchor, String newDN, String failedDeltaEntryXml, String errorMessage)
Microsoft Identity Integration Server 3.3.0118.0</Data>
</EventData>
</Event>
Regards,
Zahid Kamran
- Changed type Markus VilcinskasMicrosoft employee, Moderator Thursday, February 17, 2011 9:15 PM
Reply:
It's not the first time this error has been reported here, but I don't think there's been a definititive answer yet - so all I can offer you is troubleshooting tips.
1. You say there are Exchange services that are not starting - where is this? On the Exchange server? I would not even try provisioning until you've sorted out these problems with Exchange.
If you're talking about the ILM server - why do you have all those things installed? You should have only installed the Exchange management console - no server roles.
2. Can you manually create a User+mailbox using the new-mailuser cmdlet FROM the ILM server USING the same account that the MA is configured to use?
Carol
------------------------------------
Reply:
I am still confused about these services you refer to. You should only have the Exchange Management Console and powershell installed on the ILM server - there should be no need for any Exchange services of any type.
If you cannot create a mailbox from the ILM server yourself then there is no way ILM will be able to do it, so you need to get to the bottom of that.
I have not had any trouble with rollup 4 - though again, you did just install it on your Exchange server right? There should be no need to install it on the ILM server.
Carol
------------------------------------
Reply:
Zahid,
have you yet established whether you can create a mailbox using the powershell cmdlet new-mailuser, from the UILM server, and using the exact same accouont that ILM is using?
I saw the other thread - that group is under the Configuration branch in AD and can only be seen in ADSIedit. You'd be having much bigger problems if it wasn't there, so I don't think that is your problem. I am more concerned about a permissions issue, which is why I keep suggesting this powershell test.
Carol
------------------------------------
Reply:
| Carol Wapshere wrote: | |
|
That's actually not the case.
http://cid-ef44433b45e40a5b.skydrive.live.com/self.aspx/Public/ExAdminGrp.png
I'm not saying this is the problem, however, the Admin group in question can definitely been seen outside of ADSIEdit.
Paul
------------------------------------
UltraMon 3.0.2 causes Windows Explorer to crash when you mouse over the taskbar icons
MDM working on UK operator networks
OVer the last month or so I have had excellent support from the members of this forum, and so was interested if any implementations have gone live, and if they have in the UK
Julie.
Reply:
Most of our American friends are getting together to celebrate Thanksgiving, so don't expect many responses until next week.
If you want a UK Carrier information, then you might want to try Jason Langdridge. I'm sure he could point you in the right direction. http://blogs.msdn.com/jasonlan/ .
Cheers Wayne
Airloom
------------------------------------
Reply:
HTH. Best, Pat.
Mobility Architect, Enterprise Mobile
------------------------------------
Reply:
I pinged Gabe (Resident Moderator) and he was kind enough to contact the product group that works with Mobile Operators. In the UK, Orange, Vodafone, and 3 have been tested with mdm. We have also been involved in a TAP deployment in the UK, which I cannot go into, so this is by no means a definitive list.
Cheers Wayne
Airloom
------------------------------------
Reply:
BTW. Using the Wifi, it was not connected to the customer internal network, it was from home network.
------------------------------------
Reply:
If you see anything, which is specific to a UK network, please let us know.
------------------------------------
licensing students for terminal services?
I am in a University environment and we are planning a TS environment that would initially be targeted at kiosks, computer labs, and administrative areas. Eventually though, we would like to extend those services to our 40,000+ students, who are currently not in our Active Directory Domain.
Purchasing TS per-user CALs will get very expensive for all those users and that still doesn't address adding then our Domain.
Getting Windows External Connector Licenses seems like it would be much cheaper than purchasing a CAL per user for 40,000+ students. Would it be feasible/affordable to get Windows External Connector Licenses for our Domain Controllers DCs and then have students able to connect to a Terminal Server Farm from off-site and on-site?
Reply:
An external user is a person who is not an employee, or similar personnel of the company or its affiliates, and is not someone to whom you provide hosted services using the server software.
http://www.microsoft.com/windowsserver2003/howtobuy/licensing/extconnector.mspxand it have been very much the same since 2000 times to 2008.
What you can do however is contact your next Microsoft sales Office and ask for an Enterprise agreement.
Microsoft has great contracts for Universities etc.
Citrix Technology Professional, PubForum Founder http://www.pubforum.net
------------------------------------
Reply:
------------------------------------
Reply:
------------------------------------
Where's the Self Service Portal?
Folks,
We took the self service portal out of Beta 1, as we stated in the docs. Since we have started from 'scratch' there was no point in taking feedback against the old design and we didn't want to confuse folks with the older experience, which we decide not to use moving forward.
Given this, I suggest that you wait for Beta 2 before doing anything with the Portal. IF you are a TAP customer and have a Service Manager PM assigned to you and IF you want to see how the Portal will look like, ask them to get you a copy of the feature spec. It's covered under the TAP NDA and also includes a TDA. In return for the spec, we'll ask for feedback
As for status, we are currently running the new end user self service portal design through Usability studies, to refine the user experience. We'll then incorporate the learnings into the design spec, and start working on building the Portal for Beta 2. As we get closer to that date, we'll create a short series of Portal related educational posts (what's in it, how does it work etc.).
Please stayed tuned,
Thanks that was useful.
Reply:
Mahesh
Uh, what was useful?
Ronnie Vernon
Microsoft MVP
Windows Desktop Experience
------------------------------------
Please read and follow Setup steps
Folks,
We have seen lots of issues reported on setup and several of them were caused by one or more missed setup steps (rights issues or invalid configuration (e.g. single box setup). Please take the time to follow the documentation and make sure you have sufficient rights in the different called out areas. If you still have an issue after you do that, please indicate that you followed all the steps to shorten the troubleshooting turnaround time.
Thanks and happy testing!
Vista SP2 MediaCenter DVBS
I have a Pinnacle PCTV 7010ix from the beta test. Now on beta of Vista SP2 there is no way to configure DVBS manually.
The MediaCenter does not recognize any signal of the card.
I installed the TV update from the beta test, and I could set my TV channels.
Please add these functionality to the product.
Andre
Reply:
Andre
If you are going to test this update, I recommend that you join the Consumer Product Preview (CPP) program.
This will allow you to post official bugs and have access to all of the documentation for SP2.
This will require that you install the Bug Reporting Tool and Data Collection component.
This will also be enormously helpful to make sure that every issue is addressed with this update.
See the following website for more information.
Windows Server 2008 SP2 and Windows Vista SP2 Beta:
http://technet.microsoft.com/en-us/windows/dd262148.aspx
You can participate in the CPP program and submit a bug on the Connect site (Microsoft Passport sign in or account creation required for bug submission while testing).
Connect: Customer Preview Program: WS08 SP2/Vista SP2 Beta:
https://connect.microsoft.com/site/sitehome.aspx?SiteID=749
Hope this helps.
If this post helps to resolve your issue, click the Mark as Answer button at the top of this message.
Ronnie Vernon
Microsoft MVP
Windows Desktop Experience
------------------------------------
USB
WHEN I PLUG IN ANY USB PORT , THEY WILL NOT OPEN.
Reply:
------------------------------------
Reply:
| TMCB wrote: | |
|
------------------------------------
Reply:
Hi,
We need more information to troubleshoot the problem.
1.Does the issue occurs on a special USB device or all USB devices?
2.What is the error message received when trying to open the USB device?
3.If the issue only occurs on a special USB device, does any other computer can recognize the device?
4.Does the issue re-occur in Safe Mode?
Thank you for your cooperation.
------------------------------------
Blank MembershipProvider to add own custom code
using System;
using System.Web.Security;
public class BlankTemplateMembershipProvider : MembershipProvider
{
public override string ApplicationName
{
get
{
throw new Exception("The method or operation is not implemented.");
}
set
{
throw new Exception("The method or operation is not implemented.");
}
}
public override bool EnablePasswordReset
{
get
{
throw new Exception("The method or operation is not implemented.");
}
}
public override bool EnablePasswordRetrieval
{
get
{
throw new Exception("The method or operation is not implemented.");
}
}
public override int MaxInvalidPasswordAttempts
{
get
{
throw new Exception("The method or operation is not implemented.");
}
}
public override int MinRequiredNonAlphanumericCharacters
{
get
{
throw new Exception("The method or operation is not implemented.");
}
}
public override int MinRequiredPasswordLength
{
get
{
throw new Exception("The method or operation is not implemented.");
}
}
public override int PasswordAttemptWindow
{
get
{
throw new Exception("The method or operation is not implemented.");
}
}
public override MembershipPasswordFormat PasswordFormat
{
get
{
throw new Exception("The method or operation is not implemented.");
}
}
public override string PasswordStrengthRegularExpression
{
get
{
throw new Exception("The method or operation is not implemented.");
}
}
public override bool RequiresQuestionAndAnswer
{
get
{
return false;
}
}
public override bool RequiresUniqueEmail
{
get
{
throw new Exception("The method or operation is not implemented.");
}
}
public override bool ChangePassword(string username, string oldPassword, string newPassword)
{
throw new Exception("The method or operation is not implemented.");
}
public override bool ChangePasswordQuestionAndAnswer(string username, string password, string newPasswordQuestion, string newPasswordAnswer)
{
throw new Exception("The method or operation is not implemented.");
}
public override MembershipUser CreateUser(string username, string password, string email, string passwordQuestion, string passwordAnswer, bool isApproved, object providerUserKey, out MembershipCreateStatus status)
{
throw new Exception("The method or operation is not implemented.");
}
public override bool DeleteUser(string username, bool deleteAllRelatedData)
{
throw new Exception("The method or operation is not implemented.");
}
public override MembershipUserCollection FindUsersByEmail(string emailToMatch, int pageIndex, int pageSize, out int totalRecords)
{
throw new Exception("The method or operation is not implemented.");
}
public override MembershipUserCollection FindUsersByName(string usernameToMatch, int pageIndex, int pageSize, out int totalRecords)
{
throw new Exception("The method or operation is not implemented.");
}
public override MembershipUserCollection GetAllUsers(int pageIndex, int pageSize, out int totalRecords)
{
throw new Exception("The method or operation is not implemented.");
}
public override int GetNumberOfUsersOnline()
{
throw new Exception("The method or operation is not implemented.");
}
public override string GetPassword(string username, string answer)
{
throw new Exception("The method or operation is not implemented.");
}
public override MembershipUser GetUser(string username, bool userIsOnline)
{
throw new Exception("The method or operation is not implemented.");
}
public override MembershipUser GetUser(object providerUserKey, bool userIsOnline)
{
throw new Exception("The method or operation is not implemented.");
}
public override string GetUserNameByEmail(string email)
{
throw new Exception("The method or operation is not implemented.");
}
public override string ResetPassword(string username, string answer)
{
throw new Exception("The method or operation is not implemented.");
}
public override bool UnlockUser(string userName)
{
throw new Exception("The method or operation is not implemented.");
}
public override void UpdateUser(MembershipUser user)
{
throw new Exception("The method or operation is not implemented.");
}
public override bool ValidateUser(string username, string password)
{
throw new Exception("The method or operation is not implemented.");
}
}
- Moved by Mike Walsh FIN Friday, December 5, 2008 7:44 AM off-topic (Moved from SharePoint - Accessibility to Off-Topic Posts (Do Not Post Here))
Reply:
<authentication mode="Forms">
<forms
l oginUrl="Login.aspx"
defaultUrl="Default.aspx"
name="SqlAuthCookie"
timeout="10" />
</authentication>
<authorization>
<deny users="?" />
<allow users="*" />
</authorization>
<membership defaultProvider="BlankTemplateMembershipProvider" >
<providers>
<clear/> <!-- This prevents the default provider from being loaded and then never used. -->
<add name="BlankTemplateMembershipProvider"
type="BlankTemplateMembershipProvider" />
</providers>
</membership>
- Edited by nuclear Thursday, December 4, 2008 2:39 PM defaultProvider
------------------------------------
Reply:
using System;
using System.Web.Security;
public class BlankTemplateRoleProvider : RoleProvider
{
public override void AddUsersToRoles(string[] usernames, string[] roleNames)
{
throw new Exception("The method or operation is not implemented.");
}
public override void CreateRole(string roleName)
{
throw new Exception("The method or operation is not implemented.");
}
public override bool DeleteRole(string roleName, bool throwOnPopulatedRole)
{
throw new Exception("The method or operation is not implemented.");
}
public override string[] FindUsersInRole(string roleName, string usernameToMatch)
{
throw new Exception("The method or operation is not implemented.");
}
public override string[] GetAllRoles()
{
throw new Exception("The method or operation is not implemented.");
}
public override string[] GetRolesForUser(string username)
{
throw new Exception("The method or operation is not implemented.");
}
public override string[] GetUsersInRole(string roleName)
{
throw new Exception("The method or operation is not implemented.");
}
public override bool IsUserInRole(string username, string roleName)
{
throw new Exception("The method or operation is not implemented.");
}
public override void RemoveUsersFromRoles(string[] usernames, string[] roleNames)
{
throw new Exception("The method or operation is not implemented.");
}
public override bool RoleExists(string roleName)
{
throw new Exception("The method or operation is not implemented.");
}
public override string ApplicationName
{
get
{
throw new Exception("The method or operation is not implemented.");
}
set
{
throw new Exception("The method or operation is not implemented.");
}
}
}
------------------------------------
Reply:
<roleManager enabled="true" defaultProvider="BlankTemplateRoleProvider">
<providers>
<clear/>
<add name="BlankTemplateRoleProvider"
type="BlankTemplateRoleProvider" />
</providers>
</roleManager>
------------------------------------
Reply:
------------------------------------
empty ***
Microsoft Visual C++ Topics - C, C++, MFC, Data Structures Win32 API, STL, COM, DCOM, ATL, Multithreading Interview Questions
I am creating this thread to provide such questions and answers. thank
http://vcprofessional.blogspot.com/
http://visualcplusplustutorial.blogspot.com/
MS Technologies Professional
Reply:
MS Technologies Professional
------------------------------------
Reply:
Que. What is the difference between critical section, mutex and semaphore ? Explain synchronization methods in win32 / MFC. Answers.....
MS Technologies Professional
------------------------------------
Reply:
MS Technologies Professional
------------------------------------
Reply:
MS Technologies Professional
------------------------------------
Reply:
MS Technologies Professional
------------------------------------
Reply:
MS Technologies Professional
------------------------------------
Reply:
MS Technologies Professional
------------------------------------
Reply:
------------------------------------
Reply:
If a const method is declared inside a class, it doesnt allows modify member variable of that class. This is used when we are declaring any object as const. if that object really needs to be act const then const methods must needs to be provided.
const method:
class Myclass{
mutable int myVariable;
public:
void myMethod() const;
};
On such constant objects having onstant methods we cannot modify member variable, to allow modification of such member variable, that variable needs to be declared as "mutable".
MS Technologies Professional
------------------------------------
Reply:
------------------------------------
This forum has moved the week of 12/8
Microsoft has created a new forums platform (MSDN | TechNet | Expression | Microsoft) with increased performance, stability, and an improved user experience. During the week of 12/8 this forum will be moving from the Fourms 2.x Platform (http://forums.microsoft.com/) to the Forums 3.x Platform. To make sure this is a smooth transition, we want everyone using this forum to have a chance to try out the new forums in advance, and give feedback. We've created a Sandbox forum, where you can create threads and try out functionality, and a suggestions forum where you can give us your feedback. Please take some time to go to the new forums today and let us know what you think.
On the day the forum moves to the new platform, a post will be made letting you know the process has been started, and the forum will be locked to new posts. Once the process is complete, a final post to the forum will be made letting you know the forum has moved.
1. All posts in the forum will be preserved
2. Any points you've received for replies will move with you (on a per forum basis)
3. Any bookmarks to this forum or threads within this forum will redirect to their new location
4. Your "My Threads" will be preserved on the new platform
The only thing you'll need to do after migration is set Windows Live Alerts for any threads you were tracking.
If you have feedback, let us know in the suggestions forum or contact the forum product planner directly at Jeremy.Kelley at Microsoft.com
Thanks,
Alicia
This forum has moved the week of 12/8
Microsoft has created a new forums platform (MSDN | TechNet | Expression | Microsoft) with increased performance, stability, and an improved user experience. During the week of 12/8 this forum will be moving from the Fourms 2.x Platform (http://forums.microsoft.com/) to the Forums 3.x Platform. To make sure this is a smooth transition, we want everyone using this forum to have a chance to try out the new forums in advance, and give feedback. We've created a Sandbox forum, where you can create threads and try out functionality, and a suggestions forum where you can give us your feedback. Please take some time to go to the new forums today and let us know what you think.
On the day the forum moves to the new platform, a post will be made letting you know the process has been started, and the forum will be locked to new posts. Once the process is complete, a final post to the forum will be made letting you know the forum has moved.
1. All posts in the forum will be preserved
2. Any points you've received for replies will move with you (on a per forum basis)
3. Any bookmarks to this forum or threads within this forum will redirect to their new location
4. Your "My Threads" will be preserved on the new platform
The only thing you'll need to do after migration is set Windows Live Alerts for any threads you were tracking.
If you have feedback, let us know in the suggestions forum or contact the forum product planner directly at Jeremy.Kelley at Microsoft.com
Thanks,
Alicia
This forum has moved the week of 12/8
Microsoft has created a new forums platform (MSDN | TechNet | Expression | Microsoft) with increased performance, stability, and an improved user experience. During the week of 12/8 this forum will be moving from the Fourms 2.x Platform (http://forums.microsoft.com/) to the Forums 3.x Platform. To make sure this is a smooth transition, we want everyone using this forum to have a chance to try out the new forums in advance, and give feedback. We've created a Sandbox forum, where you can create threads and try out functionality, and a suggestions forum where you can give us your feedback. Please take some time to go to the new forums today and let us know what you think.
On the day the forum moves to the new platform, a post will be made letting you know the process has been started, and the forum will be locked to new posts. Once the process is complete, a final post to the forum will be made letting you know the forum has moved.
1. All posts in the forum will be preserved
2. Any points you've received for replies will move with you (on a per forum basis)
3. Any bookmarks to this forum or threads within this forum will redirect to their new location
4. Your "My Threads" will be preserved on the new platform
The only thing you'll need to do after migration is set Windows Live Alerts for any threads you were tracking.
If you have feedback, let us know in the suggestions forum or contact the forum product planner directly at Jeremy.Kelley at Microsoft.com
Thanks,
Alicia
forefront confusion
Reply:
1: Forefront Server Security (Server Based)
2: Forefront Client Security (Client Based)
- Forefront Server Security is a server based AV for Forefront for Exchange & Forefront for Sharepoint. Microsoft Forefront integrates security capabilities across the product line, with Microsoft server applications, and with your existing IT infrastructure to help you achieve greater efficiency and control over the security of your network.
Forefront Client Security questions can be answered at the following link below:
http://social.technet.microsoft.com/Forums/en-US/category/forefrontclientsecurity/
John
------------------------------------
Reply:
------------------------------------
Reply:
- I would assume installing FSS onto ALL Exchange/Sharepoint servers and then manage your Client Workstations using FCS onto a seperate server which requires WSUS, MOM, etc...
- Unfortunately I don't support the FCS side of the AV so I don't wanna give you an incorrect answer
- Please ask your questions related with FCS to the following link...
Forefront Client Security questions can be answered at the following link below:
http://social.technet.microsoft.com/Forums/en-US/category/forefrontclientsecurity/
John
------------------------------------
No comments:
Post a Comment