Visual Studio ASP Development Server and PHP - silverlight

Hi all I am currently looking into developing a Silverlight app which needs access to PHP scripts. Visual Studio is launching the ASP Development Server but does not support PHP script handling. Is there a way that I can configure the development server to accept or PHP or make visual studio develop from own local Apache server that can support PHP.
Thanks for any help you can provide.

Download the Web Platform Installer and install IIS Express, which is a lightweight and stand-alone edition of IIS that works as a replacement for the development server. Most likely you can install a PHP module for it to allow it to run PHP scripts (this is as far as I can remember also available in the Web Platform Installer).

Related

Google Cloud Compute engine - SQL Web 2017 missing ssis install

please help me out.
Trying to install feature integration services on VM MS 2019 SQL 2017 web edition server, but it is missing the install files. According to Google SSIS is to be included in web edition licence..
If not, how do I then upgrade my SQL edition..
Best
/Peter
As the above comment mentions, the integration services are not available for the web addition. Currently, there is no way to upgrade to another OS version within GCP. You will have to create a new GCE VM instance and choose the proper OS image to use.

what is the new approach to developing C# apps with a stand-alone database?

I'm looking into developing single deployment applications, traditional desktop applications with simple database(s) embedded. By my understanding Microsoft have removed support for MSSQL Compact Edition in the newer versions of Visual Studio.
I've read that the approach recommended by them is to use the Express version of MSSQL, however I'm failing to understand how an application with an Express SQL database embedded in it would be able to run on a machine without the SQL service installed and running.
Am I missing something here? I've hunted around Google for the last few hours, is the only solution to use a 3rd party technology like SQLite?

Windows Ce 5.0 vs Windows Mobile 6

I'm thinking of purchasing Opticon PHL 7112 accumulator which runs on Windows CE 5.0 i was wondering will i be able to:
develop an application that connects to an open MSSQL database
is there a capability to get data from a SOAP web service?
i saw that only visual studio 2008 support development for windows ce, is there a way to enable this on visual studio 2010-2012 ?
if possible to connect to MSSQL database how to do it
if only possible to connect to a SOAP web services how to do it
I'm new to windows CE programming. Also the development environment is Windows 8.1.
I have a lot of experience in developer with WINCE.
It 'very easy to connect to a data source of type SOAP / WebServices and you can do it through VISUAL STUDIO, add ServiceReferences doing and following the instructions.
Through SAOPA / WebServices Return the data you read from your database, you can also use local versions of Database (would not recommend)
You have to use to develop WINCE exclusively VISUAL STUDIO 2008 other versions no longer support this platform.
I have a lot of work on these types of devices, and for the maintenance and development use only one pc WIN7 + VS2008.
It 'a stable and effective technology.

sharepoint silverlight web part does not work on server

I've developed a Lync Silverlight application and it is working on my local machine. Then I needed to add this Silverlight to a Sharepoint site, thus i used Silverlight web part. It is OK on my local Sharepoint site but when i install it to server i could not see the Silverlight and not getting error.
I am using web service on my Silverlight application. I check that server can access to web services. My development environment is Visual Studio 2010 and Lync Server 2010. Also I am using Sharepoint 2010.
Here is what i tried for the solution:
Check the whether IIS is configured for xap - OK
I tried to install xap file through Sharepoint module, it did not work.
I tried to use a visual web part, it did not work.
I tried to embed xap file to an HTML page for debugging, there was no error.
Now i am stuck. Any suggestion will be appreciated.
Have you cross-verify with which Silverlight sdk version you have developed your silverlight application.
And server is having that version installed?
if it's working fine with your local server then it also works fine with another server.
regards.

VS 2010 db build & deployment with teamcity without VS 2010 installed on build server?

Has anyone managed to use vs2010 db build & deployment with teamcity without VS 2010 installed on build server?
I've registered the missing DLL's but it doesn't work and seems msdn suggest that we need vs installed on the build server.
Install the Microsoft Windows SDK v7.1 and any other requirements (example being ASP MVC 3 framework), etc. Make sure you have the correct versions of .NET installed as well. I am able to build and run unit tests, no issue without Visual Studio 2010 on a windows 2008 r2 64-bit server.

Resources