Click here to Skip to main content
15,912,329 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,
This my first time I will upload my asp.net website on godaddy.
I need the steps for doing this and how can I configure the web.config file?
Posted
Updated 1-Apr-14 22:16pm
v3

Google is your friend: Be nice and visit him often. He can answer questions a lot more quickly than posting them here...

A very quick search gave 62,000 results: upload my asp.net website on godaddy[^]

In future, please try to do at least basic research yourself, and not waste your time or ours.
 
Share this answer
 
You have to set trust level="Full" on your web.config file.Please read below article for more info.

web.config
XML
<configuration>
    <system.web>
        <trust level="Full" />
    </system.web>
</configuration>


Godaddy Help
 
Share this answer
 
Go to your account:

Go Daddy Account

After logging in, you should have access to the Hosting Control Center:
https://hostingmanag...95-001143d4d96d

There you will have the options
 
Share this answer
 
Comments
Dena2013 2-Apr-14 4:44am    
I search beofore but I confused from the deffrent results.
I need a practical expert in this issue to help me how to start and how to finish without errors.
at the beginning I upload file through file manager, I should configure the web.config before upload it. from where can I change the correct connection string?
I find an article give me this connection string
(
<add name="”Personal”" connectionstring="”" server="whsql-v04.prod.mesa1.secureserver.net;" database="DB_675;" user="" id="user_id;" password="password;" trusted_connection="False”" providername="”System.Data.SqlClient”"> <remove name="”LocalSqlServer”/"> <add name="”LocalSqlServer”" connectionstring="”" server="whsql-v04.prod.mesa1.secureserver.net;" database="DB_675;" user="" id="user_id;" password="password;" trusted_connection="False”" providername="”System.Data.SqlClient”">
)
but I didn't know from where should I get the server name and other elemnts?
thanks for your help
Er. Puneet Goel 2-Apr-14 4:52am    
the connection string is provided by GoDady SQL Server itself

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900