Sign In
hongmeig's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
April 2010
(1)
March 2010
(4)
July 2008
(1)
February 2008
(2)
September 2007
(3)
August 2007
(5)
July 2007
(3)
May 2007
(2)
April 2007
(2)
March 2007
(1)
February 2007
(2)
January 2007
(5)
December 2006
(2)
November 2006
(2)
October 2006
(7)
September 2006
(2)
August 2006
(3)
April 2005
(2)
December 2004
(2)
November 2004
(2)
October 2004
(1)
September 2004
(1)
August 2004
(3)
June 2004
(1)
April 2004
(2)
August, 2007
MSDN Blogs
>
hongmeig's WebLog
>
August, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
hongmeig's WebLog
Generating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances
Posted
over 5 years ago
by
hongmeig
0
Comments
If you are getting the following error: “Generating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances” What should I do? Answer : To fix this, please Open the SQL Server Management...
hongmeig's WebLog
How to make IIS hosted WCF service work with Card Space using localhost
Posted
over 5 years ago
by
hongmeig
1
Comments
First let me explain why it does not work. There are three string comparisons done by card space. The information card has Issuer, IssuerEndpointAddress, and IssuerMexAddress. When you hit a web site which requires an information card, in other...
hongmeig's WebLog
How to use findstr with regular expression
Posted
over 5 years ago
by
hongmeig
0
Comments
By default findstr does the comparison with regular expression. However, what surprised me is that the following command does not work. findstr "abc|def" test.txt when test.txt has only abc in it. According to the online tutorial such as http...
hongmeig's WebLog
How to change your web site from https://localhost to https://mydomain.com
Posted
over 5 years ago
by
hongmeig
0
Comments
There are three steps you need to take to make it work. 1. Modify your hosts file under \Windows\System32\drivers\etc\hosts and add the following entry: 127.0.0.1 mydomain.com 2. Turn off your proxy dection from the IE, Go to Tools->Internet...
hongmeig's WebLog
How do I turn on windows authentication in IIS 7
Posted
over 5 years ago
by
hongmeig
1
Comments
In IIS 6, you can start the IIS manager by typing the inetmgr at the Start->Run windows, and click on the web site, Right click on the web site, go to the directory security, you will have windows authentication check box to click. In IIS 7, it...
Page 1 of 1 (5 items)