Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Connection with SQL DB on internet Web hosting using ASP.NET

Reply
Thread Tools

Connection with SQL DB on internet Web hosting using ASP.NET

 
 
=?Utf-8?B?TWF6eWFk?=
Guest
Posts: n/a
 
      05-10-2004
Dear Microsoft Developers Support ASP.NET Tea

I have SQL DB has been created in web hosting support SQL server & ASP.NET and I develop on localhost web Application using ASP.NET

After created SQL DB on web hosting I get this information

* IP Address for the Server for example: 66.102.135.15
* DB name for example: Dynam
* DB username for example: user
* DB password for example: passwor

I Registered the Server 66.102.135.150 in SQL Enterprise Manager after that I used wizard in ASP.NET to create SqlConnection with Sql DB that hosted on server 66.102.135.150

But when starting Run ASP.NET Page I get error message on the browser

Please help me how to fix this problem

I think the problem in the SqlConnection please give how to write connection string manually.
Someone tolled me might be the problem it the web.config. If that true please give how to change web.config probably


 
Reply With Quote
 
 
 
 
CT
Guest
Posts: n/a
 
      05-10-2004
You can change the value of the mode attribute of the customErrors node to
"Off" in the Web.config file, so that you can see the actual error message
in a remote browser as well as locally.

--
Carsten Thomsen
Enterprise Development with VS .NET, UML, and MSF
http://www.apress.com/book/bookDisplay.html?bID=105
"Mazyad" <> wrote in message
news:2AE1FA3A-9406-497F-9B0D-...
> Dear Microsoft Developers Support ASP.NET Team
>
> I have SQL DB has been created in web hosting support SQL server & ASP.NET

and I develop on localhost web Application using ASP.NET.
>
> After created SQL DB on web hosting I get this information:
>
> * IP Address for the Server for example: 66.102.135.150
> * DB name for example: Dynamo
> * DB username for example: user1
> * DB password for example: password
>
> I Registered the Server 66.102.135.150 in SQL Enterprise Manager after

that I used wizard in ASP.NET to create SqlConnection with Sql DB that
hosted on server 66.102.135.150.
>
> But when starting Run ASP.NET Page I get error message on the browser.
>
> Please help me how to fix this problem.
>
> I think the problem in the SqlConnection please give how to write

connection string manually.
> Someone tolled me might be the problem it the web.config. If that true

please give how to change web.config probably.
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Web Hosting, Reseller Hosting, and Dedicated Hosting!!!!!! teo1991 Ruby 0 04-02-2009 01:50 PM
Web Hosting, Reseller Hosting, and Dedicated Hosting!!!!!! ufi02 ASP .Net 0 03-27-2009 07:49 PM
Web Hosting Packages India - Cheap Web Hosting Hyderabad visioninfosyslinks@gmail.com HTML 0 12-20-2007 08:39 AM
Web Hosting Packages India - Cheap Web Hosting Hyderabad visioninfosyslinks@gmail.com Java 0 12-20-2007 07:35 AM
US web hosting or UK web hosting comapnies? Bhoona Computer Support 3 03-04-2004 12:59 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57