473,394 Members | 1,735 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,394 software developers and data experts.

Module_set_response_error_status

ram09
45
After deploying our site in the iis7 server, we encountered this error...

ModuleName AspNetInitializationExceptionModule
Notification 1
HttpStatus 500
HttpReason Internal Server Error
HttpSubStatus 0
ErrorCode 0
ConfigExceptionInfo
Notification BEGIN_REQUEST
ErrorCode The operation completed successfully. (0x0)

do anyone enountered this error message?? tnx
Jan 7 '09 #1
3 13394
ram09
45
I'm using a 3rd party component were in I need to register it's module. At first, I just added it's module on the web.server/module section of web.config of the application, but we had a problem with our deployed site. After reading some articles, I learned that I can add it's module on the MODULES section of the iis7 administrative tools. It is working but I found a problem because I needed to register it's module everytime I deploy a site, thinking that all our sites are using this module. So I searched and found out that I can add a module globally using the applicationhost.config.

So I added this in the <globalModules> section of application.config file:

<add name="Module Name" image"Module Location" />

then I also added something on the <modules> section

<add name="Module name" />


But after I added all this on our application.config file I cannot make our site run anymore it says SERVICE UNAVAILABLE...

I am thinking that I may have missed something in the way I registered the modules...

I also had a problem with the first procedure I did in adding a module on the administrative tools of the server because I encountered a problem also when I tried our deployed site because it has an error saying that the assembly of the module was not registered on the web.config..
But I already checked the web.config of our application and it already registered the assembly on the <assemblies> section..

<add assembly="Module Name, Version=1.3.0.0, Culture=neutral, PublicKeyToken=0f5ecb088372736c" />

doed anyone encountered this problem? I am only new with iis7 and I might be missing some things..
Jan 9 '09 #2
Frinavale
9,735 Expert Mod 8TB
Is your third party component properly installed onto the server when you deploy your application?

I tried searching for: AspNetInitializationExceptionModule but discovered that this doesn't exist. What is the exact exception you are getting?
Jan 20 '09 #3
ram09
45
thank you for the reply, we just found out that we had some problems with iis7 regarding some security issues, that's why the server cannot find the module...
we think that this is also our fault because we develop the site locally.. we are only new with web development, And after encountering this problems, we decided to develop in the iis7 environment, so that we won't have some problems when it comes to deployment... thanks again for the reply... ^_^
Jan 21 '09 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: guillaume.braux | last post by:
Hello, I am running WS2008 + IIS7 + FASTCGI + ZendCore. I have not modified the default ZendCore php.ini configuration file. Actualy, any kind of PHP error, warning or notice gives me...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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,...
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
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...

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.