Configuration :: Publish All Site Files If Only 1 File Updated?

Feb 16, 2011

I had made a change to the MasterPage and I would like to publish this to my production server at Server Intellect.

I wanted to know, that since I re-compiled the site, and saw the changes locally, do I now need to FTP all of the files?

Or can I just upload the file that I changed- the MasterPage?

Also, Im planning on making a change to a Class. Can I just upload that .cs file by itself?

View 5 Replies


Similar Messages:

Configuration :: How To Publish Site / MVC Application

Dec 30, 2010

I had first build an database and populated it with various information, set some properties related to FTS and other things.

Now, in the asp.net MVC application, I am able to add the database ServerExplorer->Connect To Database-> Data Source= MS SQL SERVER->Server name->OpAmp-pc. Now, I was unable to add the database by copying the file in app data folder.

My doubt it how can I share the website+ database with my fellow batchmate or put the whole website online.

Build->Publish Sirte, didn't solved the pupose.

View 1 Replies

Configuration :: Web Site Hangs After Publish?

Oct 4, 2010

Developing a website in ASP.net. On the development site all is working fine.We decide to publish the site using visual studio 2008's publish mechanism.The publish goes flawless.When we go to the live site, it hangs anywhere from 2 minutes to 30 minutes before it starts serving pages.All other sites on the same server seem to work fine.If we reboot the server it starts serving pages right away.It is not a programming issue, as once the site kicks in all seems to work fine.VS 2008, .NET 3.5, On both IIS 6.0 and 7.5

View 3 Replies

Configuration :: Using Publish Web Site Command?

May 30, 2010

I love the idea of precompiling my web site. In fact, 've never understood why MS didn't consider this important all along. So I tried the new Publish Web Site command in VS2010 and it seems to work well. That is, until I need to make a change to my site!In order to implement the tiniest of changes to my site, it looks like I must run the Publish Web Site command again, which takes forever because it overwrites and copies absolutely everything on my site, including the upload directory where users' images get stored, which is a problem!If I attempt to instead use Copy Web Site, then I get error about how I can't have an App_Code folder, or something along those lines, in a precompiled app.So what am I supposed to do? Is the only way I can have a precompiled site by requiring a complete reset of all content if I need to implement the tiniest of changes?

View 13 Replies

Configuration :: Publish Site To Web Host?

Sep 1, 2010

I have set up a development server (Win Server 2003) with IIS 6.0. I have the .NET Framework 2.0 and 4.0 installed. My web host (where my app will run) has .NET 3.5. Will it work for me to set up my development server with 4.0 in IIS, and then create a new website in Visual Studio (2010) that targets the .NET 3.5 framework (aimed at my development server)? want to be able to publish the site to my web host (with .NET 3.5).

View 2 Replies

Configuration :: Publish Site With Out Any Registrations?

Sep 15, 2010

1. can i use my system as web server as well as database server and my ip address as the name of the site. with out any registrations are there any free web hosting sites plz let me know.2. for stand alone applications setup file is created how about web applications. do we need to genrate any dll to integrate all the design and code and database.

View 5 Replies

Configuration :: How To Publish A Project To Hosting Site

Mar 17, 2011

I want to publish an asp.net 4.0 project to a hosting site. I uploaded the three SiteMaster files and the three default files. It has an error on the first line of the SiteMaster.aspx. The error message was "Could not load type 'PorjectName.SiteMaster'." What files should I upload?

View 5 Replies

Configuration :: Publish Site Into Domain Name Via Local Directory

Feb 27, 2011

I have created a website that has one aspx page. I am using visual studio 3.5. I have created a virtual directory on my local pc and tested the app and it wis working. Now I need to delploy it to the domain via ftp> Here is the website folders:

1. App_Code - contain my classes
2. App_Data - contain the sql express database ... myDb.mdf
3. Myaspx page - a single page
4. Web.config

when I run it , it woks, but when I want to deploy it , the site does not work. Here what I am doing .I am publishing the site to a local folder, then upload the complete folder to the right domain name. Yet, get an error

"Error 1 The process cannot access the file 'B:�0 2011 demoMarchObjectDataSource_CRUD_CSApp_DataRGN.mdf' because it is being used by another process"

How can I fix this error. I thought when I publish the site, the database would also be included in the site folders, but I may be wrong.

View 2 Replies

Configuration :: Publish Aspx Form Into Production Site?

Apr 22, 2010

I am new to webpage building.

I have sucessfully created a .aspx form with submit button feature that publishes correctly in my development environment running localhost. I am now attempting to move this form into my public website and it will not render in the public environment, only returning the code of the form.

View 2 Replies

Configuration :: Compile And Publish Site - Update .HTM Includes?

Nov 16, 2010

Compile and Publish Site - but i want to be able to update .HTM includes? I have a few pages that have JQUERY sliders and every onces in a while the client wants to update IMAGES, i thought it would be easy if i could access the .HTM file update code instead of doing a recompile! is this even possible? or am i doing it complety wrong?

View 2 Replies

Configuration :: Visual Studio Publish Not Updating Files?

Feb 24, 2011

Up until recently this worked without an issue. I am very certain I did not change any settings intentionally in VS2010. So I change a file in my project, something as basic as a web.config file. Clean and build the solution then Publish to a file system. No errors, goes through all the directories, but when I check the production site, the files are not being updated.What could cause this, and how does one fix it?

View 2 Replies

Configuration :: VS2010 Publish From A Web Site And Enable Check For Application Updates?

Jan 10, 2011

I have a program which I would like to publish to my company's intranet server so that employees are able to implement updates. I am not sure how to go about this but I have done some research on IIS and I was wondering if anyone could clue me in a little more with what I need to do. I have not yet downloaded IIS to give it a try as I'm not sure where I would go from there.

View 1 Replies

Configuration :: Client Browser Using Cached Files Instead Of Updated Version After Deployment

Oct 6, 2010

We have an ASP.NET web application and it's hosted using IIS 6.0, in the app we have these several javascript and css files located in a folder, and for performance sake (according to YSlow) we set the folder content expiration header to 1 year. Everything worked just fine until recently when we deployed the latest build to the server, in which we had made some changes to those javascript and css files. For some reason after the deployment some of our end users don't see the latest changes when they connected to the app, even after they cleared the cache in IE. We have also restarted the IIS on the server and the problem still remained. When I went into the IE Temporary Internet Files folder on one of these machines I saw the files were still the older version and not the latest one, I had to manually delete the files from the Temporary Internet Files folder then they were able to see the latest changes. I'm baffled by this, how come only some users who couldn't see the changes but some others do (without having to do anything by the way), and how do I make sure that for future releases we won't have to do anything like what did (manually deleting the cached files)? For now I disabled the Content Expiration option in IIS for these files but I would like to know if there is a way that I can enable the content expiration (to help performance) but at the same time making sure when the files are updated, the latest version will be used for the end user (instead of the cached version)?

View 3 Replies

How To Publish Site From Command Line With Some Publish Profile

Aug 5, 2010

msbuild /t:publish [use PublishProfileName] someproject.csproj

View 2 Replies

Configuration :: Copy Web Site Deployment - XSD Dataset Files?

Jun 29, 2010

I am ready to deploy my first real website to my Hosting Server and was wondering exactly how a simple FTP or Copy of the website files will operate as opposed to proper deployment via publishing the website to a DLL?

Will my Typed Datasets within my .xsd files work normally by FTP'ing them to my server or is there something special i need to do such as build them?

Here are the file types i need to deploy:

1) .aspx and aspx.vb files for my website pages (some in folders such as Admin, etc....)
2) App_Browsers --> CSSMenuAdapter.Browser for use with the CSS Control toolkit
3) App_Code --> several .xsd dataset files. Do these just get FTP'd to the server as well????
4) Bin --> several .dll files for using the CSS Control Toolkit, AJAX Control Toolkits, FCK Editor controls
5) CSS files and folders
6) web.config file

Can i just FTP all of the above folders and files and get the website to work, or does some of this .net 3.5 require publishing to DLL's???

View 1 Replies

Configuration :: How To Publish The Cs File Into Root Folder Instead Of Bin Folder

Mar 14, 2011

When we select pull down menu Build -> Publish .... website. The cs extension file dropped into bin folder instead of root folder.

View 2 Replies

WebMatrix :: Trying To Publish A Sugarcrm Site Created In Webmatrix To Site Hosted On Godaddy?

Mar 10, 2011

I am trying to publish a sugarcrm site I created in webmatrix to my site hosted on godaddy, however when i go into the publish settings and enter the server info, passwords etc., I can only get the connection to validate for the FTP protocol setting. When i click the button to test and validate the connection for webdeploy instead of ftp, it tries then says connection timed out. How do I get this to work so that I can publish my site on godaddy?

View 3 Replies

Configuration :: Site Settings File Vs. Web Config?

Nov 12, 2010

I've been thinking about this for a couple days but still would like some feedback on the best way to go about this:

I have multiple sites (domains) that will be running the same code. However, there are a couple settings I have in the appsettings web.config file which are relative to each site. (ie: defaultSiteTitle, emailFromAddress, etc).

I would like to deploy this application in only one location (folder) and point the domains in IIS to that one directory.

To do this, I believe I cannot use the web.config file to hold these settings...

So, I decided to make a SiteSettings.xml file and load the site settings in there:

<sites>
<oSite domain="abc.com" defaultSiteTitle="This is Site ABC" emailFromAddress="info@abc.com" />
<oSite domain="xyz.com" defaultSiteTitle="This is Site XYZ" emailFromAddress="info@xyz.com" />
</sites>

So when I need to access the site settings I just call a function in my datalayer that reads this xml file and via the httpRequest I pass it it determines which site settings to use.

Okay, that works when I call it from a page where I have the httpRequest...

Howver, now when I'm into some business layer functions say sendEmail and I need to find the emailFromAddress from the SiteSettings.xml file, I don't have the httpRequest. I know I could probably hack something together and pass it someway...

But I'm trying to figure out the best way to do this...

I don't really want to store it into session.

Is it possible to tell IIS what web.config file to look at, if I had multiple web.config files? (I don't think this is possible).

View 2 Replies

How To Keep Site Updated

Feb 26, 2011

i am creating a website which should be able to update itself regularly by fetching data from other blogs,etc.

what is the way to do this?

View 7 Replies

Configuration :: Configuring Original Settings For New Website Based On Site Files From 1st Website & Password Q

Oct 19, 2010

I want to make a 2nd website and am using a copy of the site files from my 1st site built for me, I added them via FTP to the hosting company. I realise when I edit the new site via the CMS it is editing both sites plus when I try to change anything to the CSS file I get the following error -

C:inetpubvhosts*****mysite******httpdocsapp_themessiteStyleSheet.css

So my questions are what do I need to change to be able to deploy a new site with the files I have to make a new site?I also don't understand where the password is coming from, I can see the User ID comes from the database. in the Asp.net connection strings are the following:

site Data Source=sql7.hostinguk.net;Initial Catalog=***;User ID=***;Password=*** - Where is this password coming from?

membership Data Source=sql7.hostinguk.net;User ID=***;Password=***;persist security info=False;initial catalog=***;

View 2 Replies

Configuration :: Error In Running Site - Could Not Load File / Assembly

Jun 17, 2010

I have uploaded site on web server but I am having the following error.
"Could not load file or assembly 'MySql.Data, Version=6.1.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.

Description:
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.1.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.

View 4 Replies

VS 2008 - How To Publish A Site

Feb 7, 2010

Believe it or not, but I did not had to worry about the hosting of a asp.net site for years.

Figured I'll get some hosting for fiddling with things (for instance, mvc now).

However I found this "Publish" function in VS (vs '08 team ed) a pain. Publish to an FTP site seems to take ages. So I just publish to a local folder and FTP that up (filezilla). But d@mn.....the dll's used, javascript files (included by default in an asp.net mvc project), etc keep failing...driving me bonkers.

How you guys "Publish"? I got a fairly good host now (thanks M) so the problem should be on my side. Internet connection speed is not too bad here.

View 9 Replies

Domain Names - Publish The Site Through VWD

Oct 24, 2010

If i get my own Domain Name and then create a site using VWD will i then be able to host my website on my own domain name i have made? sounds like a silly question i know; i take it i would have to publish the site through VWD before i would be able ot do this? Just dont get how i can create a site in VWD then attach it to my own domain name space to have my own site.

View 4 Replies

How To Publish .NET Site And Login Database

Nov 22, 2010

I have a very simple app on my local machine that uses the ASP.NET membership provider. This works fine on my local machine.I have published the app to our web server, and I need to know the specifics of setting up the application for asp.net membership to work.I have a basic understanding that it uses an MDF file and somehow connects to a SQL database (SQLEXPRESS I assume on my local machine) which holds the user/role information.

View 1 Replies

.net - Publish The Site On The Server Have An Error?

Sep 8, 2010

i wanna to show a message box but i prefer to be server side ,i wanna to have full control over it,i mean the number of buttons, the icon etc like windows application.the problem when add reference to system windows.forms and use it , when publish the site on the server i have an error , i can't remember exactly , but when remove all my messages every thing becomes ok.this problem appears even with summary validation when i wanna to be shown as a message box rather than list.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved