2016-11-03 1 views
-2

iis 웹 서버에 있던 웹 사이트를 Go Daddy로 이전하는 임무가 주어졌습니다. asp.net에 익숙하지 않아이 사이트를 마이그레이션하는 것에 대해 몇 가지 질문이 있습니다.Mirodate asp.net website to godaddy

사이트 파일에는 일부 연결 문자열이있는 web.config라는 파일이 포함되어 있습니다.

<?xml version="1.0"?> 

<!-- 
    For more information on how to configure your ASP.NET application, please visit 
    http://go.microsoft.com/fwlink/?LinkId=169433 
    --> 

<configuration> 
    <connectionStrings> 
    <add name="ApplicationServices" 
     connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnetdb.mdf;User Instance=true" 
     providerName="System.Data.SqlClient" /> 
    </connectionStrings> 

보안 계정이 뒤 따른다. 사이트에 대한 모든 파일은 데이터베이스에 연결되어있는 것으로 보이는 연락처 양식을 제외하고는 곧은 HTML, jquery 및 CSS 유형의 파일입니다. 내 질문은이 사이트가 쉽게 마이그레이션 될 가능성이 얼마나 높습니까? 그것은 연락처 페이지를 제외하고 내 로컬 컴퓨터에서 잘 실행됩니다.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Contact.aspx.cs" Inherits="Ellis.Website.Contact" %> 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
<meta content="IE=8" http-equiv="X-UA-Compatible" /> 
<title></title> 

<!-- CSS --> 
<link rel="stylesheet" href="css/reset.css" type="text/css" /> 
<link rel="stylesheet" href="style.css" type="text/css" /> 
<!-- This is where you choose your color scheme - Just change the stylesheet name to the color you want. --> 
<link rel="stylesheet" href="css/orange.css" type="text/css" /> 
<!-- You can choose from the following: red, orange, green, blue and violet. --> 
<link rel="stylesheet" href="css/superfish.css" type="text/css" /> 
<link rel="stylesheet" href="css/prettyPhoto.css" type="text/css" media="screen" /> 
<link rel="stylesheet" type="text/css" href="css/jquery-ui-1.7.3.custom.css" /> 
<link rel="stylesheet" href="css/coin-slider-styles.css" type="text/css" /> 

<!--[if lt IE 8]> 
    <link rel="stylesheet" type="text/css" href="css/ie7.css"> 
<![endif]--> 

<!-- Scripts --> 
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script> 
<script type="text/javascript" src="js/jquery.cycle.all.js"></script> 
<script type="text/javascript" src="js/jquery.easing.js"></script> 
<script type="text/javascript" src="js/jqFancyTransitions.js"></script> 
<script type="text/javascript" src="js/coin-slider.js"></script> 
<script type="text/javascript" src="js/ui.core.min.js"></script> 
<script type="text/javascript" src="js/ui.tabs.min.js"></script> 
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script> 
<script type="text/javascript" src="js/superfish.js"></script> 
<script type="text/javascript" src="js/cufon-yui.js"></script> 
<script type="text/javascript" src="js/Delicious.font.js"></script> 
<script type="text/javascript" src="js/jquery.form.js"></script> 
<script type="text/javascript" src="js/bluz.js"></script> 
</head> 
<body id="sub-page"> 
    <form id="form1" runat="server"> 
    <!-- site-wrapper START here --> 
<div id="site-wrapper"> 
    <!-- header START here --> 
    <div id="header"> 
    <!-- container START here --> 
    <div class="container"> 
     <!-- top START here --> 
     <div id="top"> 
     <!-- logo START here --> 
     <div id="logo"> 
      <h1><a href="index.html"><img src="images/logo.png" alt="Ellis Storage" /></a></h1> 
     </div> 
     <!-- logo END here --> 
     <!-- main-nav START here --> 
       <div id="main-nav"> 
      <ul class="sf-menu"> 
      <li><a href="index.html">Home</a> 

      </li> 
       <li><a href="locations.html">Locations</a> 

      </li> 

       <li><a href="staff.html">Staff</a> 

      </li> 

      <li><a href="tips.html">Moving Tips</a> 

      </li> 

      <li><a href="supplies.html">Moving Suppies</a> 

      </li> 

      <li class="current_page_item"><a href="contact.aspx">Contact</a></li> 
      </ul> 
     </div> 
     <!-- main-nav END here --> 
     </div> 
     <!-- top END here --> 
     <div id="pagename"> 
     <h2><span>Contact Us</span></h2> 
     <p class="tagline">When ever, where ever...</p> 
     </div> 
    </div> 
    <!-- container END here --> 
    </div> 
    <!-- header END here --> 
    ""   "" 

답변

0

이동하기가 얼마나 쉬운가 기술과 경험, 그리고 사이트를 이동 한 후에 얼마나 많은 기능을 수행해야하는지에 따라 다릅니다. 1 : 1 기능성? 호스팅 및 다른 호스팅의 차이점을 알고 데이터베이스 백업, 데이터베이스 연결 문자열, bin 폴더, 사이트 컴파일 등을 잘 알고 있어야합니다.

위의 일부 또는 모두가 당신의 경험은, 당신이 잘 파일이 스레드에서 언급 한 바와 같이 일한 힘든 시간 :(

+0

감사 답장을 보내. 내가 웹 개발 및 호스팅 기본 웹 사이트와 경험이 있습니다. 사이트의이 유형은 그러나 새로운 asp.net.와 함께 일한 적이 없다. 나는 iis에 다소 익숙하지만, 까다로운 것만이이 연락처 양식이 될 것이다. 나머지는 모두 내가 익숙한 HTML/CSS이다. . –

+0

답장을 보내 주셔서 감사합니다. 나는 네가 제안한대로 돌볼 수 있었다. –

0

업로드가있을 수 있습니다.