can we make changes in web.config using C#?
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
for example i want to change authentication mode from form to windows is this possible??
Government Dyal Singh College Lahore.
-
for example i want to change authentication mode from form to windows is this possible??
Government Dyal Singh College Lahore.
It's XML, a C# app could read it as such and modify it. If it can be accessed from within your website code, I guess you'd have to try and see.
Christian Graus Driven to the arms of OSX by Vista.
-
for example i want to change authentication mode from form to windows is this possible??
Government Dyal Singh College Lahore.
Just be careful, as when you change your ASP.net web.config file, your app domain will restart...