web service Interview Questions and Answers


 

Interview Question in web service

Deploying my application

i am new to .net, i am currently using visual studio .NET 2003, i have a c# application, and i am trying to deploy this application on a web server.

Question 1. Which web service should i use to deploy my website application.

Question 2. What are the steps on how to deploy this website application so that everyone can see ( both from my machine and on the webservice i am using.

Web services time out (only in debug mode)

This problem is happening for all the programmers that are on the “local” network and it’s happening for both Visual Studio 2003 and 2005 users.

There are web services that are hosted on the “local” intranet.

If the user is in Visual Studio and the user is Debugging, any web service the program is trying to access gives a time out error.

Now if you run the application in release mode (Ctrl + F5), (or its .EXE file) it will work just fine.

Now if you have the web service hosted on the local PC it works just fine.

If you hit a web service hosted on the net (Google search for example) it works just fine.

It’s just when the “local” intranet web services are called.

How to use a web service in ASP.NET cSharp to check user details

I've create a website in visual studio's 2005 in ASP.NET C#, one part of my website requires to check the user details for example personal details and bank details.
The web service must contain the following

-If the details entered by the user don’t match the original
Entered previously by the user and is stored with their profile. Then a message appears asking the user to adjust their details.

-If the details are correct then I want a message stating that the transaction was successful

- Check the type of card that they are using

- if there’s not enough funds in the correct return a message stating that there’s not enough funds in the account.

It’s basically the same process as when you’re using Amazon to purchase goods. For example checks the details that you already have stored in your profile (personal details & bank) if they match it checks that the funds are available in your account. Can someone write the code in C# ASP.NET using Visual Studios to using the web service to accomplish this(has to be in the web service)

Thanks

Microsoft Visual Studio Professional or Standard edition

I am trying to decide between buying the Microsoft Visual Studio 2005 Professional Edition and the Standard Edition.

I will be developing an add-in for Microsoft Excel that will perform some computations on the open spreadsheet, dump certain cells to a flat file, read the file into the payload of a SOAP message and perform a web service client call to another server. Probably will be encrypting the payload. What I'm trying to do it a little heavier than what VBA can handle. I will also want to sign the code. Then I will wrap the add-in inside an installer program to be distributed by CD or web download.

Any advice? Which one should I buy?

What is the new things in visual studio .NET 2005

Visual Studio 2005 was upgraded to support all the new features introduced in .NET Framework 2.0, including generics and ASP.NET 2.0. The IntelliSense feature in Visual Studio was upgraded for generics and new project types were added to support ASP.NET web services. Visual Studio 2005 also includes a local web server, separate from IIS, that can be used to host ASP.NET applications during development and testing. It also supports all SQL Server 2005 databases. Database designers were upgraded to support the ADO.NET 2.0, which is included with .NET Framework 2.0. C++ also got a similar upgrade with the addition of C++/CLI which is slated to replace the use of Managed C++.[6]

Other new features of Visual Studio 2005 include the "Deployment Designer" which allows application designs to be validated before deployments, an improved environment for web publishing when combined with ASP.NET 2.0 and load testing to see application performance under various sorts of user loads.

Visual Studio 2005 also added extensive 64-bit support. While the development environment itself is only available as a 32-bit application, Visual C++ 2005 supports compiling for x86-64 (AMD64 and Intel 64) as well as IA-64 (Itanium).[7] The Platform SDK included 64-bit compilers and 64-bit versions of the libraries.

Visual Studio 2005 is available in several editions, which are significantly different from previous versions: Express, Standard, Professional, Tools for Office, and a set of five Visual Studio Team System Editions. The latter are provided in conjunction with MSDN Premium subscriptions, covering four major roles of software development: Architects, Software Developers, Testers, and Database Professionals. The combined functionality of the four Team System Editions is provided in a Team Suite Edition.


for your information VS 2008 beta is already i trial

IT website

IT website?
hello
i hope to find a professional but non-official website for information technology, at best including forum, blogs space, whitepaper, or tools download, link to other similar page, so on

at least including this topic
non vendor specific
distributed computing and web service
programming: .net java perl python eiffel delphi
business intelligence
knowledge management
networking/internet/mobile and wireless
security
e-commerce/erp/crm and other business managment software
project management
game development
3d graphic design
hardware(on product performance, not on design or analysis)
linux

vendor specific site on
microsoft/oracle/ibm/bea/apple...
and open source like linux

Are there any tutorials for making web services

I need to use a webservice to send and receive data from an SQL Server 2005 database. My problem is I do not have much knowledge on creating webservices. I need to create Web Methods that return class arrays and take in dataset. Please help!

Is there any reason why it would be bad to run web services and your database on the same server

We are considering running .NET 2.0 on IIS 6 and SQL Server 2005 on one system instead of managing two servers (a web server and a database server).

How do I join two tables from two separate database in SQL Server 2005 Reporting Services

1) Just like you do it in any query.
select tbl1.col1, db2..tbl2.col2
from tbl1 join db2..tbl2
on tbl1.id = db2..tbl2.id

2) Or you can use OPENROWSET or one of its sister functions.

3) Or you can do it in code elsewhere and hook that code up to a web service and set your dataset up to pull from that web service.

4) Or you might be able to do it using custom assemblies.

5) Or you can get really tricky with report parameters and multiple datasets.

The downsides:
1) You have to know the name of the other database (and possibly the table owner). And the database has to be on the same server. And you won't get a good error message if there is a problem.

2) You have to store the entire connection string in your query.

3) You have the overhead of the transport layer and the added architectural complexity or the web service.

4) Haven't researched this, but it could get complex.

5) It's one big hack, complexity will grow exponentially.

It could all be solved if MS just added the ability to modify the SQL at run-time.

It seems that the best method is to re-architect a few things on the backend or in the report's design and avoid the issue of having to join the two databases in the first place.

When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL

System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

I am getting this error while running a web service from VS2005 and connecting sql server 2000. I do not want to connect sql server 2005 . I have enabled TCP/IP, NP and have checked allthe ports also. But still I am getting this error. Any idea why?

How can I create a database in SQL server 2005

How to create a database in SQL server 2005 and connect it with a XML web service. How to do. Plzzzzzz Help me.

NET or Java

Hello friends

Presently I am working with on .net (asp.net,C#. net) platform(Framework 1.1) from last 6-8 months in India.
Within this period I heard many statements from other software peoples like Microsoft.net technology is platform dependent and software company's has to pay large cost to purchase it from Microsoft (Which not in case java and c++).
After some time the IT companies may be avoid to develop software's in .net as they have open source code available as free.
Also java peoples get more salary package than .net.
There are always more requirement' s in java than .net
The .NET platform is not vendor neutral, it is tied to the Microsoft operating systems only.

I replied these peoples saying .net is faster then java (in speed performance issue).
.net has web services which are platform independent.
.net supports many languages including C# which is equivalent t

NET or Java

Hello friends

Presently I am working with on .net (asp.net,C#. net) platform(Framework 1.1) from last 6-8 months in India.
Within this period I heard many statements from other software peoples like Microsoft.net technology is platform dependent and software company's has to pay large cost to purchase it from Microsoft (Which not in case java and c++).
After some time the IT companies may be avoid to develop software's in .net as they have open source code available as free.
Also java peoples get more salary package than .net.
There are always more requirement' s in java than .net
The .NET platform is not vendor neutral, it is tied to the Microsoft operating systems only.

I replied these peoples saying .net is faster then java (in speed performance issue).
.net has web services which are platform independent.
.net supports many languages.

Which one has great future?

What is need by a Web Server to host a Visual Studio 2005 VB.Net Project

I have a finished project in VS 2005 and want to know a web services on my host web server will be able to run my project.
I have listed what the web server has below and would like to know if it will do.
.Net framework 1.1(RTM)
ASP 3.0, ASPupload, ASP.NET
ADO.NET, XML, JScript, VBScript
CGI Capabilities

How to start asp.net web server

hi
When I am start web application means asp.net web service then error comes ".net has detect that specific webserver is not running asp.net version 1.1" --- What i do to solve this problem?
I already install IIS in my pc
And also start asp.net from service in admin.