与第三方托管less / asp.net项目

时间:2015-04-08 04:02:53

标签: asp.net web-hosting

我正在尝试在arvixe.com上托管我的测试asp.net应用程序 我的应用程序是项目较少的应用程序,我使用filezilla上传文件到wwwroot文件夹。

问题是当我尝试浏览我的网站www.example.com时,它只显示网站面板登录表单。我读了一些关于在arvixe上托管的文章,但我找不到解决方案。

我更改了我的web.config文件,如其托管博客文章中所示 这是我的web.config代码

<configuration>
<system.web>
  <compilation debug="true" targetFramework="4.5" />
  <httpRuntime targetFramework="4.5" />
  <authentication mode="Forms">
    <forms loginUrl="~/mylogin.aspx" />
  </authentication>
  <authorization>

    <allow users="*"/>
  </authorization>
</system.web>
<connectionStrings>
<add name="Spa"  connectionString ="Data Source=server.host.com;  Initial Catalog=DBonHostname;User Id=HostDBusername;password=HostDBpassword"/>
</connectionStrings>

</configuration>

我需要向您展示哪些数据或文件?对不起,首先是不完整的问题。

0 个答案:

没有答案
相关问题