Sir,
I am new to ASP.Net, I have created a sample website in VS.Net but i am finding it difficult in hosting it in IIS 6 Windows 2003 server.
The folllowing error has occured when i am trying to host
SERVER ERROR IN '/' Application
An error occured during the processing of a configuration file required to service this request.
Thanks in Advance
I am new to ASP.Net, I have created a sample website in VS.Net but i am finding it difficult in hosting it in IIS 6 Windows 2003 server.
The folllowing error has occured when i am trying to host
SERVER ERROR IN '/' Application
An error occured during the processing of a configuration file required to service this request.
Code:
<system.Codedom> <Compilers> <Compiler language="c#;cs;csharp" extension=".cs" warningLevel="4" type="Microsoft.Csharp.CsharpProvider,version=2.0.0.0,Culture=neutral, PublicKeyToken=b77a5c561934e089"/> </Compilers> </System.codedom>
Thanks in Advance
Comment