Sign In
Akshay's Weblog
Quest for Oasis
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
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
.NET Framework 1.1
.NET Framework 2.0
.NET Framework 4
.net Framework 4.0
ASP.NET 2.0
Biztalk Server 2004
Biztalk Server 2006 R2
Biztalk Server 2009
IE 6
IE 7
IE 8
IIS 6.0
IIS 7
IIS 7.0
Managed Debugging
MOSS 2007
Monthly Archives
Archives
April 2012
(1)
November 2010
(2)
October 2010
(1)
April 2010
(1)
March 2010
(2)
January 2010
(1)
December 2009
(1)
October 2009
(4)
August 2009
(1)
June 2009
(1)
March 2009
(1)
February 2009
(1)
January 2009
(1)
October 2008
(1)
September 2008
(1)
August 2008
(1)
November 2007
(2)
October 2007
(1)
September 2007
(2)
August 2007
(1)
July 2007
(1)
June 2007
(1)
May 2007
(3)
April 2007
(1)
October 2006
(4)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Akshay's Weblog
Enterprise Single Sign-On Service not getting started on BizTalk 2006 R2
Posted
1 month ago
by
Akshay N S
0
Comments
PROBLEM DESCRIPTION After installing the .NET framework 4.0, I wasn't able to start the Enterprise Single SignOn service for BizTalk 2006 R2. The ENTSSO services were failing with the following error message: Event Type: Error Event Source: Service...
Akshay's Weblog
Getting error "The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine"
Posted
over 2 years ago
by
Akshay N S
4
Comments
PROBLEM DESCRIPTION: While I was trying to connect to an Access Database from Visual Studio 2010 on my Windows 7 x64 server, I got the following error message, Server Error in '/myCalendar' Application. The 'Microsoft.ACE.OLEDB...
Akshay's Weblog
Did you know? How to connect to Microsoft Access database from a .NET 4.0 application
Posted
over 2 years ago
by
Akshay N S
0
Comments
Goal: To write a SQL command that will connect to the Microsoft Access 2010 database in Visual Studio 2010. Solution: This can be achieved using the connection string as follows, OleDbConnection connection = new OleDbConnection ( "Provider...
Akshay's Weblog
Did you know? To use the SQL select command based on a value selected from a dropdown list
Posted
over 2 years ago
by
Akshay N S
0
Comments
Background: I was looking for a requirement where I needed to use the SQL SELECT command based on a user’s input. In my case, it was a selection made from a DropDownList. This select command will be further used to populate a GridView. The...
Akshay's Weblog
Breaking Changes in Visual Studio 2010
Posted
over 2 years ago
by
Akshay N S
0
Comments
Visual Studio 2010 was released by Microsoft yesterday (12 th April 2010). VS 2010 promises a lot of new features. More details of the new features are present in the following articles, What's New in the .NET Framework 4 http://msdn.microsoft.com...
Akshay's Weblog
Visual Studio IDE hung while switching from Source View to Design View
Posted
over 2 years ago
by
Akshay N S
0
Comments
PROBLEM DESCRIPTION: While switching between the design view and the source view in Visual Studio, it was observed that the switching takes around 2-3 minutes to complete. During this while, the IDE was in a hung state. RESEARCH: 1. We suggested...
Akshay's Weblog
Getting error "IIS is not installed or is disabled" during SQL Reporting Services installation
Posted
over 2 years ago
by
Akshay N S
1
Comments
PROBLEM DESCRIPTION: One of my customers was trying to install SQL Reporting Services and noticed that he was not able to complete the installation. The IIS feature was disabled during the installation, and it was giving the following error message...
Akshay's Weblog
Unable to connect to Remote Desktop Web Connection (TSWeb)
Posted
over 2 years ago
by
Akshay N S
0
Comments
PROBLEM DESCRIPTION: My customer was facing issue while installing the Remote Desktop Web Connection ActiveX control on Windows XP SP2. TROUBLESHOOTING DONE: - He was using Windows XP SP2 and had installed the Remote Desktop Web Connection :...
Akshay's Weblog
IE prompting for authentication on Windows 2008 machine due to the DEP feature
Posted
over 3 years ago
by
Akshay N S
0
Comments
PROBLEM DESCRIPTION: One of my customers observed that IE 8 is prompting for authentication every time he accesses his aspx page. He is using Single Sign On which takes the credentials of the currently logged in user and logs the application under...
Akshay's Weblog
ASP.NET 2.0 web application crashes with Fatal Execution Engine Error (80131506)
Posted
over 3 years ago
by
Akshay N S
0
Comments
My customer is repeatedly seeing the following crash events in the event viewer while running the ASP.NET 2.0 web application on x64 bit machines. This application worked just fine on x32 bit machines. Event Type: Warning Event Source: W3SVC...
Akshay's Weblog
Issues with File extensions on IIS 7
Posted
over 3 years ago
by
Akshay N S
0
Comments
PROBLEM DESCRIPTION: We were trying to run a windows application which is getting invoked from a link in the ASP.NET 3.5 web application. The windows application was supposed to get invoked on the client machine. The web app is hosted on the IIS web...
Akshay's Weblog
Unable to run Biztalk 2009 Project using Visual Studio 2008
Posted
over 3 years ago
by
Akshay N S
1
Comments
I was trying to run a BizTalk Project using Visual Studio 2008 and was getting the following error message: --------------------------- Microsoft Visual Studio --------------------------- The project file 'C:\BiztalkProject.btproj' cannot...
Akshay's Weblog
A batch file for setting IE as the default browser
Posted
over 3 years ago
by
Akshay N S
4
Comments
One of my customers wanted assistance to set the Internet Explorer as the default browser through group policy even though the user installs other browsers and makes it the default browser. Since there aren't any predefined GP available, I helped him...
Akshay's Weblog
How to Disable Internet Explorer 8 Welcome Screen Through Group Policies
Posted
over 3 years ago
by
Akshay N S
8
Comments
My customer wanted to disable the IE 8 Welcome Screen through group policies. Background: After we install Internet Explorer 8 for the first time or reset the Internet Explorer Settings, you’ll see the Set Up Windows Internet Explorer 8 screen...
Akshay's Weblog
Unable to install Microsoft Security Bulletin MS08-070 for Microsoft Visual Studio .NET 2003 Service Pack 1
Posted
over 3 years ago
by
Akshay N S
0
Comments
My customer was trying to install the Microsoft Security Bulletin MS08-070 for Microsoft Visual Studio .NET 2003 Service Pack 1 (KB958393) from the following link http://www.microsoft.com/downloads/details.aspx?familyid=6AC7CF8F-D046-43A8-B4EF-253153D65AED&displaylang...
Akshay's Weblog
Things to be considered while configuring Proxy Exception list for IE through group policy
Posted
over 3 years ago
by
Akshay N S
0
Comments
PROBLEM DESCRIPTION You are trying to set the proxy server and the exception list for the Internet explorer through the group policies and noticed that the policies weren’t getting applied properly. Internet Explorer Maintenance -> Connections...
Akshay's Weblog
Custom adm file to enable an IE setting through Group Policy
Posted
over 3 years ago
by
Akshay N S
3
Comments
My customer wanted to enable the IE setting "use HTTP 1.1 through proxy connections" on all the client machines through group policy. RESOLUTION ============ It is normally easy to enable the settings through group policies and inherit on...
Akshay's Weblog
Problems installing ASP.NET 1.1 on Windows 2008
Posted
over 3 years ago
by
Akshay N S
0
Comments
I wish everyone a very happy and prosperous new year 2009. This is my first blog for the year. I hope it really helps. Windows Vista and Windows 2008 comes with .NET framework 2.0 installed by default along with the operating system. However it is...
Akshay's Weblog
How To configure SQL server to store session state
Posted
over 4 years ago
by
Akshay N S
6
Comments
I was trying to implement storing ASP.NET session in SQL server today and faced a few problems during configuration. I had to go through many articles that talk about what is SQL server, what's the need to store session in SQL etc. Common, I know them...
Akshay's Weblog
Common reasons for the session loss issue in ASP.NET applications
Posted
over 4 years ago
by
Akshay N S
1
Comments
I have handled a lot of session related issues till now; I felt the need to key in a few checkpoints we could always refer while we are seeing session timeouts. There are a lot of reasons for session loss. To name a few, ü Application Pool is...
Akshay's Weblog
Internet user being prompted for authentication
Posted
over 4 years ago
by
Akshay N S
0
Comments
A few days back I got an interesting case. The customer was trying to access a site ( https://www.site1.com ) deployed on DOMAIN1 domain with Integrated and Basic Authentication enabled in IIS. When the user browses the site from Internet, and doesn’t...
Akshay's Weblog
Worker process restarting repeatedly disabling the application pool
Posted
over 5 years ago
by
Akshay N S
1
Comments
I have been into .NET debugging recently and one of the issues I was able to figure out the root cause J . Crash issues are normally easy to troubleshoot :o) PROBLEM DESCRIPTION: The customer was getting “ Service Unavailable ” whenever he accessed...
Akshay's Weblog
Troubleshooting heap corruption issues
Posted
over 5 years ago
by
Akshay N S
0
Comments
One of my customers was noticing that his worker process crashed repeatedly (W3SVC error 1011). While troubleshooting this issue, we had collected crash dumps using debugdiag tool. After looking into the dumps I saw that we were running into heap corruption...
Akshay's Weblog
How to reset Authentication ticket timeout value on every request
Posted
over 5 years ago
by
Akshay N S
0
Comments
One of my customers had implemented forms authentication in his ASP.NET 2.0 web application. He was facing problem with session and authentication timeouts. They saw that the session time out value was resetting on every post back, but authentication...
Akshay's Weblog
How to remove Etags
Posted
over 5 years ago
by
Akshay N S
2
Comments
One of my customers wanted to know how he can disable the entity tags in the IIS headers. He wanted to disable it to improve Web browser caching performance. (Ref: http://developer.yahoo.com/performance/rules.html#etags ) For more information on the...
Page 1 of 2 (37 items)
1
2