hmmm
nice site but i would do something about this
Server Error in '/' Application.
--------------------------------------------------------------------------------
SQL Server does not exist or access denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: SQL Server does not exist or access denied.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[SqlException: SQL Server does not exist or access denied.]
System.Data.SqlClient.ConnectionPool.UserCreateReq uest() +167
System.Data.SqlClient.ConnectionPool.GetConnection (Boolean& isInTransaction) +386
System.Data.SqlClient.SqlConnectionPoolManager.Get PooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
ValenceFramework.Tools.DataTools.GetTable(String sql) in C:\Documents and Settings\Administrator\My Documents\My Projects\ValenceFramework\Tools\DataTools.cs:293
ValenceFramework.Tools.AdZones.DetectAdult() in C:\Documents and Settings\Administrator\My Documents\My Projects\ValenceFramework\Tools\AdZones.cs:82
ValenceWap.Framework.PageTemplate.OnInit(EventArgs e) in C:\Documents and Settings\Administrator\My Documents\My Projects\ValenceWAP\Framework\PageTemplate.cs:80
ValenceWap.Article.OnInit(EventArgs e) in C:\Documents and Settings\Administrator\My Documents\My Projects\ValenceWAP\Article.aspx.cs:37
System.Web.UI.Control.InitRecursive(Control namingContainer) +241
System.Web.UI.Page.ProcessRequestMain() +196
|