Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
abnewallo
Starting Member
6 Posts |
Posted - 2006-06-14 : 14:08:12
|
I am having problems deploying my web site from my machine to the hosting server.
Does any know of any special configurations that have to be perfomed before copying your web site to a server? All I have is a login in page that loads another page. The login page is launching okay but it does not load the second page. |
|
KenW
Constraint Violating Yak Guru
391 Posts |
Posted - 2006-06-14 : 16:13:25
|
abnewallo,
What does your question have to do with SQL Server Express?
Your problem is probably that the <a> link to your second page from the first uses a hard-coded reference instead of a relative reference. In other words, instead of using "page2.html" you're using "inetpub/wwwroot/yourwebsite/page2.html".
Edit: Also, a duplicate post. http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=67805
Oh well... At least the cross-posted message actually references SQL Server.
HTH,
Ken |
 |
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2006-06-14 : 16:18:06
|
What are you using ?
FTP ???
Basically you need to setup an ftp account, and use an ftp client to connect and upload your site. |
 |
|
|
|
|