473,418 Members | 2,063 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,418 software developers and data experts.

Dotnetnuke, clean install -> wrong login crashes default application pool

I just started with dotnetnuke, and with a wrong login (wrong password
on a clean install i can crash the application pool from IIS.
(when i login with the right username/password information the site
works fine, i can do anything it is supposed to do)

I have the following setup:
-Windows 2003 x64 (fully patched, clean install)
-Dotnetframework 2.0.50727
-Dotnetnuke 4.3.1

Based on the eventlog entries i searched the microsoft Kb and found the
following article:
http://support.microsoft.com/default...3384&sd=rss&sp
After contacting microsoft-support, I received the hotfix mentioned
there. The hotfix won't install on win2003x64. Wrong version is the
message displayed by the installer.

Eventlog entries:

Event Type: Information
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1315
Date: 26-6-2006
Time: 15:46:22
User: N/A
Computer: WEB01
Description:
Event code: 4006
Event message: Membership credential verification failed.
Event time: 26-6-2006 15:46:22
Event time (UTC): 26-6-2006 13:46:22
Event ID: d7b1d7ff58884ee1b16d28caecde8142
Event sequence: 12
Event occurrence: 1
Event detail code: 0

Application information:
Application domain: /LM/W3SVC/1697751234/Root-1-127958029855468750
Trust level: Full
Application Virtual Path: /
Application Path: E:\Websites\DotNetNuke_4.0.3\
Machine name: TELE-WEB01

Process information:
Process ID: 4968
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE

Request information:
Request URL: http://localhost/Default.aspx?TabId=36&ctl=Login
Request path: /Default.aspx
User host address: 127.0.0.1
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE

Name to authenticate: admin

Custom event details:

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 1023
Date: 26-6-2006
Time: 15:46:22
User: N/A
Computer: WEB01
Description:
..NET Runtime version 2.0.50727.42 - Fatal Execution Engine Error
(000006427F886338) (80131506)

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

ref nummer srq060626601623


Event Type: Error
Event Source: .NET Runtime 2.0 Error Reporting
Event Category: None
Event ID: 1000
Date: 26-6-2006
Time: 15:46:29
User: N/A
Computer: WEB01
Description:
Faulting application w3wp.exe, version 6.0.3790.1830, stamp 42435e74,
faulting module mscorwks.dll, version 2.0.50727.42, stamp 4333c83c,
debug? 0, fault address 0x000000000071d3fb.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 00 70 00 70 00 6c 00 A.p.p.l.
0008: 69 00 63 00 61 00 74 00 i.c.a.t.
0010: 69 00 6f 00 6e 00 20 00 i.o.n. .
0018: 46 00 61 00 69 00 6c 00 F.a.i.l.
0020: 75 00 72 00 65 00 20 00 u.r.e. .
0028: 20 00 77 00 33 00 77 00 .w.3.w.
0030: 70 00 2e 00 65 00 78 00 p...e.x.
0038: 65 00 20 00 36 00 2e 00 e. .6...
0040: 30 00 2e 00 33 00 37 00 0...3.7.
0048: 39 00 30 00 2e 00 31 00 9.0...1.
0050: 38 00 33 00 30 00 20 00 8.3.0. .
0058: 34 00 32 00 34 00 33 00 4.2.4.3.
0060: 35 00 65 00 37 00 34 00 5.e.7.4.
0068: 20 00 69 00 6e 00 20 00 .i.n. .
0070: 6d 00 73 00 63 00 6f 00 m.s.c.o.
0078: 72 00 77 00 6b 00 73 00 r.w.k.s.
0080: 2e 00 64 00 6c 00 6c 00 ..d.l.l.
0088: 20 00 32 00 2e 00 30 00 .2...0.
0090: 2e 00 35 00 30 00 37 00 ..5.0.7.
0098: 32 00 37 00 2e 00 34 00 2.7...4.
00a0: 32 00 20 00 34 00 33 00 2. .4.3.
00a8: 33 00 33 00 63 00 38 00 3.3.c.8.
00b0: 33 00 63 00 20 00 66 00 3.c. .f.
00b8: 44 00 65 00 62 00 75 00 D.e.b.u.
00c0: 67 00 20 00 30 00 20 00 g. .0. .
00c8: 61 00 74 00 20 00 6f 00 a.t. .o.
00d0: 66 00 66 00 73 00 65 00 f.f.s.e.
00d8: 74 00 20 00 30 00 30 00 t. .0.0.
00e0: 30 00 30 00 30 00 30 00 0.0.0.0.
00e8: 30 00 30 00 30 00 30 00 0.0.0.0.
00f0: 37 00 31 00 64 00 33 00 7.1.d.3.
00f8: 66 00 62 00 0d 00 0a 00 f.b.....

What can i do to solve this ?

Jun 27 '06 #1
2 4536
Have you tried the DNN forums?

Ronald wrote:
I just started with dotnetnuke, and with a wrong login (wrong password
on a clean install i can crash the application pool from IIS.
(when i login with the right username/password information the site
works fine, i can do anything it is supposed to do)

I have the following setup:
-Windows 2003 x64 (fully patched, clean install)
-Dotnetframework 2.0.50727
-Dotnetnuke 4.3.1

Based on the eventlog entries i searched the microsoft Kb and found the
following article:
http://support.microsoft.com/default...3384&sd=rss&sp
After contacting microsoft-support, I received the hotfix mentioned
there. The hotfix won't install on win2003x64. Wrong version is the
message displayed by the installer.

Eventlog entries:

Event Type: Information
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1315
Date: 26-6-2006
Time: 15:46:22
User: N/A
Computer: WEB01
Description:
Event code: 4006
Event message: Membership credential verification failed.
Event time: 26-6-2006 15:46:22
Event time (UTC): 26-6-2006 13:46:22
Event ID: d7b1d7ff58884ee1b16d28caecde8142
Event sequence: 12
Event occurrence: 1
Event detail code: 0

Application information:
Application domain: /LM/W3SVC/1697751234/Root-1-127958029855468750
Trust level: Full
Application Virtual Path: /
Application Path: E:\Websites\DotNetNuke_4.0.3\
Machine name: TELE-WEB01

Process information:
Process ID: 4968
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE

Request information:
Request URL: http://localhost/Default.aspx?TabId=36&ctl=Login
Request path: /Default.aspx
User host address: 127.0.0.1
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE

Name to authenticate: admin

Custom event details:

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 1023
Date: 26-6-2006
Time: 15:46:22
User: N/A
Computer: WEB01
Description:
.NET Runtime version 2.0.50727.42 - Fatal Execution Engine Error
(000006427F886338) (80131506)

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

ref nummer srq060626601623


Event Type: Error
Event Source: .NET Runtime 2.0 Error Reporting
Event Category: None
Event ID: 1000
Date: 26-6-2006
Time: 15:46:29
User: N/A
Computer: WEB01
Description:
Faulting application w3wp.exe, version 6.0.3790.1830, stamp 42435e74,
faulting module mscorwks.dll, version 2.0.50727.42, stamp 4333c83c,
debug? 0, fault address 0x000000000071d3fb.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 00 70 00 70 00 6c 00 A.p.p.l.
0008: 69 00 63 00 61 00 74 00 i.c.a.t.
0010: 69 00 6f 00 6e 00 20 00 i.o.n. .
0018: 46 00 61 00 69 00 6c 00 F.a.i.l.
0020: 75 00 72 00 65 00 20 00 u.r.e. .
0028: 20 00 77 00 33 00 77 00 .w.3.w.
0030: 70 00 2e 00 65 00 78 00 p...e.x.
0038: 65 00 20 00 36 00 2e 00 e. .6...
0040: 30 00 2e 00 33 00 37 00 0...3.7.
0048: 39 00 30 00 2e 00 31 00 9.0...1.
0050: 38 00 33 00 30 00 20 00 8.3.0. .
0058: 34 00 32 00 34 00 33 00 4.2.4.3.
0060: 35 00 65 00 37 00 34 00 5.e.7.4.
0068: 20 00 69 00 6e 00 20 00 .i.n. .
0070: 6d 00 73 00 63 00 6f 00 m.s.c.o.
0078: 72 00 77 00 6b 00 73 00 r.w.k.s.
0080: 2e 00 64 00 6c 00 6c 00 ..d.l.l.
0088: 20 00 32 00 2e 00 30 00 .2...0.
0090: 2e 00 35 00 30 00 37 00 ..5.0.7.
0098: 32 00 37 00 2e 00 34 00 2.7...4.
00a0: 32 00 20 00 34 00 33 00 2. .4.3.
00a8: 33 00 33 00 63 00 38 00 3.3.c.8.
00b0: 33 00 63 00 20 00 66 00 3.c. .f.
00b8: 44 00 65 00 62 00 75 00 D.e.b.u.
00c0: 67 00 20 00 30 00 20 00 g. .0. .
00c8: 61 00 74 00 20 00 6f 00 a.t. .o.
00d0: 66 00 66 00 73 00 65 00 f.f.s.e.
00d8: 74 00 20 00 30 00 30 00 t. .0.0.
00e0: 30 00 30 00 30 00 30 00 0.0.0.0.
00e8: 30 00 30 00 30 00 30 00 0.0.0.0.
00f0: 37 00 31 00 64 00 33 00 7.1.d.3.
00f8: 66 00 62 00 0d 00 0a 00 f.b.....

What can i do to solve this ?

Jun 27 '06 #2
Yes i am also trying those, but it seems to me windows / dotnet
framework related.

Jun 28 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Michael Washington | last post by:
I have written what I hope to be is the simplest tutorial for making your own modules for DotNetNuke (http://DotNetNuke.com). The tutorial is at:...
0
by: John . | last post by:
I have a Windows XP/SP2 home system that due to some memory modules errors has partially corrupted the .NET 1.1 environment. I re-registered some modules using KB82463 and KB281679 using...
0
by: Bill Woodruff | last post by:
I would very much appreciate hearing from someone who has successfully implemented an ASP.NET website using WebMatrix and DotNetNuke or using one of the 3rd. party tools for web-site generation...
0
by: dgk | last post by:
The NYPC Visual Basic SIG is pleased to be presenting Nik Kalyani of the DotNetNuke core team. The meeting is free and open to all, Wednesday October 6th at 6:15 PM. We've seen the business end of...
0
by: adefwebserver | last post by:
http://www.adefwebserver.com/DotNetNukeHELP/DNN_Module4 I used a "Guest Book" as an example because it covers most of the functions you need in a module, "Select", "Delete", "Update", and...
3
by: Jessica Weiner | last post by:
I just installed dotnetnuke and it took me to the default page. I can see the page just fine but there are a few errors on the page itself. Here is what it looks like: ...
0
by: TARUN | last post by:
Hello All, I am a beginner of dotNetNuke.... I have download the dotNetNuke 4.0.3, but i want to download dotNetNuke 3.0... I have search a lot with lights and lamp, but unable to find the Link...
1
by: Jeff | last post by:
Hey I've installed DotNetNuke Starter Kit (4.3.4) together with visual web developer 2005 express on my development computer So now I'm able to create DotNetNuke portals using vwd. But this...
18
by: Powercat | last post by:
Greetings: on shared server hosting we have a password protected section of our web site using simple htaccess setting. We'd like to expand significantly the number of users in the section to make...
1
by: Pat | last post by:
Does anybody have any suggestion on DotNetNuke. It is easy to use and install? I'll appreciate if I get any suggestion on it. Thanks, Pat.
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.