Hi Every body,
By the Grace of God i create my first Website and i published on Net and i create Database also
My Question is it is neccessary to have customError tag in web.config beacuse when i type my website url i got is error that
customErrors mode="Off" and one more thing in web.congif only i write the Configuration setting like this
<configuration>
<appSettings>
<add key ="Connect" value="server=.; database=Ckom; uid=sa; Password=;" />
</appSettings>
<connectionStrings/>
in server i change the database
name, userid,password and server="localhost" i don't know wether this
is right or wrong i am very much confuse with server
please help me so that i can see my website
again i will that i got the message
Server Error in '/' Application.
below this they show customError mode="off"
please help me by telling excat what are the changes i have to made in web.config file on the server