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?