Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

my application is working fine in local host but database is online...
but the same code with same db not working in server
i used profile in web.config
when we start doing something in application like adding products and related to cart it is generating automatically ASPNET.mdf and log files in App_Data folder but not generating in server..

link:
http://warehouse.akashatoz.com/productdetails.aspx?Value=19[^]
Posted
Updated 18-Apr-12 2:20am
v2

1 solution

You need to execute the aspnet_regsql command on the sql server you are using for deployment.

http://weblogs.asp.net/scottgu/archive/2005/08/25/423703.aspx[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900