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 ......