CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

MS SQL 2008 on ASP.NET Hosting



Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.internet_explorer_web_controls Tags:
Item Type: NewsGroup Date Entered: 4/30/2006 8:18:07 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 2 Views: 18 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
3 Items, 1 Pages 1 |< << Go >> >|
aloneball
Asp.Net User
Tabstrip generates GET /null 404 requests in iislog4/30/2006 8:18:07 PM

0/0

I've been using the Tabstrip control that comes with the Microsoft.Web.UI.Webcontrols.dll and recently reviewed our logs under Windows\System32\Logfiles\ and noticed several requests similar to the following:

#Software: Microsoft Internet Information Services 5.1
#Version: 1.0
#Date: 2006-04-29 07:39:43
#Fields: time c-ip cs-method cs-uri-stem sc-status sc-bytes cs-bytes time-taken
07:41:46 127.0.0.1 POST /MyApplication/MyPage.aspx 200 34754 11124 120
07:41:46 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:46 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:46 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:46 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:46 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:46 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:46 127.0.0.1 GET /MyApplication/null 404 4230 368 10
07:41:46 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:46 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:46 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:46 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:46 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:46 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:49 127.0.0.1 POST /MyApplication/MyPage.aspx 200 36752 12011 50
07:41:49 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:49 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:49 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:49 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:49 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:49 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:49 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:49 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:49 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:49 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:49 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:49 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:49 127.0.0.1 GET /MyApplication/null 404 4230 368 10
07:41:49 127.0.0.1 GET /MyApplication/null 404 4230 368 0
07:41:49 127.0.0.1 GET /MyApplication/null 404 4230 368 0

I started to investigate this behaviour and started with a clean page and started to add the controls i used in MyApplication. When i added the Tabstrip control the above GET /MyApplicaiton/null 404 ... requests.

Anyone know why they appear and what they mean? I know that the resultcode 404 is "Page not found" but the application seems to work fine and the user never sees any "Page not found" messages or anything that looks like an error.

Suggestions please... i really need some input on this matter.

alanr
Asp.Net User
Re: Tabstrip generates GET /null 404 requests in iislog5/9/2006 1:13:09 PM

0/0

Have you received any input on this yet?

I have a similar problem.  Actually I am using the component art toolset in my application and am receiving the similar error.

 

127.0.0.1 - W3SVC1 TWHP-001 80 GET /complyant_dev/null - 404 2 4203 957 0 HTTP/1.1
127.0.0.1 - W3SVC1 TWHP-001 80 GET /complyant_dev/null - 404 2 4203 957 16 HTTP/1.1
127.0.0.1 - W3SVC1 TWHP-001 80 GET /complyant_dev/null - 404 2 0 957 0 HTTP/1.1
127.0.0.1 - W3SVC1 TWHP-001 80 GET /complyant_dev/null - 404 2 4203 957 0 HTTP/1.1
127.0.0.1 - W3SVC1 TWHP-001 80 GET /complyant_dev/null - 404 2 4203 957 0 HTTP/1.1
127.0.0.1 - W3SVC1 TWHP-001 80 GET /complyant_dev/null - 404 2 4203 957 0 HTTP/1.1

davcamer
Asp.Net User
Re: Tabstrip generates GET /null 404 requests in iislog5/9/2006 9:50:34 PM

0/0

aloneball:

I started to investigate this behaviour and started with a clean page and started to add the controls i used in MyApplication. When i added the Tabstrip control the above GET /MyApplicaiton/null 404 ... requests.

Anyone know why they appear and what they mean? I know that the resultcode 404 is "Page not found" but the application seems to work fine and the user never sees any "Page not found" messages or anything that looks like an error.

Suggestions please... i really need some input on this matter.

Hi, I ran in to the same problem. I tracked it down to lines 70-76 and 205-210 in the TabStrip.htc. The control creates Image objects and gives them a source without first checking in the source is null. You can fix it either by checking the URL to see if it's null before assigning it to src in the htc file. Or, in a designer, you can make sure you've used an image wherever possible, even if it's only a one pixel transparent gif.

Unfortunately, since these are unsupported, the problem probably won't be fixed...

Dave

3 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
Tabstrip generates GET /null 404 requests in iislog - ASP.NET Forums Tabstrip generates GET /null 404 requests in iislog. Last post 05-09-2006 5:50 PM by davcamer. 2 replies. Sort Posts: ...
Tabstrip generates GET /null 404 requests in iislog - ASP.NET Forums Re: Tabstrip generates GET /null 404 requests in iislog. 05-09-2006, 9:13 AM. Contact ... Re: Tabstrip generates GET /null 404 requests in iislog ...
COPYRIGHTED MATERIAL Tab strip, 570. Text box, 570. Vertical scroll bar, 570 ..... Generate Type Library option, 380. generic variable, 59. GET attribute, 296. GET command, 436 ...
A Continuous Learner's Weblog SQL SERVER - Get Common Records From Two Tables Without Using Join ..... Log parser 2.2:How can you use Log Parser for analyzing IIS Log files ...
microsoft.public.dotnet.framework.aspnet Re: Deploying .NET 2.0 Web App from WinXP Pro to Server 2003: 404!, Juan T. Llibre ...... IEWC TABSTRIP don't' work when no applicationpath present, iltrex ...
microsoft.public.dotnet.framework.aspnet (date) NET 2.0 Web App from WinXP Pro to Server 2003: 404!, Christian Nunciato, 18:03 ...... Re: QueryString for HTTP GET in IIS Log, bruce barker \(sqlwork.com\), ...
Microsoft® Windows® Small Business Server 2003 dial, an SMTP event sink fires an HTTP GET request to the URL http://.com. ...... OWA data is collected from IIS log files. The logs are stored in the ...
microsoft.public.dotnet.framework.aspnet Re: Deploying .NET 2.0 Web App from WinXP Pro to Server 2003: 404!, Juan T. Llibre ...... IEWC TABSTRIP don't' work when no applicationpath present, iltrex ...
microsoft.public.dotnet.framework.aspnet (date) NET 2.0 Web App from WinXP Pro to Server 2003: 404!, Christian Nunciato, 18:03 ...... Re: QueryString for HTTP GET in IIS Log, bruce barker \(sqlwork.com\), ...
Microsoft® Windows® Small Business Server 2003 dial, an SMTP event sink fires an HTTP GET request to the URL http://.com. ...... OWA data is collected from IIS log files. The logs are stored in the ...




Search This Site:










events and pageview

ie web controls

is treeview control really reliable?

"link" some imagebutton to a treeview

passing the id of a row

how to create links in frame on treenode selection?

treeview problem

treeview getnodeat() method

treeview, parent-child relation

how to bind the treeview control to multiple xml files

why cannot get textbox value in multipage?

opening lotus notes database from treenode click

treeview - how to maintain checkbox values state during postbacks?

please help with a missing .dll file

tabstrip control

with multipage/pageviews is there a way to drop controls on the pageviews?

[treeview] set selected node in xml

treeview

how to freeze the highlighting to the selected node on a disabled treeview?

after enabling autopostback the tree multiples on each click event for treeview in ie7

treeview under microsoft.web.ui.webcontrols namespace

treeview missing images / taking forever to load

treeview with iframe bug

can i call treevieweventhandler

hyperlink between 2 controls in a multipage tab view

tabstrip

documentation for ie web controls

handle controls on multipage web control...

treeview control

c sharp treeview control issues.

  Privacy | Contact Us
All Times Are GMT