473,714 Members | 2,598 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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: d7b1d7ff58884ee 1b16d28caecde81 42
Event sequence: 12
Event occurrence: 1
Event detail code: 0

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

Process information:
Process ID: 4968
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWO RK 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\NETWO RK 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
(000006427F8863 38) (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 0x000000000071d 3fb.

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 4561
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: d7b1d7ff58884ee 1b16d28caecde81 42
Event sequence: 12
Event occurrence: 1
Event detail code: 0

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

Process information:
Process ID: 4968
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWO RK 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\NETWO RK 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
(000006427F8863 38) (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 0x000000000071d 3fb.

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
1376
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: http://adefwebserver.com/DotNetNukeHELP/DNN_Module1/
0
1221
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 regsvr32. However, I'm still getting script errors (even after reinsalling script 5.6). Is there anyway to cleanup .NET or remove it and reinstall starting back at .NET 1.0 with a clean install, then upgrading?
0
1184
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 where the site has currently working shopping cart and on-line payment processing. I am an advanced c# programmer, but am concerned that building a site based on DotNetNuke, etc. may be risky to do for a client. To my mind there is a certain...
0
1313
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 DotNetNuke a few times already (www.dotnetnuke.com). It's open source web portal software that allows anyone to easily set up their own website. In fact, in your spare time, you can start a business setting up other folks websites. But the...
0
1625
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 "Insert". The tutorial shows you how to bind a Grid View to a data source using the DotNetNuke DAL (Data Access Layer) and Object Data Sources. Using the techniques in this tutorial you will be able to bind your Grid View and Form View controls...
3
1210
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: http://azvalleytechs.com/images/website.jpg How can I fix this?
0
1064
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 Plz tell me if anyone Knows that.... Thank You With regards
1
1766
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 is as I mention on my development computer with vwd. But what if I have a client which have asked me to create a DotNetNuke site for them. They of course want to the portal customized (layout designed by a advertisment
18
1280
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 more use of this section. I'm looking for a better solution even if it means changing hosts to one with a better method -- does anyone have experience with dotnetnuke or similar plug-in on shared hosting? Recommendations for other products? ...
1
1243
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
9314
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9174
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9074
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9015
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7953
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6634
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5947
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4464
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3158
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.