HighTechTalks DotNet Forums  

Publish ASP.NET web site

ASP.net ASP.net discussions (microsoft.public.dotnet.framework.aspnet)


Discuss Publish ASP.NET web site in the ASP.net forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
shapper
 
Posts: n/a

Default Publish ASP.NET web site - 01-03-2008 , 08:17 PM






Hello,

I created a web site using VS2008 and ASP.NET 3.5.
I would like to publish using FTP and I have the following
requirements:

1. The files should be placed on the wwwroot folder, i.e:
ftp://ftp.mydomain.com/wwwroot
2. The is a difference in the Web.Config file that I use in my
computer and the one that should be in the server:

On my computer:

<connectionStrings>
<add name="Conn" connectionString="Provider = Microsoft.Jet.OLEDB.
4.0; Data Source =
C:\DB\MyDomain\App_Data\MyDb.mdb; User Id=; Password=;"
providerName="System.Data.OleDb"/>
</connectionStrings>

And on my server:
<connectionStrings>
<add name="Conn" connectionString="Provider = Microsoft.Jet.OLEDB.
4.0; Data Source =
C:\Domain\wwwroot\App_Data\MyDb.mdb; User Id=; Password=;"
ProviderName="System.Data.OleDb"/>
</connectionStrings>

What are the steps to publish my web site using VS 2008?

Thanks,
Miguel


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.