How To Upload New Site And Keep Old Work
Aug 10, 2010
im new to asp.net, i have a dating software and it uses vwd2008, currently the software installed was the wrong 1, now i need to reinstall the new with chat.
I was told by the supplier that i can overwrite the existing files with the new package that has the chat. They say make sure to preserve files that i have made changes too and also run the ajax chat sql script from the sql folder.
My concerns are, i have a client base built already and i have made many changes, so i dont want to loose this.
How would i preserve them? If i drop and drag the folder will it warn me and give a option not to overwrite the files as it loads?
How do i run the ajaxchat script in my sql folder?
View 1 Replies
Similar Messages:
Nov 23, 2010
I've been using an asp 3.0 widget for this purpose , but it been broken for a while and rather than get it back up, I'd love o get a native asp.net solution, can any one point me in the right direction pleaseI once wrote some asp.net code to do this, but the permissions on the server, which I found to be common every where prevented asp.net native picture upload, perhaps i got it wrong, well now I wanna fix itI need the code to work in a shared hosting IIS 7 environment. I use vb.net, but can usually convert c# to vb.net
View 1 Replies
Apr 27, 2016
I have created a crystal following your article which url isĀ
[URL]
It is working fine on local machine but when i upload it on the server it is not working. Crystal Report is showing but data is not showing in the crystal report.
View 1 Replies
Jun 14, 2010
I have created a site, now I want to upload it on the server. I do not have the experience of uploading the site on server, I am using ASP.NET C# MySQL.
View 3 Replies
Feb 3, 2011
how can i upload my asp.net site to godaddy i tried but showing custom error
i don't know how to set iis in godaddy
View 3 Replies
Jun 21, 2010
i'm trying to do something weird. I have two sites, one that allows me to handle some information and administrate it (site 1). I have another site that is for querying information only (site 2). I need to upload files in site 1, but i need to save it in site 2, to leave it available to download in site 2.
View 4 Replies
Mar 30, 2010
after uploading my page.Basically I have created a form and a database where the entry from the form is inputted to the database and if successful, redirects to a thankyou page.The code fully works when I run it offline through Visual Basic but when I upload the page to my FTP it will not work and gives the following error:
Line 292: <p class="style4" style="margin-left: 40px">Please fill in the form below</p>
Line 293: <p style="margin-left: 40px">
Line 294: <asp:FormView ID="FormView1" runat="server" DataKeyNames="Email_Address"
Line 295: DataSourceID="newsletter"
[code]...
View 6 Replies
Jul 21, 2010
Okay I've read the other StackOverflow postings, forum posts on MSDN, everywhere. I CANNOT get this to work for the life of me.
Here is what I have setup.
In IIS7.0
- Default Site in ASP.NET v4.0 App Pool
- C:Inetpubwwwroot as the physical path
I published my MVC2 site in VS2010 to the Default Site path, it succeeded.
Here are the settings for that:
- Same App Pool
- C:InetpubwwwrootPerfectSchedule as the physical path
- Default Document is Views/Home.mvc
I open the URL in my IE browser
- http://localhost/ --> just gives me the Apache "It works!" page
- http://localhost/PerfectSchedule --> The WebPage cannot be found
- http://perfectschedule/ --> Internet Explorer cannot display the webpage
View 2 Replies
Jan 6, 2011
I need to create an upload site to upload large files over 2GB I want ot create a site like [URL]. Once these files get upload i want them to have a link to the file created but the link encrypted. I know there is a limit to http upload. I have used a bunch of the flash upload web apps but are capped at a specfic mb becuase of .net. What options are out there.
View 2 Replies
Feb 22, 2011
I'm trying to find a way for users to upload image to my site ,
In my db table I have a column name Image1 type image [allow null]
And I would like the user (among other fileds to fill, to upload image )
View 7 Replies
Apr 1, 2011
I have an aspx website and I'd like to upload a file to it. The file is being processed later, so I need to support some extra information with it.
This is the website I have to far:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Upload.aspx.cs" Inherits="ABC.Web.Upload" %>
<!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 runat="server">
<title></title>
</head>
<body>
<form id="Form1" method="post" enctype="multipart/form-data" runat="server">
<input type="file" id="File1" name="File1" runat="server" />
<input type="text" id="FileId" name="FileId" runat="server" />
<input type="submit" id="Submit1" value="Upload" runat="server" />
</form>
</body>
</html>
This (and the code behind) works very well when using a browser and clicking through the form. But I want to upload the file using the WebClient from C# code. I don't have to use the WebClient. I can also modify the upload.aspx to suit me, there is no requirement that it works from a browser, but this is the only example I've got working.
Looking at fiddler (I just started using it, so I probably have missed it) I could not figure out how I would create such a request from code.
At the moment when using the WebClient I am specifying the address and the local filename. I have a breakpoint in the code behind in my website but the File1 and FileId are not set (as expected).
How do I have to modify the website and how do I have to use the WebClient to get the upload working?
EDIT: Just found out about the Request.Files, that will give me the file, but how about the other fields?
View 1 Replies
Jan 22, 2010
I am using ASP.NET 2008 web developer and i dont know how to share youtube videos in my pages.
I want to play youtube videos in my site without upload
View 4 Replies
Apr 3, 2010
I'm uploading xls file onto my server using ASP.NET VB. Should I take some precautions so that not one would upload some hacking script to hack my site using this upload?
View 14 Replies
Jun 16, 2010
logging to another website and uploading file to that site.
View 1 Replies
Mar 9, 2010
i want to provide facility to my users to upload multiple images into my website using asp.net 2.0, using single file uploader i.e. want to upload all the image file from a folder.
View 3 Replies
Jun 16, 2010
I cannot seem to get the asp.net 2.0 tracing feature to work on even a simple website I have set the web config to:
<trace enabled="true" requestLimit="100" localOnly="false" traceMode="SortByCategory" writeToDiagnosticsTrace="true" />
However I cant even seem to get a hello world to print in the trace:
protected void Page_Load(object sender, EventArgs e)
{
System.Diagnostics.Trace.Write("hello world");
}
I am looking at trace.axd in the same directory as the page What am I doing wrong?
View 1 Replies
Oct 26, 2010
we are upgrading the asp.net 2.0 web application to asp.net 4.0.
we have the many sub folders with default page (default.aspx)
and we are using the link like,
<domainname>.com/
<domainname>.com/folder1/
<domainname>.com/folder2/
<domainname>.com/folder3/
<domainname>.com/folder4/
it is working fine in asp.net 2.0
after the upgradation process, we didnt get above the URLs. i have checked site default page settings (in IIS "Document" default page settings), and default.aspx page is shows under settings.
the site url "<domainname>.com/" also does not working. if we call "<domainname>.com/default.aspx" then worlking.
View 10 Replies
Sep 6, 2010
how to connect database create in sql server ,to my web site upload on domain.
View 1 Replies
Aug 17, 2010
I have a button in a repeater control. It saves the data on the screen, so ideally I'd like to do this and not have the screen refresh, as there is no new data to be shown. When I am debugging using localhost, the page just sits there, the data gets saved all is well.However, when I upload the very same page and code to my host, clicking the button causes a full refresh, which as there is a lot of data, means a long wait each time.
View 2 Replies
Oct 4, 2010
I am getting this error when I am trying to upload a video in my site. how to fix this?
View 3 Replies
Mar 2, 2010
why my upload control will not work properly when placed inside an ajax tab control? If I place it outside the tab control everything works great.Here is what I'm trying.
[Code]....
[Code]....
View 1 Replies
Feb 15, 2010
I'm just getting into AJAX (little late I know) and am walking through some of the tutorials on the ASP.NET/AJAX site. One thing I've noticed is that I cannot get the UpdatePanel to work (meaning, prevent a full postback of the page) in the ASP.NET Web Site template. I can use the EXACT same markup, code, and web.config in the AJAX 1.0-Enabled ASP.NET 2.0 template and everything works as expected.
Markup:
[Code]....
[Code]....
[Code]....
View 6 Replies
Sep 5, 2010
in my web.config file i've added an entry:
<httpModules>
<add type="HDI.HTTPFilter" name="HTTPFilter"/>
but the server where i've placed the website on is not reading this entry but in other servers the site works perfectly.what the problem might be?
View 1 Replies
Jul 6, 2010
I am having deployment issue with AjaxControlToolKit.dll. I copied the DLL to my local bin dir, and it works fine. But when I do the build on test server, the files are not in Visual Source Safe anywhere, so the site doesn't work. What could be the issue?.
View 1 Replies
Oct 22, 2010
i have uploaded my site [URL] it it working properly on local machine but when i uploaded on server i am facing 1 error on button clik of any form. there are two ages career and contact whenever i submit this data by clicking button i get this error. Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
[Code]....
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
[Code]....
View 3 Replies