It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
How to connect to a SQL Server 2008 R2 database from an ASP.NET MVC3 application?
Thanks in advance.
You can use Data First approach to connect to the Database. You have your database ready in SQL Server. Once your Database is ready, then you can get all the Database entities into the Application, by follwing this http://msdn.microsoft.com/en-us/data/gg685489.aspx
Its only a starting point! Hope this helps!
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I'm unclear how to use the RESTKit 0.20.x API to set the request caching policy?
0.20.x not support caching policy?
Thanks
RestKit uses AFNetworking for the underlying network comms so you might want to look at this doc.
In general, yes, RestKit uses the standard caching offered by NSURLCache.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have Server1 (Publishing server which has source code), Server 2 (Deployment server) and Clients machine which already has applications used and pointing to Server2. Would like to move this server 2 to new server and remove the server2. I do not want to change it manually in the client's systems. And this server 2 and new server are going to hold different IP addresses. How can i change the server 2 to new server. Please some one suggest me a solution ASAP.
Thanks :)
If you are using click-once deployment, you can change the DNS of the domain to point to the second server, and put the files in the same virtual path, There should be no problems.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i want to use Vaadin ui to interact with human task assigned to a particular user in the process. i am also using jpa for persistance and spring for creating beans like taskService,ksesion,kbase etc...!! i also need help on how to use business domain on a particular node to update,insert or delete data.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
In my localhost cakephp is working fine as like joomla i have uploaded by using filezilla but it is not working can any one tell me how to install it on server.
It's hard to no exactly whats going wrong, as you haven't supplied much information!
So I take it you developed your application on your localhost, and then just uploaded the files to your web server using FileZilla.
Some things you're going to want to check:
1) Have you updated your app/Config/core.php file to adapt to your new database?
2) Have you created a new database on your web server, with the same fields/and or data that you had on your localhost server?
3) This is a given, but is your web server's database setup correctly? Does the user have access to the database?
Hope this helps,
Adam.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Given the account and password, how to obtain the contact list of that account in msn? Are there any msn api can do this? Or I have to use the account and password to login and obtain the contact list.
Is there a particular programming language that you wish to use?
There appears to be a PHP Class. You could also use something like libpurple to connect to the MSN network and download the list.
Officially the msn protocol isn't specified. But some people have been reverse enginering the protocol.
It's not an easy protocol, as you have to connect to several server before you have everything you need.
Note however that when microsoft changes the protocol again and drops old versions, you have to wait before the new protocol version is deciphered.