Click here to Skip to main content
15,887,854 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to write code to cnnect mssql Pin
Manas Bhardwaj23-Sep-09 2:35
professionalManas Bhardwaj23-Sep-09 2:35 
Questioncall the sql query from aspx page Pin
souravghosh1823-Sep-09 1:19
souravghosh1823-Sep-09 1:19 
AnswerRe: call the sql query from aspx page Pin
Vimalsoft(Pty) Ltd23-Sep-09 1:29
professionalVimalsoft(Pty) Ltd23-Sep-09 1:29 
AnswerRe: call the sql query from aspx page Pin
Ashfield23-Sep-09 1:30
Ashfield23-Sep-09 1:30 
AnswerRe: call the sql query from aspx page Pin
Not Active23-Sep-09 2:25
mentorNot Active23-Sep-09 2:25 
QuestionMy Login System website in ASP/NET runs great in the localhost, but I don't know how to take it to my host provider (Goddady), since I have a database that was created automatically in the ASP.NET configuration. Any hints? Pin
mamix6523-Sep-09 0:48
mamix6523-Sep-09 0:48 
AnswerRe: My Login System website in ASP/NET runs great in the localhost, but I don't know how to take it to my host provider (Goddady), since I have a database that was created automatically in the ASP.NET configuration. Any hints? Pin
sashidhar23-Sep-09 1:06
sashidhar23-Sep-09 1:06 
AnswerRe: My Login System website in ASP/NET runs great in the localhost, but I don't know how to take it to my host provider (Goddady), since I have a database that was created automatically in the ASP.NET configuration. Any hints? Pin
Illegal Operation23-Sep-09 17:50
Illegal Operation23-Sep-09 17:50 
You can re-create the schema for the ASPNETDB in your own database and then specify your database in the connectionstring in your web.config.

To create the schema in your own DB go to command prompt and go to c:\Windows\Microsoft.NET\Framework\v2.0.50727. When you are at this directory type aspnet_regsql and hit enter. A window will show a wizzard that will take you through the steps of selecting your database and then it will create the schema for you.

All you have to do now is add a connectionstring to your web.config file that points to this database.

Now that you know where the database resides, you can now proceed to move it to the host server where you want to deploy it. The most effective way for me is to right click the database in SQL explorer and select Generate Script.

When you have the script you can just ask one of the admin guys at your hosting company to run and attach the db and you are all done!

Enjoy!

Illegal Operation

QuestionPost an HTTP Request from one WebServer to another server. Pin
Sean Cleetus23-Sep-09 0:30
Sean Cleetus23-Sep-09 0:30 
AnswerRe: Post an HTTP Request from one WebServer to another server. Pin
sashidhar23-Sep-09 0:53
sashidhar23-Sep-09 0:53 
GeneralRe: Post an HTTP Request from one WebServer to another server. Pin
Sean Cleetus23-Sep-09 1:07
Sean Cleetus23-Sep-09 1:07 
GeneralRe: Post an HTTP Request from one WebServer to another server. Pin
sashidhar23-Sep-09 1:10
sashidhar23-Sep-09 1:10 
GeneralRe: Post an HTTP Request from one WebServer to another server. Pin
N a v a n e e t h23-Sep-09 1:13
N a v a n e e t h23-Sep-09 1:13 
GeneralRe: Post an HTTP Request from one WebServer to another server. [modified] Pin
sashidhar23-Sep-09 1:25
sashidhar23-Sep-09 1:25 
AnswerRe: Post an HTTP Request from one WebServer to another server. Pin
N a v a n e e t h23-Sep-09 1:05
N a v a n e e t h23-Sep-09 1:05 
QuestionHow to Supress the Sub Report when there is no data in Crystal Reports Pin
arulselvanS23-Sep-09 0:15
arulselvanS23-Sep-09 0:15 
AnswerRe: How to Supress the Sub Report when there is no data in Crystal Reports Pin
sashidhar23-Sep-09 1:09
sashidhar23-Sep-09 1:09 
QuestionLINQ Disadvantages Pin
sris 42622-Sep-09 23:56
sris 42622-Sep-09 23:56 
AnswerRe: LINQ Disadvantages Pin
S.Dhanasekaran23-Sep-09 0:03
S.Dhanasekaran23-Sep-09 0:03 
GeneralRe: LINQ Disadvantages Pin
N a v a n e e t h23-Sep-09 0:46
N a v a n e e t h23-Sep-09 0:46 
AnswerRe: LINQ Disadvantages Pin
Manas Bhardwaj23-Sep-09 0:04
professionalManas Bhardwaj23-Sep-09 0:04 
AnswerRe: LINQ Disadvantages Pin
Vimalsoft(Pty) Ltd23-Sep-09 1:34
professionalVimalsoft(Pty) Ltd23-Sep-09 1:34 
QuestionRe: LINQ Disadvantages Pin
sris 42623-Sep-09 1:58
sris 42623-Sep-09 1:58 
AnswerRe: LINQ Disadvantages Pin
S.Dhanasekaran23-Sep-09 2:32
S.Dhanasekaran23-Sep-09 2:32 
GeneralRe: LINQ Disadvantages Pin
Not Active23-Sep-09 2:27
mentorNot Active23-Sep-09 2:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.