Hello, Im trying to upload my application into my local server, but when I try to access from other computer I cannot validate my user I can go to the login page but when its trying to log with any user i get this message "it cannot generate yout user instance of
SQL server the path of the data in your local user is not accesible" or something like that.
When I do everything in my local computer works perfectly in debug mode but when I publish the application I get the error.
What is the correct way to configurate the SQL database and the database of users to make it accesible in the server? this is my first time trying to create a web application and I dont know if and doing it using the best practices.
ffredy
Member
22 Points
14 Posts
Upload .net application
Nov 02, 2012 04:45 PM|LINK
Hello, Im trying to upload my application into my local server, but when I try to access from other computer I cannot validate my user I can go to the login page but when its trying to log with any user i get this message "it cannot generate yout user instance of SQL server the path of the data in your local user is not accesible" or something like that.
When I do everything in my local computer works perfectly in debug mode but when I publish the application I get the error.
What is the correct way to configurate the SQL database and the database of users to make it accesible in the server? this is my first time trying to create a web application and I dont know if and doing it using the best practices.
Thanks
anil.india
Contributor
2613 Points
453 Posts
Re: Upload .net application
Nov 02, 2012 05:42 PM|LINK
http://social.msdn.microsoft.com/Forums/en-US/lightswitchgeneral/thread/219f42cf-5c99-4a72-9acb-249210c835e2/
codepattern.net/blog ||@AnilAwadh
ffredy
Member
22 Points
14 Posts
Re: Upload .net application
Nov 06, 2012 11:58 AM|LINK
mmm i tried that but i get the same error :(