helo.. i create my website of asp.net with sql server2005 in my pc.
but when i try to run it on my friend's laptop its not working and giving this error:
http://aquesthosting.com/SQLError26
When I try to enable remote connection then it giving the error of access denied..
In my pc its XP sp2 and in laptop its vista. I have no idea how to solve this access denied problem( thought the user account has rights of administrator) in vista because in XP i have never faced this problem.
Then I try to create new database in my website, but it doesn't allow to add new DB and giving the same sqlerro26..
Everything working fine in my pc but not in this laptop.
and also when i try to run my page in google chrome its shows webpage is not available but in IE and firefox its working fine
How to solve this problem?? Plz reply soon…
Thank you!!

Venkatesan JayakanthamPosted May 18, 2010, 2:04 PM
Google chrome will be having an extra authetication for loading the pages whereas it's not the case with IE.
Hope you can start looking in this area.
Cheers,
Venkatesan Prabu .J
http://venkattechnicalblog.blogspot.com/
Dipa AhujaPosted May 16, 2010, 12:27 PM
Kirtan PatelPosted May 16, 2010, 12:23 PM
follow the below procedure ....
Note Click OK when you receive the following message:
Dipa AhujaPosted May 16, 2010, 10:57 AM
CrishPosted May 16, 2010, 9:34 AM
For finding exact cause...you need to go step by step like ...first create sample page which is having static content. Try to open it on Google chrome...then after try dynamic simple page where you just display dynamic data from database.
If both steps working fine then possible your default page having any services which can not supported by google chrome or not loaded that services by chrome.
Dipa AhujaPosted May 4, 2010, 1:45 PM
Amit ChoudharyPosted May 4, 2010, 11:45 AM
Well you have asked for too many things in one post..
Try to add an administrator from Surface area Configuration tool from
Start->AllProg->Microsoft Sql Server->Configuration Tool
then try to change your setting
Go to
start > Programs > SQL server
Click on "Surfacr Area Configuration for Services and Connection"
Enable Remote Connection option. After doing this try
On the Surface Area Configuration for Services and Connections page, expand Database Engine, click Service, click Stop, wait until the MSSQLSERVER service stops, and then click Start to restart the MSSQLSERVER service.
your second problem "and also when i try to run my page in google chrome its shows webpage is not available but in IE and firefox its working fine"
i thing there is nothing you can do with it.. i have never faced problem with browsers..
Hope it helps
Please mark " Do you like this post" if it helps you.