Quote:
quote:Originally posted by palvin
Hello BrianWren,
Thanks for the reply.
Yes I tried both html page and an asp page that was accessing SQL database and they work perfectly fine. No problems at all in any functionality. Only when it comes to aspx files, I am getting that error.
thank you,
Palvin
|
Hello BrianWren,
I just managed to fix it. The error occured because the default set of configuration values in web.config require IIS to treat the web site as an application but this was not configured. Iconfigured it as an application.
Also the server name was given incorrect value in the connection string (web.config file), I set it to 127.0.0.1.
Thanks for your Help and Time,
Palwinder