Sign in
MSDN Blogs
Microsoft Blog Images
More ...
TheWay I See It
Techno Funda By Vijayshinva Karnure.
Tags
.NET
AppFabric
ASP.NET
BizTalk
C#
Debug
IIS
IIS 7 Tip
InternetExplorer
Live
PowerShell
SCCM
Security
SSRS
Tools
VisualStudio
WinDbg
Windows
All opinions posted here are those of the author and are in no way intended to represent those of his employer. All posts are provided "AS IS" with no warranties, and confers no rights.
Recent Posts
BizTalk–identifier ‘EDI’ does not exist in ‘Orchestration’; are you missing an assembly reference?
Posted
14 days ago
by
Shinva
AppFabric Cache–How to check if a region exists
Posted
22 days ago
by
Shinva
Tools To Simulate CPU / Memory / Disk Load
Posted
6 months ago
by
Shinva
Where is ASP.NET 4.5 …wait Where is .NET 4.5 ?
Posted
7 months ago
by
Shinva
IIS 8 What's new – Website settings
Posted
7 months ago
by
Shinva
Archives
Archives
May 2013
(1)
April 2013
(1)
October 2012
(6)
September 2012
(2)
September 2010
(2)
January 2010
(1)
December 2009
(1)
November 2009
(5)
October 2009
(1)
September 2009
(2)
August 2009
(1)
July 2009
(1)
May 2009
(5)
April 2009
(4)
March 2009
(5)
February 2009
(4)
January 2009
(3)
November 2008
(1)
October 2008
(2)
September 2008
(1)
May 2008
(3)
April 2008
(3)
March 2008
(3)
February 2008
(2)
January 2008
(2)
December 2007
(3)
November 2007
(3)
October 2007
(2)
May 2007
(1)
November 2006
(2)
Common Tasks
Blog Home
Email Blog Author
About
RSS for comments
RSS for posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The Way I See It
BizTalk–identifier ‘EDI’ does not exist in ‘Orchestration’; are you missing an assembly reference?
Posted
14 days ago
by
Shinva
0
Comments
While working with EDI messages in Orchestrations you might get the following error message. Identifier ‘EDI’ doesn't exist in ‘Orchestration’; are you missing an assembly reference? This happens when you try to access the EDI properties...
The Way I See It
AppFabric Cache–How to check if a region exists
Posted
22 days ago
by
Shinva
0
Comments
In an AppFabric Cache you can segregate your cached data into regions. You create a region using the CreateRegion() method of the DataCache object. Working on a recent project I was asked How do I check if a cache exits ? There is no RegionExits() method...
The Way I See It
Tools To Simulate CPU / Memory / Disk Load
Posted
6 months ago
by
Shinva
1
Comments
I have seen a lot of people searching for tools to simulate high CPU, Memory and Disk issues. Here are the tools I use Simulate High CPU Usage CPUSTRES.EXE is a tool you can use to simulate High CPU usage by an user mode process. Its available for download...
The Way I See It
Where is ASP.NET 4.5 …wait Where is .NET 4.5 ?
Posted
7 months ago
by
Shinva
3
Comments
When .NET 3.5 was released a lot of people wondered why ASP.NET 3.5 wouldn’t show up in IIS. http://blogs.msdn.com/b/vijaysk/archive/2008/03/20/running-asp-net-3-5-on-iis.aspx Well with .NET 4.5 you might be a bit more confused… So first .NET 4.5 will...
The Way I See It
IIS 8 What's new – Website settings
Posted
7 months ago
by
Shinva
0
Comments
The two new additions in IIS 8 are Preload Enabled This setting is available if you have the Application Initialization module installed The preloadEnabled metabase setting along with the startMode setting can be used to ‘warm up’ your web application...
The Way I See It
IIS 8 What's new – Application pool settings
Posted
7 months ago
by
Shinva
1
Comments
Here is a list of enhancements to Application Pools in IIS 8. Start Mode A few web applications take a significant amount of time to start up. IIS by default only launches a worker process when the first request for the web application is received. So...
The Way I See It
Windows 8 is the Super workstation OS I had been waiting for
Posted
7 months ago
by
Shinva
5
Comments
Long back I had written a blog post about Using Windows Server 2008 as a SUPER workstation OS that caused a lot of buzz Server 2008: The Windows Workstation we always wanted Review: Using Windows Server 2008 on a PC I had my reasons to use a Server...
The Way I See It
BizTalk–Map Incoming Message to a string Field
Posted
7 months ago
by
Shinva
0
Comments
In a recent project I worked, one of the requirements was to copy the entire incoming message to a String Field. Consider the incoming message <ns0:TestNode xmlns:ns0=" http://testEnvelope.SourceSchema" > < FieldOne>FieldOne_0<...
The Way I See It
RFC_ERROR_LOGON_FAILURE. SapErrorMessage=Name or password is incorrect (repeat logon)
Posted
7 months ago
by
Shinva
0
Comments
While trying to connect to a SAP server from Visual Studio - Consume Adapter Service, you might encounter the following error Microsoft.ServiceModel.Channels.Common.ConnectionException: Details: ErrorCode=RFC_OK. ErrorGroup=RFC_ERROR_LOGON_FAILURE...
The Way I See It
.NET 4.5 - Information of Caller Function (Caller Attributes in .NET 4.5)
Posted
7 months ago
by
Shinva
0
Comments
While debugging code “Who called my function ?” is a million dollar question. Knowing the origin of your function call is in many cases the first step in debugging any code. Until now a few ways of doing this were to look at the CallStack in visual...
The Way I See It
Video – Configuring DebugDiag for process crash
Posted
over 3 years ago
by
Shinva
0
Comments
This is a video on how you can use DebugDiag to monitor process crashes.
The Way I See It
Fingerprinting IIS
Posted
over 3 years ago
by
Shinva
0
Comments
You can analyze the responses sent from a webserver to determine the version of IIS running (And in turn the version of the Windows Server). I have seen a lot of people discuss this. So here is my guide ... The easiest way is to capture a network...
The Way I See It
MIB OIDs for IIS 6.0
Posted
over 3 years ago
by
Shinva
1
Comments
Here is a list of the OID values related to IIS that you can query using SNMP. TotalBytesSent_HighWord 1.3.6.1.4.1.311.1.7.3.1.1.0 TotalBytesSent_LowWord 1.3.6.1.4.1.311.1.7.3.1.2.0 TotalBytesReceived_HighWord ...
The Way I See It
64 bit IIS manager,32 bit worker process and root web.config settings
Posted
over 4 years ago
by
Shinva
0
Comments
The IIS 7 manager provides a UI for almost all sections for the web.config. It does simplify things for administrators but I have seen a couple of cases where this has lead to interesting problems. Let us consider the Machine Key feature that the IIS...
The Way I See It
ASP.NET Debugger Extension – Manual Install / Uninstall
Posted
over 4 years ago
by
Shinva
0
Comments
In case you have problems with the setup files for ASP.NET Debugger Extension you can manually install the module. FILES ADE.dll This is the main module that loads in IIS Location : GAC ADEWOWHelper.exe This is a helper exe...
The Way I See It
ASP.NET Debugger Extension – Trace Process for Debug Events
Posted
over 4 years ago
by
Shinva
0
Comments
With ASP.NET Debugger Extension you can also trace the process for events. This is actually a wrapper around the MdbgEngine (mdbgcore.dll) options to interrupt a process when an event occurs. You can use it to trace exceptions / module loads etc. For...
The Way I See It
ASP.NET Debugger Extension – Find Debug Modules
Posted
over 4 years ago
by
Shinva
2
Comments
ASP.NET Debugger Extension has an useful feature to find modules that are built in debug mode. You start by selecting a website, ADE then scans all the folders under that website to figure out the modules that are built in debug mode. Debug modules should...
The Way I See It
ASP.NET Debugger Extension – Callstack Viewer
Posted
over 4 years ago
by
Shinva
1
Comments
I recently created an ASP.NET Debugger Extension for IIS 7 that you can use to troubleshoot issues that would usually involve taking a memory dump of the process. One of the features in this extension is the ability to get a managed stack trace of all...
The Way I See It
ASP.NET Debugger Extension for IIS 7
Posted
over 4 years ago
by
Shinva
9
Comments
Just finished writing an extension for IIS 7 that will provide advanced debugging features for IIS worker processes running managed code. It basically does three things 1. Find Debug Modules This feature will help you scan your website content...
The Way I See It
IIS 7 FTPS module does not pick up the Firewall IP and Data Port Range settings.
Posted
over 4 years ago
by
Shinva
3
Comments
I have seen at least 5 separate instances where users have complained that the FTP 7 module that ships for IIS 7 does not honor the “Data Channel Port Range” and the “External IP Address of Firewall” settings. Whenever you make a change to this...
The Way I See It
SSL Diagnostics Tool for IIS 7
Posted
over 4 years ago
by
Shinva
5
Comments
The SSL Diagnostics tool is a very useful tool for troubleshooting SSL issues. It generates a detailed report of SSL settings for all the websites on an IIS server which helps in quickly identifying SSL issues. But the tool was built for IIS 5 and...
The Way I See It
FTP Service 7.5 for IIS 7.0 can be installed only on Windows Server 2008
Posted
over 4 years ago
by
Shinva
2
Comments
On Windows 2008 RTM (SP1) you would install the FTP 7.5 Out Of Band module from http://www.iis.net/extensions/ftp . But when you try to install it on Windows 2008 R2 you will get the following error. This version of the operating system is not supported...
The Way I See It
You must use the Role Management Tool to install or configure Microsoft .NET Framework 3.5.
Posted
over 4 years ago
by
Shinva
59
Comments
While trying to install Visual Studio 2008 on a Windows 2008 R2 machine you may get the following error. This is because Windows 2008 R2 ships with the .NET 3.5.1 framework. You just need to enable the feature from Server Manager . So before...
The Way I See It
IIS 7 Tip # 11 You can restrict SSL to only the Control Channel on FTPS
Posted
over 4 years ago
by
Shinva
0
Comments
The File Transfer Protocol (FTP) has been around even before I was born :) It is a good protocol for transferring files across the network but has one major flaw. If you use authentication it sends the password in a Base64 encoded format over the wire...
The Way I See It
Disappearing SSL certificates from IIS 7.0 manager
Posted
over 4 years ago
by
Shinva
10
Comments
“I install a SSL server certificate using the ‘Complete Certificate Request’ wizard in IIS manager and when I refresh the view the certificate disappears. “ I have heard that a couple of times and every time I used to go “What ?” Until someone showed...
Page 1 of 3 (73 items)
1
2
3
MSDN Blogs
>
The Way I See It