Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Trouble with Web Deployment Project?

Tags:

c#

asp.net

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 ?

like image 917
Macnique Avatar asked Jun 04 '26 05:06

Macnique


1 Answers

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

like image 160
Peter Kellner Avatar answered Jun 06 '26 19:06

Peter Kellner



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!