Posted on: 3/18/2014 2:11:11 AM | Views : 309

Hi, I used the ASP.Net Configuration under the Project menu in Visual Studio Pro 2010. The security works as desired on my local. For example, I have a folder in my project called Secured that deny "All" and allows "Admin". However, when I publish out to a folder on my local, and then FTP to GoDaddy, my site looses the security set on the folders. For example, someone who has not logged in yet can access the forms in my Secured folder.
Other database functionally seems to work fine like my record searches on GoDaddy. I am using SQL Express on my local, but ran a script to create SQL Server Db on GoDaddy.
I'm not sure if it has something to do with my web config settings, so I will post parts of it below:
<configuration> <connectionStrings> <!--GoDaddy Connection String Here--> <!-- <add name="ApplicationServices" connectionString="Data Source=Mydb.db.12 ...

Go to the complete details ...