Macnique
Macnique

Reputation: 1034

Trouble with Web Deployment Project?

I made an msi of the web application.When i deploy on the server its working perfectly fine.But for some reason its creating the App_Data folder with two files.i don't know why its getting created automatically ?Did any one face such situation ?

Upvotes: 3

Views: 83

Answers (1)

Peter Kellner
Peter Kellner

Reputation: 15478

probably because you have rolemanager enabled in your web.config. That is, it is creating the default membership provider's database. set it to false (or create your own provider) and this will likley not happen

Upvotes: 4

Related Questions