Web.config, Global.asax
-
Dear All, My project has this files - Web.config, Global.asax What are the important in here. I need get complete idea about content in this file. Any one can pls give clear idea or submit articles or links. And also give idea about Forms Authentication / Windows Authentication ? Regards Kusal
-
Dear All, My project has this files - Web.config, Global.asax What are the important in here. I need get complete idea about content in this file. Any one can pls give clear idea or submit articles or links. And also give idea about Forms Authentication / Windows Authentication ? Regards Kusal
hi, in the web.config file you can make settings such as SQL Connection parameters like this ... or you can configure own settings, which you can use in your page. for example, you can define an ImageSave dir now you can use this in your programm like this string path = ConfigurationManager.AppSettings["ImageSaveDir"].ToString(); and about your other requests, i can't tell you anything, sry hope this helps ya greetz pdluke (\_/) (O.O) (> <) <---- Put the evil bunny in your sig, help him acheive "WORLD DOMINATION!"