Dear Friends, I have developeb a web application and deployed in the public server. In this project I am using SQL Server Database. In my office I have Lan so I have created it in Server and accessing it. I would like to know in Public web Server How can I create Database from remote. Is it possible to create without help of Administrator of Public Web Server. Kindly tell me what are all the variuos method can be used for this. I have uploaded all aspx to public server and mdf file. How can I associate this mdf file to Public web server SQL Server and creating User for this database. Here if I don't want to give the administrator rigthts to them is it possible restrict. I hope in public web server for my web application they enabled Anonymous access. So all request are processed as IUSR_Machine Name. Then it was converted as ASPNET account by the ASP.NET(because we are not set Impersonate = true). Now in My coding I am establishing connecting to the SQL Server.The connection string taken from the Web.config in that I have typed the complete string in Text format only. What way we can protect(Viewing & Modifing) the User name & Password for our Database in the connection string. I know in Authentication we can specify the Creditential format(Md5,Sha1 and Clear). Is this can be used for connecting string tag also. because I don't want my connecting string information(username & Password)exposed to all who can work on Public web server. Even for Administrator. Generally asking How Web.Config file can be protected(Viewing & Modifing) from opennig and modifying by anyone(Except myself) Thank You With Regards |