Free Space for ASP. net2.0

Source: Internet
Author: User
Tags connectionstrings
Free ASP. net2.0 and 3.5 free space, support for ms SQL Server express2005 and FTP

Http://www.qsh.eu/free offers 50 space and 2g Monthly Traffic

1. First, apply for an account at http://www.qsh.eu/freeafter you have completed your website in Visual Web Developer 2005 or visual web developer 2008.

2. You will receive the account information in your email address;

3. click in the navigation bar on http://www.qsh.eu/AdministratorAnd then enter your account, click new host, and fill in the relevant information

4. receive free space information, including FTP account, password, and other authentication information

5. There isConnectionstring GeneratorConnects to the string generator and writes the name of your file. click the button to copy the generated text.

6. Modify yourConnectionstring, The modification method is:

Delete the originalConnectionstringAnd then copy the obtained text. Run it and try again. There is an error ......

You also need to add a line before this line of text <remove name = "localsqlserver"/>

InstanceCodeThe following figure shows the instance version 3.5:

<Appsettings/>
<Connectionstrings>
<Remove name = "localsqlserver"/>
<Add name = "localsqlserver" connectionstring = "Data Source =. \ sqlexpress; Integrated Security = true; user instance = true; database = wangya. qsh. es_5d024acb-5638-4d0a-ac75-936fc1e31202; attachdbfilename = | datadirectory | database. MDF "providername =" system. data. sqlclient "/>

</Connectionstrings>

OK. Now the modification is complete. Note that you needApp_dataDelete the log corresponding to the database name in the folder, and then FTP!

I will not do any technical support for how to configure this website in the future ......

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.