Clearpointa
08-20-2011, 07:10 AM
Hello:
I have a number of basic questions about how to deploy an Asp.Net website with SQL 2008R2 data. I have submitted the following ticket, but I hope that someone out there can get me (and virtually all other new DASP users) over the typical initial hurdles of getting a new website going. My ticket:
I hate to complain but here goes:
I have just signed up a a user with SQL 2008R2 database. I have an Asp.net app created with Visual Studio 2010. My data is in an SQL 2008 R2 database. I use SQL Management Studio. I am familiar with FTP and have logged on to your FTP portal. I have been able to connect to my database on your website. Surely this profile must be repeated often among your new users. I share this common set of needs:
Copy my data to your server database.
Copy my Asp.net website to your server.
Wire up my website database connection to point to the web database.
I have spent many hours scouring through your "knowledge base," forums, KB etc. but have found no answers. So, for the benefit of me and many many new users, please explain these points in enough detail so that someone who has never done it can do it:
My database on your site is SQL2008_836271_cpdata. I want to maintain flexibility for creating additional websites on your server, with differing data needs. How do I create a website specific database within SQL2008_836271_cpdata to service my first site?
I believe based on my research that the best way to get my data onto your server is to create a backup (.bak) file, upload it to your server, and then restore it. But where do I store it on your site? I would like to be able to create a directory for it, but I find no explanation of how to do this.
When I use your Web Application Tool, I see a root directory with a set of subdirectories:
_database
App_Code
App_Data
App_GlobalResources
aspnet_client
bin
Images
These appear to be structured to support a singel website. So where do I FTP my SQL database backup?
If i want to keep a separate set of data in a structure under the root, how do I create a "MyWebsite" SQL database?
Assuming I can get this done, I presume that I then restore my SQL backup to this database.
There appears to be a requirement that I create a new SQL user and/or alter the security settings to give myself the right to do anything meaningful. So what do I need to do from a user and security perspective to get going here?
I then need to upload my website with the "copy web site" functionalit of Visual Studio. Again my question is where to place it within your directory structure. Can I create a subdirectory for "MyWebSite," upload my website to that directory, and use your Web Application Tool to identify that subdirectory as a "website" ?
I know that I am asking a lot of questions, but again I repeat that these questions have got to be typical for your new users.
I have a number of basic questions about how to deploy an Asp.Net website with SQL 2008R2 data. I have submitted the following ticket, but I hope that someone out there can get me (and virtually all other new DASP users) over the typical initial hurdles of getting a new website going. My ticket:
I hate to complain but here goes:
I have just signed up a a user with SQL 2008R2 database. I have an Asp.net app created with Visual Studio 2010. My data is in an SQL 2008 R2 database. I use SQL Management Studio. I am familiar with FTP and have logged on to your FTP portal. I have been able to connect to my database on your website. Surely this profile must be repeated often among your new users. I share this common set of needs:
Copy my data to your server database.
Copy my Asp.net website to your server.
Wire up my website database connection to point to the web database.
I have spent many hours scouring through your "knowledge base," forums, KB etc. but have found no answers. So, for the benefit of me and many many new users, please explain these points in enough detail so that someone who has never done it can do it:
My database on your site is SQL2008_836271_cpdata. I want to maintain flexibility for creating additional websites on your server, with differing data needs. How do I create a website specific database within SQL2008_836271_cpdata to service my first site?
I believe based on my research that the best way to get my data onto your server is to create a backup (.bak) file, upload it to your server, and then restore it. But where do I store it on your site? I would like to be able to create a directory for it, but I find no explanation of how to do this.
When I use your Web Application Tool, I see a root directory with a set of subdirectories:
_database
App_Code
App_Data
App_GlobalResources
aspnet_client
bin
Images
These appear to be structured to support a singel website. So where do I FTP my SQL database backup?
If i want to keep a separate set of data in a structure under the root, how do I create a "MyWebsite" SQL database?
Assuming I can get this done, I presume that I then restore my SQL backup to this database.
There appears to be a requirement that I create a new SQL user and/or alter the security settings to give myself the right to do anything meaningful. So what do I need to do from a user and security perspective to get going here?
I then need to upload my website with the "copy web site" functionalit of Visual Studio. Again my question is where to place it within your directory structure. Can I create a subdirectory for "MyWebSite," upload my website to that directory, and use your Web Application Tool to identify that subdirectory as a "website" ?
I know that I am asking a lot of questions, but again I repeat that these questions have got to be typical for your new users.