Sign In
Pradeep Anchan's Blog
Today is the first day of the rest of my life......
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
'0.cells' is null or not an object
AJAX
cquireCredentialsHandle failed with error -2146893051(0x80090305)
Failed to read schannel data
MenuItem
MS04-011
System.Web.Services.Protocols.WebClientProtocol.GetWebResponse
web service timeout
Archive
Archives
September 2009
(3)
August 2009
(2)
August 2007
(3)
February 2007
(4)
February, 2007
MSDN Blogs
>
Pradeep Anchan's Blog
>
February, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Pradeep Anchan's Blog
Unable to create and debug ASP.NET web application using Visual Studio 2005 on IIS 7.0
Posted
over 5 years ago
by
Pradeep
1
Comments
When we try to create ASP.NET web application using Visual Studio 2005 on Windows Vista running IIS 7.0, we may get the following error: "Unable to create the Web 'http://localhost/<website>'. The Web server does not appear to have the FrontPage...
Pradeep Anchan's Blog
How to retrieve the HTML response within a ASP.NET Page
Posted
over 5 years ago
by
Pradeep
1
Comments
Here is a simple way to do it. We can implement this by overriding the Render method of the Page class. protected override void Render(HtmlTextWriter writer) { System.Text.StringBuilder sb = new System.Text.StringBuilder(); System.IO.StringWriter...
Pradeep Anchan's Blog
How to retrieve the HTML response generated by ASP.NET pages using HTTP module
Posted
over 5 years ago
by
Pradeep
1
Comments
Many developers come up with this question: How to retrieve the HTML response generated by ASP.NET pages? We can implement this by writing a HTTP module. We need to create a custom Stream object and set the Filter property of the Response object to this...
Pradeep Anchan's Blog
ASP.NET Tab is missing in the IIS MMC in the web server running Windows XP Pro x64 Edition with .NET Framework 2.0 (WOW64)
Posted
over 5 years ago
by
Pradeep
2
Comments
After installing .NET Framework 2.0 on Windows XP Pro x64 Edition, you don't see the ASP.NET Tab in IIS MMC. This happens if IIS is running in WOW64 mode. In other words, if IIS is running in 32 bit mode on a 64 bit Windows operating system, the ASP.NET...
Page 1 of 1 (4 items)