Question about ini file?

coolnaag

New member
Joined
Sep 5, 2008
Messages
1
Programming Experience
Beginner
Hi everybody
i had a doubt on .ini file in vb.net(.net2.0)
i created on ini file on my desktop named as Database.ini
and that file containd my connection string which is shown below
<connectionStrings>
<add name="HMSConnectionString" connectionString="Data Source=server;Initial Catalog=HMS;User ID=hms;Password=hms"
providerName="System.Data.SqlClient" />
</connectionStrings>
so i want to access my ini file into my project
i am developing an webapplication using asp.net and vb.net(.net2.0)
plzz help me
Thanks&regrds
ngaraju.c
 
Back
Top