DarenHan's Blog
I am a Dot net asp.net developer working with VS 2005 and SQL 2005 now.
Sign in
|
Join
|
Help
Home
Contact
About
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Community
Home
Blogs
Media
Forums
Wikis
Groups
Archives
April 2012 (1)
December 2011 (3)
November 2011 (1)
December 2010 (1)
May 2010 (3)
April 2010 (1)
March 2010 (1)
February 2010 (2)
January 2010 (1)
December 2009 (1)
October 2009 (2)
August 2009 (2)
June 2009 (1)
May 2009 (2)
April 2009 (1)
March 2009 (3)
February 2009 (2)
January 2009 (7)
December 2008 (5)
November 2008 (1)
October 2008 (4)
September 2008 (5)
August 2008 (2)
July 2008 (5)
June 2008 (7)
May 2008 (7)
April 2008 (3)
March 2008 (8)
February 2008 (7)
January 2008 (1)
December 2007 (8)
November 2007 (8)
October 2007 (7)
September 2007 (2)
August 2007 (3)
July 2007 (2)
June 2007 (5)
May 2007 (5)
April 2007 (4)
March 2007 (1)
February 2007 (4)
January 2007 (5)
December 2006 (5)
November 2006 (3)
October 2006 (3)
August 2006 (5)
July 2006 (3)
June 2006 (3)
May 2006 (6)
April 2006 (9)
March 2006 (7)
May 2010 - Posts
0
Comments
Troubleshooting a page not found error on file server
by
darenhan
I hit this error "The page is not found" when the customer browse a file from our file server from our web pages which are hosted on IIS 6. The problem with IIS 6 is that the error messages are not very clear, hence it is tougher to troubleshoot...
0
Comments
Error message "Operation Must Use an Updateable Query"
by
darenhan
I got this error from a asp.net web page exporting data to an excel file. From the looks of it, it look mysterious. But the microsoft kb article is quite useful -> http://support.microsoft.com/kb/316475 I read point #2 from the kb article and set the...
0
Comments
Unable to access web services from remote machine
by
darenhan
I encountered the above mentioned error when accessing from a remote machine other than the server where the web service is hosted. To solve the error, I added the following chunk of configuration after <system.web> tag in the web.config in the...