« Previous Next »

Thread: IIS new web -> crash

Last post 03-13-2009 6:06 PM by fabioy. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 03-09-2009, 8:08 PM

    IIS new web -> crash

    Well, Whats up guys,... I got an error, That I've tried fixing myself but so far no luck. I've been hoping that someone could help meh x]. Anyways, I made a new website in iis, I've made several before so i just copied my web.config from all the other websites since they all are going to run the same type of application, and before I did that the website wasn't working... so im like hmmmmmm.... I check my Event Viewer to get the logs.. and I get this, - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> - <System> <Provider Name="Microsoft-Windows-WAS" Guid="{524B5D04-133C-4A62-8362-64E8EDB9CE40}" EventSourceName="WAS" /> <EventID Qualifiers="32768">5011</EventID> <Version>0</Version> <Level>3</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2009-03-09T23:36:41.000Z" /> <EventRecordID>28001</EventRecordID> <Correlation /> <Execution ProcessID="0" ThreadID="0" /> <Channel>System</Channel> <Computer>D0L0C2</Computer> <Security /> </System> - <EventData> <Data Name="AppPoolID">brian.projectcsharp.net</Data> <Data Name="ProcessID">5604</Data> <Binary>6D000780</Binary> </EventData> </Event> then after I get - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> - <System> <Provider Name="Microsoft-Windows-WAS" Guid="{524B5D04-133C-4A62-8362-64E8EDB9CE40}" EventSourceName="WAS" /> <EventID Qualifiers="49152">5002</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2009-03-09T23:36:41.000Z" /> <EventRecordID>28002</EventRecordID> <Correlation /> <Execution ProcessID="0" ThreadID="0" /> <Channel>System</Channel> <Computer>D0L0C2</Computer> <Security /> </System> - <EventData> <Data Name="AppPoolID">brian.projectcsharp.net</Data> <Binary /> </EventData> </Event> And I don't know what to do. My web.config works for all the other websites.. so why doesn't it work for this one? http://brian.projectcsharp.net, I can make new websites and they work, just that this one doesn't? i've tried recreating it several times. Same error. I've even made new websites several times and it works, maybe a problem with the brian name O.o?
  • 03-13-2009, 6:06 PM In reply to

    • fabioy
    • Top 500 Contributor
    • Joined on 05-06-2008, 7:04 PM
    • Posts 17

    Re: IIS new web -> crash

    The worker process is crashing, thus causing the application pool to shutdown eventually.  You need a bit more information to find out the cause of this.

    If you remove all files related to the app from your virtual directory and only leave a simple .htm file, does the worker process serve the page?  If so, some combination of the app config and/or the site configuration are causing an unexpected conflict.  Do a double check on not only the web.config file for the app, but also the app pool and site configuration for your site.

    Hope this helps.

     

    -- Fabio Yeon
    Senior Software Design Engineer
    IIS
Page 1 of 1 (2 items)
Microsoft Communities