Backup Tool For Web Site ?
Apr 18, 2010
I work at web design and development Company , we create and managed a lot of web sites , and we usually create FTP and sqlserver backup manually .I want to know the best tools to create backup automatically ( Free or not free)
View 2 Replies
Similar Messages:
Aug 3, 2010
I have one asp.net 2.0 application with MS Sql 2005 database.. As i deploy this database with client Machine.. now what i need is i need to take a backup of MS Sql 2004 database.. so is that any free tool is available which take daily backup...
View 16 Replies
Jul 8, 2010
Invalid column name 'is_compressed'.
Invalid column name 'compressed_backup_size'.
Could not insert a backup or restore history/detail record in the msdb database. This may indicate a problem with the msdb database. The backup/restore operation was still successful.
Processed 264 pages for database 'E:ASP.NET4.0_CalculatorhicalcApp_DataASPNETDB.MDF', file 'ASPNETDB_1847a276f17a4e2cb63c95936431bc26_DAT' on file 1.
Processed 1 pages for database 'E:ASP.NET4.0_CalculatorhicalcApp_DataASPNETDB.MDF', file 'ASPNETDB_TMP_log' on file 1.
BACKUP DATABASE successfully processed 265 pages in 0.404 seconds (5.124 MB/sec).
[Code]....
View 3 Replies
Jan 13, 2011
My boss has it in his head that we need to be monitoring our websites more to see what king of traffic we are getting for but internal and external sites.
View 2 Replies
Feb 9, 2011
I created a database in my local sql server, and ran aspnet_regsql.exe on it, which created all the user and membership tables. However, when I click on the "Asp.Net Configuration" button in VS (2010), it open the Asp.Net Web Site Administration Tool, but with an error that say "An error was encountered. Please return to the previous page and try again." (of course there's no "previous page". What is one to do here?
My solution consist of several class libraries (domain, contracts, services, etc, etc) and a Asp.net MVC project. In my web (mvc) project's web.config, my connectionstrings looks as follows (just guessing this matters):
Code:
<connectionStrings>
<add name="ApplicationServices"
connectionString="Data Source=LAP00281;Initial Catalog=ClientManager;Integrated Security=True" providerName="System.Data.SqlClient" />
<add name="ClientManagerEntities" connectionString="metadata=res://*/ClientManagerDB.csdl|res://*/ClientManagerDB.ssdl|res://*/ClientManagerDB.msl;provider=System.Data.SqlClient;provider connection string="Data Source=LAP00281;Initial Catalog=ClientManager;Integrated Security=True;MultipleActiveResultSets=True"" providerName="System.Data.EntityClient" />
</connectionStrings>
(only reason i want to use this is actually to create two roles, admin and client)
View 11 Replies
Mar 4, 2011
I'm new here. Noticed that most posts are related to WebMatrix as a tool, not WebMatrix-WebPages programming. Also WebPages does not require WebMatrix at all. Perhaps there's another forum for WebPages, otherwise I would suggest to split this forum into two. WebMatrix | WebPages,
View 1 Replies
Jun 23, 2010
I got an error when trying to configure roles:
The following message may help in diagnosing the problem: Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'.
The schema is there and i configure web.config for using roles.
Web.config
[Code]....
Can this corce by insufficient permission?
View 7 Replies
Jun 19, 2010
how to create a user as administrator using web site administration tool
View 1 Replies
Dec 8, 2010
i am trynig to connect to sql server 2005 express with Web Site Administration Tool in visual studio 2008 but i got this error in security tab: There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store.
The following message may help in diagnosing the problem: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.)
i have already checked following links and done all hint but nothing [URL] i have MSSQLSERVER running but i can not run SQLEXPRESS
View 8 Replies
Apr 28, 2010
I am trying to send an email using the gmail smtp server. I am trying to enter the SMTP settings into the Web Site Admin tool. I have set
Server Name: smtp.gmail.com
server port: 587
from: myemail@gmail.com
Sender's User Name: my real gmail username
Sender's Password: my real gmail password
I am getting the following error when I try to send an email as a result on using the CreateUserWizard after successfully creating a new user.
Code:
The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Must issue a STARTTLS command first. i29sm30127820vcr.12
View 2 Replies
Nov 27, 2010
I am having some major headaches trying to get a Web Dev 2010 and SQL Server Express 2008 R2 to work together. At one point I hade Web Dev Express 2008 and SQL Express 2008 working together just fine, then I upgraded to 2008 Express R2 and have never been able to recover.
I have attempted to uninstall and reinstall several times, browsed the forums, watched videos, and while I have picked up a few things, I am still far from being able to get these two apps to work together for basic user authentication.
Here is where I am at. Web Dev Express 2010, .Net 4.0, and SQL Server Express 2008R2 installed. I have ran the .v4 aspnet_regsql.exe app against SQLEXPRESS, but when I bring up the Web Site Admin Tool, it cannot connect.
My machine.config connectin info is: [Code]....
Thinking that I may have some uninstalled connection info causing problems, I reviewed several of the security videos on this site, and decided to attempt to use my own database install rather then the default ASPNETDB.
So I now have 2 Database Engines (SQLEXPRESS and LOC). I created a new databases on LOC, named LOC and AspNetServicesDB. I then created users named LOCADMIN and AspNetServicesUser, made then the owners, and set the default database for eacg.Next I ran aspnet_regsql.exe from the v4.0.30319 folder, connected successfully, and installed the tables under AspNetServicesDB. The new tables (roles, membership, profiles) were installed. I then proceeded to copy the above machine.config connection info to the web.config file, and modified it as Joe Stagner did in this video. My edited web.config info:
[Code]....
Note that password is set to the real password in my config file.
Yet when I bring up the Web Site Administration Tool test the single provider, I get this error:
[Code]....
View 2 Replies
Aug 10, 2010
login control portion of Murach's web dev w/ c# book. According to the books instructions, you create a Login.aspx page, add the login control to the page, and create the users and roles for the directories within the asp.net web site configuration tool. I still do not get prompted for user name and passord to access the pages I want to be secured. Why is this? Isn't the asp.net configuration tool supposed to edit the web.config file? I'm trying to follow the book to the letter and ensure that I am following correctly before posting for answers online. According to the book you do not have to edit anything or write code withing login.aspx page.
View 3 Replies
Feb 19, 2010
I get the following error while running ASP.Net Web site administration tool: ASP.Net Web site administration tool I am using visual web developer 2008 express edition and windows XP pro version 2002 service pack 3. I am following Microsoft Visual web developer 2008 express edition by Eric Griffin and in chapter 4 I need to use the administrator tool to set up passwords.
View 1 Replies
Aug 5, 2010
I have just installed Visual Studio 2010 trial. Previously I have been using Visual Studio Web Developer 2010 Express. Now every time I try to invoke the ASP.net Cofiguration tool either via the icon or through the Project File Menu item, I get the error message "An error was encountered. Please return to the previous page and try again." I am trying to develop a bog standard Silverlight Business Application. There are no other diagnostics. Is there anywhere I can look for more clues or anything else to do to alleviate the problem? or is this something peculiar to the trial version I am using?
I also think it might have something to do with the fact that I have created this Silverlight Business App on a directory on my D: drive and not the normal, default c: drive path and maybe the web sit admin tool is looking somewhere else. Could this have something to do with it? If so what is my remedy?
View 6 Replies
Aug 25, 2010
I have a question with this tool. I have a database listed in the App_folder, and the database has a connection in Server explorer. The connection string is listed in the web.config file, and I am able to add users and roles with the Web Admin Tool. However,when in the Web Admin Tool, under Configuration tab, I receive an error when I click on the "test" button. The error reads " Could not establish a connection to the database.If you have not yet created the SQL Server database, exit the Web Site Administration tool, use the aspnet_regsql command-line utility to create and configure the database, and then return to this tool to set the provider."
View 6 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
Jun 16, 2010
when I make restore to backup database display this error :
The backup set holds a backup of a database other than the existing 'elib' database. (Microsoft.SqlServer.Smo)
how I can solve this error ?
View 1 Replies
Dec 12, 2010
i have been trynig to have "ASP.Net Web Site Administration Tool" save all user information in my database , is that doable?
if yes, how i can have all those asp_tables in mine?
View 6 Replies
May 14, 2010
I am aware of a tool which MS has provided which tells you about coss site scripting attack etc.
The tool is [
But are there tools which you have used for ASP .NET applications which do similar to this and which one is widely used in ASP .Net applications ?
View 2 Replies
Feb 8, 2011
Is anyone able to see Web Site --> ASP.NET Configuration if you are creating a web application using File --> New Project --> Visual C# --> Web. If so, how and where?
Base on what I've tried, the menu Web Site --> ASP.Net Configuration appears only if you create a website by File --> New Website.
What I am actually trying to find is the Web Site Administration Tool (WSAT).
View 5 Replies
May 14, 2010
I am using sqlserver express 2008 (Microsoft Web Platform Installer) and visual studio 10 professionnel.
I am also using last Silverlight4_Tools.exe.
When i enter in Web Site Administration Tool / security I obtain this error
There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store.
The following message may in diagnosing the problem:
Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed.
When I try userprovider
Could not establish a connection to the database.
If you have not yet created the SQL Server database, exit the Web Site Administration tool, use the aspnet_regsql command-line utility to create and configure the database, and then return to this tool to set the provider.
View 1 Replies
Jul 6, 2010
I recently installed VWDE 2010 and SQLE 2008 R2 and have built a basic site, but when I try to launch the Web Site Administration Tool, it fails to come up in a browser window. The server starts and I can right click on that and choose "Open in Web Browser", but when I do that an error message immediately shows up saying, an error was encountered. Please return to the previous page and try again with no other information given. When I click on "How do I Use this Tool?" in the top-right corner of the window, it immediately says the following:
Tool Has Timed Out
As a security measure, the Web Site Administration Tool times out after a period of inactivity. Changes to machine.config or web.config may also result in the tool needing to be restarted. To continue configuring your web site, restart the tool. The same message immediately comes up no matter what tab I click on. I have searched the internet and have made sure that the path doesn't have any spaces or non-alphabetic characters, run aspnet_regsql, restarted the IDE as well as the computer, but nothing works.
View 5 Replies
Jul 22, 2010
I Have a problem here with Visual Web devoloper 2010 , When I click the "Asp.net Configuration" , the browser doesn't open the Web Site Administration Tool but the icon does appear in the notification area , on right clicking the icon it opens up the Web Site Administration Tool in the browser and displays "An error was encountered. Please return to the previous page and try again."
On the other hand I don't have any issues using "Asp.net Configuration" with Visual Web Devoloper 2008
View 5 Replies
Jan 5, 2010
Does anyone know how to get to work the authentication mechanism configured using Web Site Administration Tool under Linux running Mono? Is it even possible?
View 3 Replies
Dec 15, 2010
i want to take the backup of the DB..in my system there are two DB employee and department.now using SSIS how can i take the backup of the employee DB..i'm new to this SSIS..i'm using sql server2008 enterprise edition.
View 11 Replies